gnome3.gtk -> gtk3

fix evaluation when config.allowAliases == false

(regression after #55735)
This commit is contained in:
volth
2019-03-24 14:34:39 -04:00
committed by worldofpeace
parent 5bf6a13417
commit 2be90ccb4f
24 changed files with 53 additions and 55 deletions
@@ -1,11 +1,11 @@
{ stdenv, fetchurl, dpkg, makeWrapper, buildFHSUserEnv
, gnome3, gdk_pixbuf, cairo, libjpeg_original, glib, gnome2, libGLU
, gnome3, gtk3, gdk_pixbuf, cairo, libjpeg_original, glib, gnome2, libGLU
, nvidia_cg_toolkit, zlib, openssl, portaudio
}:
let
fullPath = stdenv.lib.makeLibraryPath [
stdenv.cc.cc
gnome3.gtk
gtk3
gdk_pixbuf
cairo
libjpeg_original
@@ -21,7 +21,7 @@ let
lightworks = stdenv.mkDerivation rec {
version = "14.0.0";
name = "lightworks-${version}";
src =
if stdenv.hostPlatform.system == "x86_64-linux" then
fetchurl {