Skip to content

Commit

Permalink
Disable Darwin build
Browse files Browse the repository at this point in the history
Currently failing due to some 15.09 libxml2 issue.

http://hydra.nixos.org/build/32429886
  • Loading branch information
edolstra committed Feb 29, 2016
1 parent 498aa37 commit ebff9f6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions release.nix
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ let
};


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

with import <nixpkgs> { inherit system; };

Expand Down Expand Up @@ -74,7 +74,7 @@ let
build.i686-linux
#build.x86_64-freebsd
#build.i686-freebsd
build.x86_64-darwin
#build.x86_64-darwin
rpm_fedora23i386
rpm_fedora23x86_64
deb_debian8i386
Expand Down

0 comments on commit ebff9f6

Please sign in to comment.