sc-controller: fixing missing icons (librsvg)
This commit is contained in:
parent
4ecaf7ef3a
commit
81c2d88d7a
1 changed files with 0 additions and 3 deletions
|
@ -34,9 +34,6 @@ buildPythonApplication rec {
|
||||||
|
|
||||||
preFixup = ''
|
preFixup = ''
|
||||||
gappsWrapperArgs+=(--prefix LD_LIBRARY_PATH : "$LD_LIBRARY_PATH")
|
gappsWrapperArgs+=(--prefix LD_LIBRARY_PATH : "$LD_LIBRARY_PATH")
|
||||||
# gdk-pixbuf setup hook can not choose between propagated librsvg
|
|
||||||
# and our librsvg with GObject introspection.
|
|
||||||
GDK_PIXBUF_MODULE_FILE=$(echo ${librsvg}/lib/gdk-pixbuf-2.0/*/loaders.cache)
|
|
||||||
'';
|
'';
|
||||||
|
|
||||||
postFixup = ''
|
postFixup = ''
|
||||||
|
|
Loading…
Reference in a new issue