mutiout: make it builtin

This commit is contained in:
Vladimír Čunát
2014-08-30 08:27:43 +02:00
parent fb59f27a43
commit a70180ba73
31 changed files with 17 additions and 50 deletions
@@ -33,7 +33,6 @@ stdenv.mkDerivation rec {
''; # ^ sh on darwin seems not to expand globs in redirects, and I don't want to rebuild all again elsewhere
outputs = [ "dev" "out" "bin" "doc" ];
buildInputs = [ stdenv.hookLib.multiout ];
nativeBuildInputs = [ pkgconfig ];