mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-23 23:43:30 +00:00
edac-utils: fix makeWrapper call
This commit is contained in:
parent
ffd46e9bce
commit
60418e9196
@ -25,9 +25,7 @@ stdenv.mkDerivation {
|
||||
|
||||
postInstall = ''
|
||||
wrapProgram "$out/sbin/edac-ctl" \
|
||||
--set PATH : "" \
|
||||
--prefix PATH : "${dmidecode}/bin" \
|
||||
--prefix PATH : "${kmod}/bin"
|
||||
--set PATH ${stdenv.lib.makeBinPath [ dmidecode kmod ]}
|
||||
'';
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
|
Loading…
Reference in New Issue
Block a user