Skip to content

Commit ebff9f6

Browse files
committed
Disable Darwin build
Currently failing due to some 15.09 libxml2 issue. http://hydra.nixos.org/build/32429886
1 parent 498aa37 commit ebff9f6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

release.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ let
3232
};
3333

3434

35-
build = pkgs.lib.genAttrs [ "x86_64-linux" "i686-linux" /* "x86_64-freebsd" "i686-freebsd" */ "x86_64-darwin" /* "i686-solaris" "i686-cygwin" */ ] (system:
35+
build = pkgs.lib.genAttrs [ "x86_64-linux" "i686-linux" /* "x86_64-freebsd" "i686-freebsd" "x86_64-darwin" "i686-solaris" "i686-cygwin" */ ] (system:
3636

3737
with import <nixpkgs> { inherit system; };
3838

@@ -74,7 +74,7 @@ let
7474
build.i686-linux
7575
#build.x86_64-freebsd
7676
#build.i686-freebsd
77-
build.x86_64-darwin
77+
#build.x86_64-darwin
7878
rpm_fedora23i386
7979
rpm_fedora23x86_64
8080
deb_debian8i386

0 commit comments

Comments
 (0)