lol
0
fork

Configure Feed

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

Fix ARM/Arm typo.

+1 -1
+1 -1
pkgs/development/interpreters/spidermonkey/185-1.0.0.nix
··· 21 21 ''; 22 22 23 23 # Explained below in configureFlags for ARM 24 - patches = stdenv.lib.optionals stdenv.isARM [ 24 + patches = stdenv.lib.optionals stdenv.isArm [ 25 25 ./findvanilla.patch 26 26 ]; 27 27