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
|
||||
];
|
||||
|
||||
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 = ''
|
||||
|
Loading…
Reference in New Issue
Block a user