don't need SDL in our custom qemu
This commit is contained in:
parent
ff991508ae
commit
3459c04f64
1 changed files with 2 additions and 3 deletions
|
@ -170,12 +170,11 @@ extraPkgs // {
|
|||
|
||||
pppBuild = prev.ppp;
|
||||
|
||||
qemu = prev.qemu.overrideAttrs (o: {
|
||||
qemu = let q = prev.qemu.overrideAttrs (o: {
|
||||
patches = o.patches ++ [
|
||||
./pkgs/qemu/arm-image-friendly-load-addr.patch
|
||||
|
||||
];
|
||||
});
|
||||
}); in q.override { sdlSupport = false; };
|
||||
|
||||
rsyncSmall =
|
||||
let r = prev.rsync.overrideAttrs(o: {
|
||||
|
|
Loading…
Reference in a new issue