mkvtoolnix: fix to find boost lib

This commit is contained in:
Mathijs Kwik 2014-12-12 15:42:28 +01:00
parent 04f73ed2e4
commit 752554cdcb

View File

@ -28,6 +28,7 @@ stdenv.mkDerivation rec {
expat wxGTK zlib ruby gettext pkgconfig curl
];
configureFlags = "--with-boost-libdir=${boost.lib}/lib";
buildPhase = ''
ruby ./drake
'';