mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-05 22:06:00 +03:00
util-linux: add debug output
This commit is contained in:
parent
f64b0ef6cf
commit
ebd4e0ee01
@ -20,6 +20,7 @@ stdenv.mkDerivation rec {
|
|||||||
];
|
];
|
||||||
|
|
||||||
outputs = [ "bin" "dev" "out" "lib" "man" ];
|
outputs = [ "bin" "dev" "out" "lib" "man" ];
|
||||||
|
separateDebugInfo = true;
|
||||||
|
|
||||||
postPatch = ''
|
postPatch = ''
|
||||||
patchShebangs tests/run.sh
|
patchShebangs tests/run.sh
|
||||||
|
Loading…
Reference in New Issue
Block a user