about summary refs log tree commit diff
path: root/pkgs/applications/audio/spek
diff options
context:
space:
mode:
authorWeijia Wang <9713184+wegank@users.noreply.github.com>2022-12-03 03:28:32 +0100
committerWeijia Wang <9713184+wegank@users.noreply.github.com>2022-12-03 03:28:32 +0100
commit07cd65bea252c7cf7aeaec9d9b63d51bb8308af5 (patch)
tree8b3fbc244c296f45321c47ecbd7130bddebae421 /pkgs/applications/audio/spek
parentcee75d23a9825985cad20b0deaac752766f6725c (diff)
treewide: drop wxGTK30-gtk2
Diffstat (limited to 'pkgs/applications/audio/spek')
-rw-r--r--pkgs/applications/audio/spek/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/audio/spek/default.nix b/pkgs/applications/audio/spek/default.nix
index 1a73b8adea72a..74c53f96efdc1 100644
--- a/pkgs/applications/audio/spek/default.nix
+++ b/pkgs/applications/audio/spek/default.nix
@@ -1,4 +1,4 @@
-{ lib, stdenv, fetchFromGitHub, autoreconfHook, intltool, pkg-config, ffmpeg, wxGTK30-gtk3, wrapGAppsHook }:
+{ lib, stdenv, fetchFromGitHub, autoreconfHook, intltool, pkg-config, ffmpeg, wxGTK30, gtk3, wrapGAppsHook }:
 
 stdenv.mkDerivation rec {
   pname = "spek";
@@ -16,7 +16,7 @@ stdenv.mkDerivation rec {
 
   nativeBuildInputs = [ autoreconfHook intltool pkg-config wrapGAppsHook ];
 
-  buildInputs = [ ffmpeg wxGTK30-gtk3 wxGTK30-gtk3.gtk ];
+  buildInputs = [ ffmpeg wxGTK30 gtk3 ];
 
   meta = with lib; {
     description = "Analyse your audio files by showing their spectrogram";