summary refs log tree commit diff
path: root/pkgs/applications/audio/cozy/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/applications/audio/cozy/default.nix')
-rw-r--r--pkgs/applications/audio/cozy/default.nix5
1 files changed, 0 insertions, 5 deletions
diff --git a/pkgs/applications/audio/cozy/default.nix b/pkgs/applications/audio/cozy/default.nix
index 6398141c86dd4..8f7461683be17 100644
--- a/pkgs/applications/audio/cozy/default.nix
+++ b/pkgs/applications/audio/cozy/default.nix
@@ -24,11 +24,6 @@ python3Packages.buildPythonApplication rec {
   pname = "cozy";
   version = "1.2.1";
 
-  # Temporary fix
-  # See https://github.com/NixOS/nixpkgs/issues/57029
-  # and https://github.com/NixOS/nixpkgs/issues/56943
-  strictDeps = false;
-
   src = fetchFromGitHub {
     owner = "geigi";
     repo = pname;