mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-24 13:05:08 +00:00
qemu: use python2
This commit is contained in:
parent
659c5c4c62
commit
97259c811e
@ -1,4 +1,4 @@
|
|||||||
{ stdenv, fetchurl, fetchpatch, python, zlib, pkgconfig, glib
|
{ stdenv, fetchurl, fetchpatch, python2, zlib, pkgconfig, glib
|
||||||
, ncurses, perl, pixman, vde2, alsaLib, texinfo, libuuid, flex
|
, ncurses, perl, pixman, vde2, alsaLib, texinfo, libuuid, flex
|
||||||
, bison, lzo, snappy, libaio, gnutls, nettle
|
, bison, lzo, snappy, libaio, gnutls, nettle
|
||||||
, makeWrapper
|
, makeWrapper
|
||||||
@ -30,7 +30,7 @@ stdenv.mkDerivation rec {
|
|||||||
};
|
};
|
||||||
|
|
||||||
buildInputs =
|
buildInputs =
|
||||||
[ python zlib pkgconfig glib ncurses perl pixman
|
[ python2 zlib pkgconfig glib ncurses perl pixman
|
||||||
vde2 texinfo libuuid flex bison makeWrapper lzo snappy
|
vde2 texinfo libuuid flex bison makeWrapper lzo snappy
|
||||||
gnutls nettle
|
gnutls nettle
|
||||||
]
|
]
|
||||||
|
Loading…
Reference in New Issue
Block a user