nixos: initrd-kmod-blacklist-ubuntu: Fix cross-compilation.
This commit is contained in:
parent
b28cb72908
commit
cc81202293
@ -247,7 +247,7 @@ let
|
|||||||
{ src = "${pkgs.kmod-blacklist-ubuntu}/modprobe.conf"; }
|
{ src = "${pkgs.kmod-blacklist-ubuntu}/modprobe.conf"; }
|
||||||
''
|
''
|
||||||
target=$out
|
target=$out
|
||||||
${pkgs.perl}/bin/perl -0pe 's/## file: iwlwifi.conf(.+?)##/##/s;' $src > $out
|
${pkgs.buildPackages.perl}/bin/perl -0pe 's/## file: iwlwifi.conf(.+?)##/##/s;' $src > $out
|
||||||
'';
|
'';
|
||||||
symlink = "/etc/modprobe.d/ubuntu.conf";
|
symlink = "/etc/modprobe.d/ubuntu.conf";
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user