about summary refs log tree commit diff
path: root/pkgs/applications/networking/feedreaders
diff options
context:
space:
mode:
authorArtturi <Artturin@artturin.com>2023-02-18 20:12:57 +0200
committerGitHub <noreply@github.com>2023-02-18 20:12:57 +0200
commitcdcca1cdcdbc57fcb0ec2c523236d1e0ad9a7826 (patch)
tree3111089f285f7175083dd538310f88c9211e1056 /pkgs/applications/networking/feedreaders
parent0e856cc7def0dd3d79d9d300a3fd06984e12b8d3 (diff)
parentd5b6b6232c368279a48e8b6907a637b652d378ba (diff)
downloadnixlib-cdcca1cdcdbc57fcb0ec2c523236d1e0ad9a7826.tar
nixlib-cdcca1cdcdbc57fcb0ec2c523236d1e0ad9a7826.tar.gz
nixlib-cdcca1cdcdbc57fcb0ec2c523236d1e0ad9a7826.tar.bz2
nixlib-cdcca1cdcdbc57fcb0ec2c523236d1e0ad9a7826.tar.lz
nixlib-cdcca1cdcdbc57fcb0ec2c523236d1e0ad9a7826.tar.xz
nixlib-cdcca1cdcdbc57fcb0ec2c523236d1e0ad9a7826.tar.zst
nixlib-cdcca1cdcdbc57fcb0ec2c523236d1e0ad9a7826.zip
Merge pull request #215715 from Artturin/removegirworkarounds2
Diffstat (limited to 'pkgs/applications/networking/feedreaders')
-rw-r--r--pkgs/applications/networking/feedreaders/gnome-feeds/default.nix3
1 files changed, 0 insertions, 3 deletions
diff --git a/pkgs/applications/networking/feedreaders/gnome-feeds/default.nix b/pkgs/applications/networking/feedreaders/gnome-feeds/default.nix
index f80be45ebd1f..7563e8c22d78 100644
--- a/pkgs/applications/networking/feedreaders/gnome-feeds/default.nix
+++ b/pkgs/applications/networking/feedreaders/gnome-feeds/default.nix
@@ -66,9 +66,6 @@ python3.pkgs.buildPythonApplication rec {
     requests
   ];
 
-  # https://github.com/NixOS/nixpkgs/issues/56943
-  strictDeps = false;
-
   dontWrapGApps = true;
 
   preFixup = ''