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
+1 -1
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}";