summary refs log tree commit diff
diff options
context:
space:
mode:
authorKonrad Borowski <konrad@borowski.pw>2021-10-09 11:02:43 +0200
committerKonrad Borowski <konrad@borowski.pw>2021-10-09 11:02:43 +0200
commit467e36f5da2fc8c9cb481d7ce28a8b3725b051b1 (patch)
treefb0545a9e71bfe64a7d290b0c94383f34843b8eb
parent6755a884b24038a73dd4c8022dbb05375feef0a7 (diff)
downloadnixpkgs-467e36f5da2fc8c9cb481d7ce28a8b3725b051b1.tar
nixpkgs-467e36f5da2fc8c9cb481d7ce28a8b3725b051b1.tar.gz
nixpkgs-467e36f5da2fc8c9cb481d7ce28a8b3725b051b1.tar.bz2
nixpkgs-467e36f5da2fc8c9cb481d7ce28a8b3725b051b1.tar.lz
nixpkgs-467e36f5da2fc8c9cb481d7ce28a8b3725b051b1.tar.xz
nixpkgs-467e36f5da2fc8c9cb481d7ce28a8b3725b051b1.tar.zst
nixpkgs-467e36f5da2fc8c9cb481d7ce28a8b3725b051b1.zip
guitarix: move from Python 2 to Python 3
-rw-r--r--pkgs/applications/audio/guitarix/default.nix4
1 files 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
   ];