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.
This commit is contained in:
Vladimír Čunát
2013-11-17 22:26:49 +01:00
parent 4aa1dff1d6
commit 747e757500
4 changed files with 3 additions and 34 deletions
+2 -2
View File
@@ -1,4 +1,4 @@
{ callPackage, self, stdenv, gettext, gvfs, overrides ? {} }:
{ callPackage, self, stdenv, gettext, gvfs, libunique, overrides ? {} }:
{
__overrides = overrides;
@@ -67,7 +67,7 @@
startup_notification = callPackage ./platform/startup-notification { };
# Required for nautilus
libunique = callPackage ./platform/libunique { };
inherit (libunique);
gtkglext = callPackage ./platform/gtkglext { };