Skip to content

Commit 8ac4682

Browse files
asppsajoachifm
authored andcommittedSep 26, 2017
purePackages.gen: Don't build on Hydra (#29763)
Until agraef/pure-lang#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)
1 parent 3414265 commit 8ac4682

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎pkgs/development/pure-modules/gen/default.nix

+1
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ stdenv.mkDerivation rec {
2020
homepage = http://puredocs.bitbucket.org/pure-gen.html;
2121
license = stdenv.lib.licenses.free;
2222
platforms = stdenv.lib.platforms.linux;
23+
hydraPlatforms = [];
2324
maintainers = with stdenv.lib.maintainers; [ asppsa ];
2425
};
2526
}

1 commit comments

Comments
 (1)

globin commented on Sep 26, 2017

@globin
Member

I'd rather mark this as broken if it cannot be compiled?

Please sign in to comment.