qemu-riscv: Don't apply already-applied glibc-2.27 patch
This commit is contained in:
parent
0f854cd2d1
commit
9bfd74deff
|
@ -16,7 +16,7 @@ in lib.overrideDerivation qemu (orig: {
|
|||
name = "${(builtins.parseDrvName qemu.name).name}-${version}pre${revCount}_${shortRev}";
|
||||
inherit src;
|
||||
# https://github.com/riscv/riscv-qemu/pull/109
|
||||
patches = orig.patches ++ [ ./riscv-initrd.patch ];
|
||||
patches = [ ./no-etc-install.patch ./statfs-flags.patch ./riscv-initrd.patch ];
|
||||
configureFlags = orig.configureFlags ++ [ "--target-list=${lib.concatStringsSep "," targets}" ];
|
||||
postInstall = null;
|
||||
})
|
||||
|
|
Loading…
Reference in New Issue