systemd: Don't install kernel-install
This commit is contained in:
parent
09d06f5ffd
commit
2c156472b3
|
@ -147,6 +147,9 @@ stdenv.mkDerivation rec {
|
||||||
rm -rf $out/etc/rpm
|
rm -rf $out/etc/rpm
|
||||||
|
|
||||||
rm $out/lib/*.la
|
rm $out/lib/*.la
|
||||||
|
|
||||||
|
# "kernel-install" shouldn't be used on NixOS.
|
||||||
|
find $out -name "*kernel-install*" -exec rm {} \;
|
||||||
''; # */
|
''; # */
|
||||||
|
|
||||||
enableParallelBuilding = true;
|
enableParallelBuilding = true;
|
||||||
|
|
Loading…
Reference in New Issue