mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-22 14:45:27 +00:00
guitarix: move from Python 2 to Python 3
This commit is contained in:
parent
6755a884b2
commit
467e36f5da
|
@ -24,7 +24,7 @@
|
|||
, lrdf
|
||||
, lv2
|
||||
, pkg-config
|
||||
, python2
|
||||
, python3
|
||||
, sassc
|
||||
, serd
|
||||
, sord
|
||||
|
@ -63,7 +63,7 @@ stdenv.mkDerivation rec {
|
|||
hicolor-icon-theme
|
||||
intltool
|
||||
pkg-config
|
||||
python2
|
||||
python3
|
||||
wafHook
|
||||
wrapGAppsHook
|
||||
];
|
||||
|
|
Loading…
Reference in a new issue