Skip to content

Commit

Permalink
sc-controller: fix broken svg icons
Browse files Browse the repository at this point in the history
The gdk-pixbuf module exposed by librsvg wasn't detected
due to strictDeps being enabled by default in python packages.

(cherry picked from commit 65cbea4)
  • Loading branch information
rnhmjoj committed Oct 12, 2020
1 parent ad072be commit ca3477e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pkgs/misc/drivers/sc-controller/default.nix
Expand Up @@ -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 ];
Expand Down

0 comments on commit ca3477e

Please sign in to comment.