From 467e36f5da2fc8c9cb481d7ce28a8b3725b051b1 Mon Sep 17 00:00:00 2001 From: Konrad Borowski Date: Sat, 9 Oct 2021 11:02:43 +0200 Subject: guitarix: move from Python 2 to Python 3 --- pkgs/applications/audio/guitarix/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/applications/audio/guitarix/default.nix b/pkgs/applications/audio/guitarix/default.nix index f90cae115b4..b6ce0daef0d 100644 --- a/pkgs/applications/audio/guitarix/default.nix +++ b/pkgs/applications/audio/guitarix/default.nix @@ -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 ]; -- cgit 1.4.1