gtkd: fixup from treewide commit

This was mistakenly replaced when it was already avoiding the alias.

Thanks @jtojnar
This commit is contained in:
Matthew Bauer 2018-07-19 09:57:29 -04:00
parent d68322504a
commit dc24ab2776
2 changed files with 2 additions and 4 deletions

View File

@ -1,5 +1,5 @@
{ 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 {
name = "gtkd-${version}";

View File

@ -2873,9 +2873,7 @@ with pkgs;
gtdialog = callPackage ../development/libraries/gtdialog {};
gtkd = callPackage ../development/libraries/gtkd {
gst_plugins_base = gst-plugins-base;
};
gtkd = callPackage ../development/libraries/gtkd { };
gtkgnutella = callPackage ../tools/networking/p2p/gtk-gnutella { };