Getting rid of the var indirection and using a bin path instead
This commit is contained in:
@@ -30,7 +30,7 @@ buildGoPackage rec {
|
||||
-e 's|/bin/chown|${coreutils}/bin/chown|' \
|
||||
-e 's|/bin/date|${coreutils}/bin/date|' \
|
||||
-e 's|/sbin/poweroff|${systemd}/sbin/poweroff|' \
|
||||
-e 's|/usr/bin/sudo|/run/wrappers/sudo|' \
|
||||
-e 's|/usr/bin/sudo|/run/wrappers/bin/sudo|' \
|
||||
-e 's|/sbin/cryptsetup|${cryptsetup}/bin/cryptsetup|'
|
||||
'';
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user