summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorMichael Raskin <7c6f434c@mail.ru>2009-08-25 06:53:43 +0000
committerMichael Raskin <7c6f434c@mail.ru>2009-08-25 06:53:43 +0000
commite6b1990f24833dd68ae700074d00c8c0885df3a3 (patch)
tree5621aa09b870e1a2069f37eed2aa979da1d52a34 /pkgs
parent426c46cd971ab19f54e9c69aaec7e74c9a9857f4 (diff)
downloadnixpkgs-e6b1990f24833dd68ae700074d00c8c0885df3a3.tar
nixpkgs-e6b1990f24833dd68ae700074d00c8c0885df3a3.tar.gz
nixpkgs-e6b1990f24833dd68ae700074d00c8c0885df3a3.tar.bz2
nixpkgs-e6b1990f24833dd68ae700074d00c8c0885df3a3.tar.lz
nixpkgs-e6b1990f24833dd68ae700074d00c8c0885df3a3.tar.xz
nixpkgs-e6b1990f24833dd68ae700074d00c8c0885df3a3.tar.zst
nixpkgs-e6b1990f24833dd68ae700074d00c8c0885df3a3.zip
The trick to increase reliability does not work
svn path=/nixpkgs/trunk/; revision=16853
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/top-level/release.nix4
1 files changed, 1 insertions, 3 deletions
diff --git a/pkgs/top-level/release.nix b/pkgs/top-level/release.nix
index bc7c1a56474..2bc07b483cc 100644
--- a/pkgs/top-level/release.nix
+++ b/pkgs/top-level/release.nix
@@ -66,9 +66,7 @@ in {
 
   tarball = import ./make-tarball.nix;
 
-} // (mapTestOn (rec {
-
-  maintainedPackages = selectMaintained pkgs;
+} // (mapTestOn ((selectMaintained pkgs) // rec {
 
   MPlayer = linux;
   abcde = linux;