gnome3.gtk -> gtk3

fix evaluation when config.allowAliases == false

(regression after #55735)
This commit is contained in:
volth
2019-03-09 11:41:12 +00:00
committed by worldofpeace
parent 5bf6a13417
commit 2be90ccb4f
24 changed files with 53 additions and 55 deletions

View File

@@ -1,5 +1,5 @@
{ stdenv, fetchurl
, amtk, gnome3, gtksourceview4, libuchardet, libxml2, pkgconfig }:
, amtk, gnome3, gtk3, gtksourceview4, libuchardet, libxml2, pkgconfig }:
let
version = "4.2.0";
pname = "tepl";
@@ -20,7 +20,7 @@ in stdenv.mkDerivation {
libxml2
gtksourceview4
libuchardet
gnome3.gtk
gtk3
];
doCheck = false;