Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)

Disable broken Haskell builds some more.

+2 -4
-2
pkgs/development/haskell-modules/configuration-hackage2nix.yaml
··· 628 628 claferIG: [ i686-linux, x86_64-darwin, x86_64-linux ] 629 629 claferwiki: [ i686-linux, x86_64-darwin, x86_64-linux ] 630 630 clang-pure: [ i686-linux, x86_64-darwin, x86_64-linux ] 631 - clang-pure: [ x86_64-darwin ] 632 631 CLASE: [ i686-linux, x86_64-darwin, x86_64-linux ] 633 632 clash-prelude-quickcheck: [ i686-linux, x86_64-darwin, x86_64-linux ] 634 633 clash: [ i686-linux, x86_64-darwin, x86_64-linux ] ··· 3059 3058 Pup-Events-Demo: [ i686-linux, x86_64-darwin, x86_64-linux ] 3060 3059 puppetresources: [ i686-linux, x86_64-darwin, x86_64-linux ] 3061 3060 purescript-bridge: [ i686-linux, x86_64-darwin, x86_64-linux ] 3062 - purescript-bridge: [ x86_64-darwin ] 3063 3061 push-notify-ccs: [ i686-linux, x86_64-darwin, x86_64-linux ] 3064 3062 push-notify-general: [ i686-linux, x86_64-darwin, x86_64-linux ] 3065 3063 push-notify: [ i686-linux, x86_64-darwin, x86_64-linux ]
+2 -2
pkgs/development/haskell-modules/hackage-packages.nix
··· 49178 49178 librarySystemDepends = [ clang ]; 49179 49179 description = "Pure C++ code analysis with libclang"; 49180 49180 license = stdenv.lib.licenses.asl20; 49181 - hydraPlatforms = [ "i686-linux" "x86_64-linux" ]; 49181 + hydraPlatforms = stdenv.lib.platforms.none; 49182 49182 }) {inherit (self.llvmPackages) clang;}; 49183 49183 49184 49184 "clanki" = callPackage ··· 170105 170105 testHaskellDepends = [ base Cabal HUnit ]; 170106 170106 description = "Generate PureScript data types from Haskell data types"; 170107 170107 license = stdenv.lib.licenses.agpl3; 170108 - hydraPlatforms = [ "i686-linux" "x86_64-linux" ]; 170108 + hydraPlatforms = stdenv.lib.platforms.none; 170109 170109 }) {}; 170110 170110 170111 170111 "purescript-bundle-fast" = callPackage