about summary refs log tree commit diff
path: root/pkgs/applications/editors/eclipse
diff options
context:
space:
mode:
authorAdam Joseph <adam@westernsemico.com>2023-11-22 16:46:36 -0800
committerAdam Joseph <adam@westernsemico.com>2023-12-15 05:13:46 -0800
commit80472e375406bb8f130b7d1e360fe89d042f7661 (patch)
treebe8993140e6dcdd5e706dc46e9cdbda89be9f7d6 /pkgs/applications/editors/eclipse
parentcd99109202945cf00116dc70af2f31eb66e10695 (diff)
downloadnixlib-80472e375406bb8f130b7d1e360fe89d042f7661.tar
nixlib-80472e375406bb8f130b7d1e360fe89d042f7661.tar.gz
nixlib-80472e375406bb8f130b7d1e360fe89d042f7661.tar.bz2
nixlib-80472e375406bb8f130b7d1e360fe89d042f7661.tar.lz
nixlib-80472e375406bb8f130b7d1e360fe89d042f7661.tar.xz
nixlib-80472e375406bb8f130b7d1e360fe89d042f7661.tar.zst
nixlib-80472e375406bb8f130b7d1e360fe89d042f7661.zip
treewide: add __attrsFailEvaluation and __recurseIntoDerivationForReleaseJobs
Diffstat (limited to 'pkgs/applications/editors/eclipse')
-rw-r--r--pkgs/applications/editors/eclipse/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/editors/eclipse/default.nix b/pkgs/applications/editors/eclipse/default.nix
index 72ecd8e094f4..dd33558e06f6 100644
--- a/pkgs/applications/editors/eclipse/default.nix
+++ b/pkgs/applications/editors/eclipse/default.nix
@@ -226,6 +226,6 @@ in rec {
 
   ### Plugins
 
-  plugins = callPackage ./plugins.nix { };
+  plugins = callPackage ./plugins.nix { } // { __attrsFailEvaluation = true; };
 
 }