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:
@@ -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; {
|
||||||
|
|||||||
Reference in New Issue
Block a user