gnome3: stop using aliases
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
{ stdenv, fetchgit, pythonPackages, intltool, gtk3, gobject-introspection, defaultIconTheme }:
|
||||
{ stdenv, fetchgit, pythonPackages, intltool, gtk3, gobject-introspection, gnome3 }:
|
||||
|
||||
pythonPackages.buildPythonApplication rec {
|
||||
name = "onioncircuits-${version}";
|
||||
@@ -16,7 +16,7 @@ pythonPackages.buildPythonApplication rec {
|
||||
postFixup = ''
|
||||
wrapProgram "$out/bin/onioncircuits" \
|
||||
--prefix GI_TYPELIB_PATH : "$GI_TYPELIB_PATH" \
|
||||
--prefix XDG_DATA_DIRS : "$out/share:${defaultIconTheme}/share"
|
||||
--prefix XDG_DATA_DIRS : "$out/share:${gnome3.adwaita-icon-theme}/share"
|
||||
'';
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
|
||||
Reference in New Issue
Block a user