Merge pull request #100254 from rnhmjoj/sc-controller

sc-controller: fix broken svg icons
gstqt5
Michele Guerini Rocco 2020-10-12 15:09:56 +02:00 committed by GitHub
commit a5f01cbe93
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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 ];