util-linux: Split 'dev'
This commit is contained in:
parent
20c6f5c560
commit
35ec0e72e3
@ -16,9 +16,7 @@ stdenv.mkDerivation rec {
|
|||||||
./rtcwake-search-PATH-for-shutdown.patch
|
./rtcwake-search-PATH-for-shutdown.patch
|
||||||
];
|
];
|
||||||
|
|
||||||
outputs = [ "bin" "out" "man" ]; # TODO: $bin is kept the first for now
|
outputs = [ "bin" "dev" "out" "man" ];
|
||||||
# due to lots of ${utillinux}/bin occurences and headers being rather small
|
|
||||||
outputDev = "bin";
|
|
||||||
|
|
||||||
#FIXME: make it also work on non-nixos?
|
#FIXME: make it also work on non-nixos?
|
||||||
postPatch = ''
|
postPatch = ''
|
||||||
|
Loading…
x
Reference in New Issue
Block a user