lol
0
fork

Configure Feed

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

gcc48: Pin to the latest supported version of isl

+2
+2
pkgs/top-level/all-packages.nix
··· 3770 3770 # be passed. 3771 3771 cross = null; 3772 3772 libcCross = if crossSystem != null then libcCross else null; 3773 + 3774 + isl = isl_0_14; 3773 3775 })); 3774 3776 3775 3777 gcc49 = lowPrio (wrapCC (callPackage ../development/compilers/gcc/4.9 {