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 {
15 inherit nixpkgs supportedSystems;
16 officialRelease = false;
25 avahi = unix; # Cygwin builds fail
27 bashInteractive = all;
53 gnuplot = unix; # Cygwin builds fail
59 guile = linux; # tests fail on Cygwin
73 lapack-reference = linux;
97 # netcat broken on darwin
114 python3 = unix; # Cygwin builds fail
119 screen = linux ++ darwin;
123 sqlite = unix; # Cygwin builds fail
131 syslinux = ["i686-linux"];
141 util-linuxMinimal = linux;
146 wirelesstools = linux;
147 wpa_supplicant = linux;
149 xkeyboard_config = linux;
151 tests-stdenv-gcc-stageCompare = all;