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.
gstqt5
rnhmjoj 2020-10-10 23:58:36 +02:00
parent 02a318d3f3
commit 65cbea4563
No known key found for this signature in database
GPG Key ID: BFBAF4C975F76450
1 changed files with 3 additions and 0 deletions

View File

@ -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 ];