about summary refs log tree commit diff
path: root/pkgs/applications/audio/audacity
diff options
context:
space:
mode:
authorSheng Wang <sheng@a64.work>2019-11-13 18:01:51 +0900
committerRenaud <c0bw3b@users.noreply.github.com>2019-11-13 10:01:51 +0100
commit967d29418ba410d63414eb394e33472b0d22dfcc (patch)
treedb04d4c5bfcb927562c061ca2ad872ff05fefe46 /pkgs/applications/audio/audacity
parent2bb10a525df51854eb31ca4fd50d861a20a0b3c2 (diff)
downloadnixlib-967d29418ba410d63414eb394e33472b0d22dfcc.tar
nixlib-967d29418ba410d63414eb394e33472b0d22dfcc.tar.gz
nixlib-967d29418ba410d63414eb394e33472b0d22dfcc.tar.bz2
nixlib-967d29418ba410d63414eb394e33472b0d22dfcc.tar.lz
nixlib-967d29418ba410d63414eb394e33472b0d22dfcc.tar.xz
nixlib-967d29418ba410d63414eb394e33472b0d22dfcc.tar.zst
nixlib-967d29418ba410d63414eb394e33472b0d22dfcc.zip
audacity: use gtk version passed through wxwidgets
Make possible to build against gtk3, which is useful for HiDPI displays.
(#73055)
Diffstat (limited to 'pkgs/applications/audio/audacity')
-rw-r--r--pkgs/applications/audio/audacity/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/audio/audacity/default.nix b/pkgs/applications/audio/audacity/default.nix
index 6be40a7b93aa..deb77061a39a 100644
--- a/pkgs/applications/audio/audacity/default.nix
+++ b/pkgs/applications/audio/audacity/default.nix
@@ -1,4 +1,4 @@
-{ stdenv, fetchurl, wxGTK30, pkgconfig, file, gettext, gtk2,
+{ stdenv, fetchurl, wxGTK30, pkgconfig, file, gettext,
   libvorbis, libmad, libjack2, lv2, lilv, serd, sord, sratom, suil, alsaLib, libsndfile, soxr, flac, lame,
   expat, libid3tag, ffmpeg, soundtouch, /*, portaudio - given up fighting their portaudio.patch */
   autoconf, automake, libtool
@@ -46,7 +46,7 @@ stdenv.mkDerivation rec {
   nativeBuildInputs = [ pkgconfig ];
   buildInputs = [
     file gettext wxGTK30 expat alsaLib
-    libsndfile soxr libid3tag libjack2 lv2 lilv serd sord sratom suil gtk2
+    libsndfile soxr libid3tag libjack2 lv2 lilv serd sord sratom suil wxGTK30.gtk
     ffmpeg libmad lame libvorbis flac soundtouch
     autoconf automake libtool # for the preConfigure phase
   ]; #ToDo: detach sbsms