gtkd: fixup from treewide commit
This was mistakenly replaced when it was already avoiding the alias. Thanks @jtojnar
This commit is contained in:
parent
d68322504a
commit
dc24ab2776
@ -1,5 +1,5 @@
|
|||||||
{ stdenv, fetchzip, atk, cairo, dmd, gdk_pixbuf, gnome3, gst_all_1, librsvg
|
{ stdenv, fetchzip, atk, cairo, dmd, gdk_pixbuf, gnome3, gst_all_1, librsvg
|
||||||
, pango, pkgconfig, substituteAll, which, gst_plugins_base }:
|
, pango, pkgconfig, substituteAll, which }:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "gtkd-${version}";
|
name = "gtkd-${version}";
|
||||||
|
@ -2873,9 +2873,7 @@ with pkgs;
|
|||||||
|
|
||||||
gtdialog = callPackage ../development/libraries/gtdialog {};
|
gtdialog = callPackage ../development/libraries/gtdialog {};
|
||||||
|
|
||||||
gtkd = callPackage ../development/libraries/gtkd {
|
gtkd = callPackage ../development/libraries/gtkd { };
|
||||||
gst_plugins_base = gst-plugins-base;
|
|
||||||
};
|
|
||||||
|
|
||||||
gtkgnutella = callPackage ../tools/networking/p2p/gtk-gnutella { };
|
gtkgnutella = callPackage ../tools/networking/p2p/gtk-gnutella { };
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user