about summary refs log tree commit diff
path: root/pkgs/applications/graphics/pick-colour-picker/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/applications/graphics/pick-colour-picker/default.nix')
-rw-r--r--pkgs/applications/graphics/pick-colour-picker/default.nix4
1 files changed, 0 insertions, 4 deletions
diff --git a/pkgs/applications/graphics/pick-colour-picker/default.nix b/pkgs/applications/graphics/pick-colour-picker/default.nix
index 0d3a86663b30b..774a8b19dd349 100644
--- a/pkgs/applications/graphics/pick-colour-picker/default.nix
+++ b/pkgs/applications/graphics/pick-colour-picker/default.nix
@@ -37,10 +37,6 @@ buildPythonPackage rec {
     gtk3
   ];
 
-  # https://github.com/NixOS/nixpkgs/issues/56943
-  # this must be false, otherwise the gobject-introspection hook doesn't run
-  strictDeps = false;
-
   preDistPhases = [ "fixupIconPath" ];
 
   fixupIconPath = ''