lol
fork

Configure Feed

Select the types of activity you want to include in your feed.

rhino: disable format/fortify hardening

+2
+2
pkgs/development/libraries/java/rhino/default.nix
··· 20 20 21 21 patches = [ ./gcj-type-mismatch.patch ]; 22 22 23 + hardeningDisable = [ "fortify" "format" ]; 24 + 23 25 preConfigure = 24 26 '' 25 27 find -name \*.jar -or -name \*.class -exec rm -v {} \;