1
0
mirror of https://github.com/kmein/niveum synced 2026-03-16 10:11:08 +01:00

morris: remove boost-libdir flag

This commit is contained in:
2025-12-27 23:03:13 +01:00
parent c3db0404b3
commit de6e08fa23

View File

@@ -29,10 +29,8 @@ stdenv.mkDerivation (finalAttrs: {
gtk2 gtk2
]; ];
# Help configure find Boost headers
configureFlags = [ configureFlags = [
"--with-boost=${boost.dev}" "--with-boost=${boost.dev}"
"--with-boost-libdir=${boost.out}/lib"
]; ];
meta = with lib; { meta = with lib; {