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;
54 gnuplot = unix; # Cygwin builds fail
60 guile = linux; # tests fail on Cygwin
74 lapack-reference = linux;
98 # netcat broken on darwin
116 python3 = unix; # Cygwin builds fail
121 screen = linux ++ darwin;
125 sqlite = unix; # Cygwin builds fail
133 syslinux = ["i686-linux"];
143 util-linuxMinimal = linux;
148 wirelesstools = linux;
149 wpa_supplicant = linux;
151 xkeyboard_config = linux;