sc-controller: fix broken svg icons
The gdk-pixbuf module exposed by librsvg wasn't detected due to strictDeps being enabled by default in python packages.
This commit is contained in:
parent
02a318d3f3
commit
65cbea4563
@ -16,6 +16,9 @@ buildPythonApplication rec {
|
||||
sha256 = "1dskjh5qcjf4x21n4nk1zvdfivbgimsrc2lq1id85bibzps29499";
|
||||
};
|
||||
|
||||
# see https://github.com/NixOS/nixpkgs/issues/56943
|
||||
strictDeps = false;
|
||||
|
||||
nativeBuildInputs = [ wrapGAppsHook ];
|
||||
|
||||
buildInputs = [ gtk3 gobject-introspection libappindicator-gtk3 librsvg ];
|
||||
|
Loading…
Reference in New Issue
Block a user