about summary refs log tree commit diff
path: root/pkgs/applications/editors/rednotebook
diff options
context:
space:
mode:
authorArtturin <Artturin@artturin.com>2022-12-29 18:40:14 +0200
committerArtturin <Artturin@artturin.com>2023-02-17 20:26:13 +0200
commitcadffcfe5053c1cc73f2a56e12bd41b762b5b653 (patch)
tree627bd5d53a4d385f9fc73ab784c7d30ca5aaac1e /pkgs/applications/editors/rednotebook
parentfa169bb239d7b2d860af851573569182ee5e0127 (diff)
downloadnixlib-cadffcfe5053c1cc73f2a56e12bd41b762b5b653.tar
nixlib-cadffcfe5053c1cc73f2a56e12bd41b762b5b653.tar.gz
nixlib-cadffcfe5053c1cc73f2a56e12bd41b762b5b653.tar.bz2
nixlib-cadffcfe5053c1cc73f2a56e12bd41b762b5b653.tar.lz
nixlib-cadffcfe5053c1cc73f2a56e12bd41b762b5b653.tar.xz
nixlib-cadffcfe5053c1cc73f2a56e12bd41b762b5b653.tar.zst
nixlib-cadffcfe5053c1cc73f2a56e12bd41b762b5b653.zip
treewide: remove issue #56943 workarounds
checked with diffoscope+difflog and launching the programs

i have fixed that issue in my other gir PRs
Diffstat (limited to 'pkgs/applications/editors/rednotebook')
-rw-r--r--pkgs/applications/editors/rednotebook/default.nix4
1 files changed, 0 insertions, 4 deletions
diff --git a/pkgs/applications/editors/rednotebook/default.nix b/pkgs/applications/editors/rednotebook/default.nix
index 2018e1d5e2af..abbfefce5293 100644
--- a/pkgs/applications/editors/rednotebook/default.nix
+++ b/pkgs/applications/editors/rednotebook/default.nix
@@ -30,10 +30,6 @@ buildPythonApplication rec {
     "--suffix XDG_DATA_DIRS : $XDG_ICON_DIRS:$GSETTINGS_SCHEMAS_PATH"
   ];
 
-  # Until gobject-introspection in nativeBuildInputs is supported.
-  # https://github.com/NixOS/nixpkgs/issues/56943#issuecomment-472568643
-  strictDeps = false;
-
   meta = with lib; {
     homepage = "https://rednotebook.sourceforge.io/";
     changelog = "https://github.com/jendrikseipp/rednotebook/blob/v${version}/CHANGELOG.md";