about summary refs log tree commit diff
path: root/pkgs/top-level
diff options
context:
space:
mode:
authorPeter Hoeg <peter@hoeg.com>2021-05-05 19:04:07 +0800
committerPeter Hoeg <peter@hoeg.com>2021-05-10 17:38:37 +0800
commit0b973eaa9441f894c65e5008a042b21025f6ff44 (patch)
treec787eb088c255c4a5ace9cac5cd8bbd8d2b86845 /pkgs/top-level
parent3531b9c8701c1610e4f4ad5c1b26cd842124c8c8 (diff)
audacity-gtk3: re-introduce at 3.0.2
Diffstat (limited to 'pkgs/top-level')
-rw-r--r--pkgs/top-level/all-packages.nix4
1 files changed, 3 insertions, 1 deletions
diff --git a/pkgs/top-level/all-packages.nix b/pkgs/top-level/all-packages.nix
index ac3e1d41390b9..e59e1caeee386 100644
--- a/pkgs/top-level/all-packages.nix
+++ b/pkgs/top-level/all-packages.nix
@@ -22207,7 +22207,9 @@ in
   audacious = libsForQt5.callPackage ../applications/audio/audacious { };
   audaciousQt5 = audacious;
 
-  audacity = callPackage ../applications/audio/audacity { wxGTK = wxGTK31-gtk2; };
+  audacity-gtk2 = callPackage ../applications/audio/audacity { wxGTK = wxGTK31-gtk2; };
+  audacity-gtk3 = callPackage ../applications/audio/audacity { wxGTK = wxGTK31-gtk3; };
+  audacity = audacity-gtk2;
 
   audio-recorder = callPackage ../applications/audio/audio-recorder { };