mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-02 15:41:48 +00:00
Give less work to Hydra.
svn path=/nixpkgs/trunk/; revision=26507
This commit is contained in:
parent
8adedb4957
commit
446b09c477
@ -13,7 +13,7 @@ with (import ./release-lib.nix);
|
||||
|
||||
tarball = import ./make-tarball.nix;
|
||||
|
||||
} // (mapTestOn ((packagesWithMetaPlatform pkgs) // rec {
|
||||
} // (mapTestOn (/* (packagesWithMetaPlatform pkgs) // */ rec {
|
||||
|
||||
MPlayer = linux;
|
||||
abcde = linux;
|
||||
@ -380,6 +380,7 @@ with (import ./release-lib.nix);
|
||||
jdee = linux;
|
||||
};
|
||||
|
||||
/*
|
||||
firefox36Pkgs.firefox = linux;
|
||||
firefox40Pkgs.firefox = linux;
|
||||
|
||||
@ -541,6 +542,7 @@ with (import ./release-lib.nix);
|
||||
xfdesktop = linux;
|
||||
xfwm4 = linux;
|
||||
};
|
||||
*/
|
||||
|
||||
} ))
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user