summary refs log tree commit diff
path: root/pkgs/applications/audio/asunder/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/applications/audio/asunder/default.nix')
-rw-r--r--pkgs/applications/audio/asunder/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/audio/asunder/default.nix b/pkgs/applications/audio/asunder/default.nix
index 0ddb7143bc2..b5897c71cd9 100644
--- a/pkgs/applications/audio/asunder/default.nix
+++ b/pkgs/applications/audio/asunder/default.nix
@@ -1,4 +1,4 @@
-{ stdenv, fetchurl, makeWrapper, gtk, libcddb, intltool, pkgconfig, cdparanoia
+{ stdenv, fetchurl, makeWrapper, gtk2, libcddb, intltool, pkgconfig, cdparanoia
 , mp3Support ? false, lame
 , oggSupport ? true, vorbis-tools
 , flacSupport ? true, flac
@@ -19,7 +19,7 @@ stdenv.mkDerivation rec {
     sha256 = "1nq9kd4rd4k2kibf57gdbm0zw2gxa234vvvdhxkm8g5bhx5h3iyq";
   };
 
-  buildInputs = [ gtk libcddb intltool pkgconfig makeWrapper ];
+  buildInputs = [ gtk2 libcddb intltool pkgconfig makeWrapper ];
 
   runtimeDeps =
     optional mp3Support lame ++