summary refs log tree commit diff
path: root/pkgs/applications/audio/asunder/default.nix
diff options
context:
space:
mode:
authorNikolay Amiantov <ab@fmap.me>2016-09-13 12:57:22 +0300
committerNikolay Amiantov <ab@fmap.me>2016-09-13 12:57:22 +0300
commitf8ea2347208cfeb4c88ca6319dc307bf16b47ae1 (patch)
treee71fe802230f111643f7b4ff8e2c5750dff37337 /pkgs/applications/audio/asunder/default.nix
parent47487099263220f788dcbde58848b9a06801bc86 (diff)
downloadnixpkgs-f8ea2347208cfeb4c88ca6319dc307bf16b47ae1.tar
nixpkgs-f8ea2347208cfeb4c88ca6319dc307bf16b47ae1.tar.gz
nixpkgs-f8ea2347208cfeb4c88ca6319dc307bf16b47ae1.tar.bz2
nixpkgs-f8ea2347208cfeb4c88ca6319dc307bf16b47ae1.tar.lz
nixpkgs-f8ea2347208cfeb4c88ca6319dc307bf16b47ae1.tar.xz
nixpkgs-f8ea2347208cfeb4c88ca6319dc307bf16b47ae1.tar.zst
nixpkgs-f8ea2347208cfeb4c88ca6319dc307bf16b47ae1.zip
asunder: use gtk2 explicitly
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 ++