1 /* A small release file, with few packages to be built. The aim is to reduce
2 the load on Hydra when testing the `stdenv-updates' branch. */
4 { nixpkgs ? { outPath = (import ../../lib).cleanSource ../..; revCount = 1234; shortRev = "abcdef"; }
5 , supportedSystems ? [ "x86_64-linux" "x86_64-darwin" ]
6 , # Attributes passed to nixpkgs. Don't build packages marked as unfree.
7 nixpkgsArgs ? { config = { allowUnfree = false; inHydra = true; }; }
10 with import ./release-lib.nix { inherit supportedSystems nixpkgsArgs; };
14 tarball = import ./make-tarball.nix {
16 officialRelease = false;
25 avahi = unix; # Cygwin builds fail
27 bashInteractive = all;
57 gnuplot = unix; # Cygwin builds fail
65 guile = linux; # tests fail on Cygwin
79 keen4 = ["i686-linux"];
83 lapack-reference = linux;
103 mesa = mesaPlatforms;
113 # netcat broken on darwin
132 python = unix; # Cygwin builds fail
138 screen = linux ++ darwin;
142 sloccount = unix; # Cygwin builds fail
144 sqlite = unix; # Cygwin builds fail
152 syslinux = ["i686-linux"];
164 util-linuxMinimal = linux;
171 wirelesstools = linux;
172 wpa_supplicant = linux;
174 xkeyboard_config = linux;