mkvtoolnix: fix to find boost lib
This commit is contained in:
parent
04f73ed2e4
commit
752554cdcb
@ -28,6 +28,7 @@ stdenv.mkDerivation rec {
|
||||
expat wxGTK zlib ruby gettext pkgconfig curl
|
||||
];
|
||||
|
||||
configureFlags = "--with-boost-libdir=${boost.lib}/lib";
|
||||
buildPhase = ''
|
||||
ruby ./drake
|
||||
'';
|
||||
|
Loading…
Reference in New Issue
Block a user