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
@@ -18,7 +18,6 @@ stdenv.mkDerivation rec {
buildInputs = [ pkgconfig glib gtk dbus_glib ];
# don't make deprecated usages hard errors
preBuildPhases = "preBuild";
preBuild = ''substituteInPlace unique/dbus/Makefile --replace -Werror ""'';
doCheck = true;