mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-28 09:53:10 +00:00
rpm-ostree: switch to python3
This commit is contained in:
parent
90e5818ef6
commit
973b6e60b7
@ -29,7 +29,7 @@
|
||||
, bubblewrap
|
||||
, pcre
|
||||
, check
|
||||
, python2
|
||||
, python3
|
||||
, json_c
|
||||
, zchunk
|
||||
, libmodulemd
|
||||
@ -50,6 +50,7 @@ stdenv.mkDerivation rec {
|
||||
};
|
||||
|
||||
nativeBuildInputs = [
|
||||
python3
|
||||
pkg-config
|
||||
which
|
||||
autoconf
|
||||
@ -82,7 +83,6 @@ stdenv.mkDerivation rec {
|
||||
librepo
|
||||
pcre
|
||||
check
|
||||
python2
|
||||
|
||||
# libdnf # vendored unstable branch
|
||||
# required by vendored libdnf
|
||||
|
Loading…
Reference in New Issue
Block a user