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 @@
{ lib, buildPythonPackage, fetchPypi, isPy3k
, wrapGAppsHook, gobject-introspection, pygobject3, graphviz, gnome3 }:
, wrapGAppsHook, gobject-introspection, pygobject3, graphviz, gnome3, gtk3 }:
buildPythonPackage rec {
pname = "xdot";
@@ -13,7 +13,7 @@ buildPythonPackage rec {
disabled = !isPy3k;
nativeBuildInputs = [ wrapGAppsHook ];
propagatedBuildInputs = [ gobject-introspection pygobject3 graphviz gnome3.gtk ];
propagatedBuildInputs = [ gobject-introspection pygobject3 graphviz gtk3 ];
meta = with lib; {
description = "xdot.py is an interactive viewer for graphs written in Graphviz's dot";