guitarix: move from Python 2 to Python 3

This commit is contained in:
Konrad Borowski 2021-10-09 11:02:43 +02:00
parent 6755a884b2
commit 467e36f5da

View file

@ -24,7 +24,7 @@
, lrdf , lrdf
, lv2 , lv2
, pkg-config , pkg-config
, python2 , python3
, sassc , sassc
, serd , serd
, sord , sord
@ -63,7 +63,7 @@ stdenv.mkDerivation rec {
hicolor-icon-theme hicolor-icon-theme
intltool intltool
pkg-config pkg-config
python2 python3
wafHook wafHook
wrapGAppsHook wrapGAppsHook
]; ];