about summary refs log tree commit diff
path: root/pkgs/applications/audio/gmpc
diff options
context:
space:
mode:
authorVladimír Čunát <vcunat@gmail.com>2013-11-17 22:21:56 +0100
committerVladimír Čunát <vcunat@gmail.com>2013-11-17 22:26:49 +0100
commit747e75750077bb5b378140d43eac1c17547fa1fc (patch)
tree5f1a451fb23bf931efb8fbc9fe621fbf9110dac5 /pkgs/applications/audio/gmpc
parent4aa1dff1d6bba2d7c64503bbe142d819a289c5e3 (diff)
downloadnixlib-747e75750077bb5b378140d43eac1c17547fa1fc.tar
nixlib-747e75750077bb5b378140d43eac1c17547fa1fc.tar.gz
nixlib-747e75750077bb5b378140d43eac1c17547fa1fc.tar.bz2
nixlib-747e75750077bb5b378140d43eac1c17547fa1fc.tar.lz
nixlib-747e75750077bb5b378140d43eac1c17547fa1fc.tar.xz
nixlib-747e75750077bb5b378140d43eac1c17547fa1fc.tar.zst
nixlib-747e75750077bb5b378140d43eac1c17547fa1fc.zip
libunique: fix build, make the package unique
The one in gnome2 was failing to build,
but all there is likely in a desolate state anyway.

In gmpc it also seemed without any reason to have a duplicate.
Diffstat (limited to 'pkgs/applications/audio/gmpc')
-rw-r--r--pkgs/applications/audio/gmpc/default.nix18
1 files changed, 1 insertions, 17 deletions
diff --git a/pkgs/applications/audio/gmpc/default.nix b/pkgs/applications/audio/gmpc/default.nix
index 10a2f0dcee94..728155c02bda 100644
--- a/pkgs/applications/audio/gmpc/default.nix
+++ b/pkgs/applications/audio/gmpc/default.nix
@@ -1,5 +1,5 @@
 { stdenv, fetchurl, libtool, intltool, pkgconfig, glib
-, gtk, curl, mpd_clientlib, libsoup, gob2, vala
+, gtk, curl, mpd_clientlib, libsoup, gob2, vala, libunique
 }:
 
 stdenv.mkDerivation rec {
@@ -15,22 +15,6 @@ stdenv.mkDerivation rec {
     buildInputs = [ pkgconfig glib ];
   };
 
-  libunique = stdenv.mkDerivation {
-    name = "libunique-1.1.6";
-    src = fetchurl {
-      url = http://ftp.gnome.org/pub/GNOME/sources/libunique/1.1/libunique-1.1.6.tar.gz;
-      sha256 = "2cb918dde3554228a211925ba6165a661fd782394bd74dfe15e3853dc9c573ea";
-    };
-    buildInputs = [ pkgconfig glib gtk ];
-
-    patches = [
-      (fetchurl {
-        url = "https://projects.archlinux.org/svntogit/packages.git/plain/trunk/remove_G_CONST_RETURN.patch?h=packages/libunique";
-        sha256 = "0da2qi7cyyax4rr1p25drlhk360h8d3lapgypi5w95wj9k6bykhr";
-      })
-    ];
-  };
-
   src = fetchurl {
     url = "http://download.sarine.nl/Programs/gmpc/11.8/gmpc-11.8.16.tar.gz";
     sha256 = "0b3bnxf98i5lhjyljvgxgx9xmb6p46cn3a9cccrng14nagri9556";