util-linux: Split 'dev'

This commit is contained in:
Tuomas Tynkkynen 2016-09-09 01:34:09 +03:00
parent 20c6f5c560
commit 35ec0e72e3

@ -16,9 +16,7 @@ stdenv.mkDerivation rec {
./rtcwake-search-PATH-for-shutdown.patch
];
outputs = [ "bin" "out" "man" ]; # TODO: $bin is kept the first for now
# due to lots of ${utillinux}/bin occurences and headers being rather small
outputDev = "bin";
outputs = [ "bin" "dev" "out" "man" ];
#FIXME: make it also work on non-nixos?
postPatch = ''