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
+1 -1
View File
@@ -10,7 +10,7 @@ stdenv.mkDerivation rec {
};
outputs = [ "out" "info" ];
buildInputs = [ stdenv.hookLib.multiout acl ];
buildInputs = [ acl ];
# May have some issues with root compilation because the bootstrap tool
# cannot be used as a login shell for now.