Merge pull request #98116 from timjrd/sc-controller-0.4.7-rebased

sc-controller: fix missing icons (librsvg)
This commit is contained in:
Michele Guerini Rocco 2020-09-21 07:24:01 +02:00 committed by GitHub
commit 799f149bbf
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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 = ''