about summary refs log tree commit diff
path: root/pkgs/applications/audio/bespokesynth/default.nix
diff options
context:
space:
mode:
authorJan Tojnar <jtojnar@gmail.com>2024-07-02 08:03:53 +0200
committerGitHub <noreply@github.com>2024-07-02 08:03:53 +0200
commit0f56e3221392452f2c38e3ddf2eba03abda6bf47 (patch)
treeb3e629da120df8c680944188166b1353b346a317 /pkgs/applications/audio/bespokesynth/default.nix
parentc9073dfafdd94ada4ae1b78e89a2a6155373e224 (diff)
parent2413b5165263d292cfe49d42ca7ff3c9ffe95318 (diff)
Merge pull request #319659 from jtojnar/gnome-extract
Move various packages out of gnome scope
Diffstat (limited to 'pkgs/applications/audio/bespokesynth/default.nix')
-rw-r--r--pkgs/applications/audio/bespokesynth/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/applications/audio/bespokesynth/default.nix b/pkgs/applications/audio/bespokesynth/default.nix
index 752088fcd8222..83c5af0a53fce 100644
--- a/pkgs/applications/audio/bespokesynth/default.nix
+++ b/pkgs/applications/audio/bespokesynth/default.nix
@@ -29,7 +29,7 @@
 , curl
 , pcre
 , mount
-, gnome
+, zenity
 , Accelerate
 , Cocoa
 , WebKit
@@ -91,7 +91,7 @@ stdenv.mkDerivation rec {
     libusb1
     alsa-lib
     libjack2
-    gnome.zenity
+    zenity
     alsa-tools
     libxcb
     xcbutil
@@ -129,7 +129,7 @@ stdenv.mkDerivation rec {
       # These X11 libs get dlopen'd, they cause visual bugs when unavailable.
       wrapProgram $out/bin/BespokeSynth \
         --prefix PATH : '${lib.makeBinPath [
-          gnome.zenity
+          zenity
           (python3.withPackages (ps: with ps; [ jedi ]))
         ]}'
     '';