summary refs log tree commit diff
path: root/pkgs/development/pure-modules
diff options
context:
space:
mode:
authorAlastair Pharo <asppsa@gmail.com>2017-09-26 11:58:36 +1000
committerJoachim F <joachifm@users.noreply.github.com>2017-09-26 01:58:36 +0000
commit8ac4682e85248419c63402f7ebdd4cdd20ff7f8e (patch)
tree1ee13e69957c0bd909b99312efe8a9136033686a /pkgs/development/pure-modules
parent3414265efa7557bbc7ddd18876888011f2159cf5 (diff)
downloadnixpkgs-8ac4682e85248419c63402f7ebdd4cdd20ff7f8e.tar
nixpkgs-8ac4682e85248419c63402f7ebdd4cdd20ff7f8e.tar.gz
nixpkgs-8ac4682e85248419c63402f7ebdd4cdd20ff7f8e.tar.bz2
nixpkgs-8ac4682e85248419c63402f7ebdd4cdd20ff7f8e.tar.lz
nixpkgs-8ac4682e85248419c63402f7ebdd4cdd20ff7f8e.tar.xz
nixpkgs-8ac4682e85248419c63402f7ebdd4cdd20ff7f8e.tar.zst
nixpkgs-8ac4682e85248419c63402f7ebdd4cdd20ff7f8e.zip
purePackages.gen: Don't build on Hydra (#29763)
Until https://github.com/agraef/pure-lang/issues/8 is resolved, this
package can't be compiled.  This patch turns off Hydra builds of this
package as part of #28643 (zero Hydra failures)
Diffstat (limited to 'pkgs/development/pure-modules')
-rw-r--r--pkgs/development/pure-modules/gen/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/development/pure-modules/gen/default.nix b/pkgs/development/pure-modules/gen/default.nix
index 082a8c88c61..9bb65d042b9 100644
--- a/pkgs/development/pure-modules/gen/default.nix
+++ b/pkgs/development/pure-modules/gen/default.nix
@@ -20,6 +20,7 @@ stdenv.mkDerivation rec {
     homepage = http://puredocs.bitbucket.org/pure-gen.html;
     license = stdenv.lib.licenses.free;
     platforms = stdenv.lib.platforms.linux;
+    hydraPlatforms = [];
     maintainers = with stdenv.lib.maintainers; [ asppsa ];
   };
 }