mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-23 23:43:30 +00:00
More cleanups of sw/sbin
This commit is contained in:
parent
422e91d0f9
commit
e05b68ed05
@ -19,8 +19,8 @@ stdenv.mkDerivation {
|
||||
|
||||
substituteInPlace "$out"/modprobe.conf \
|
||||
--replace /sbin/lsmod /run/booted-system/sw/bin/lsmod \
|
||||
--replace /sbin/rmmod /run/booted-system/sw/sbin/rmmod \
|
||||
--replace /sbin/modprobe /run/booted-system/sw/sbin/modprobe \
|
||||
--replace /sbin/rmmod /run/booted-system/sw/bin/rmmod \
|
||||
--replace /sbin/modprobe /run/booted-system/sw/bin/modprobe \
|
||||
--replace " grep " " ${gnugrep}/bin/grep " \
|
||||
--replace " xargs " " ${findutils}/bin/xargs "
|
||||
'';
|
||||
|
Loading…
Reference in New Issue
Block a user