summary refs log tree commit diff
path: root/pkgs/top-level/release.nix
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2010-04-29 21:41:33 +0000
committerPeter Simons <simons@cryp.to>2010-04-29 21:41:33 +0000
commit290bdb470aea05b6c239b8bdcb6c2ef7ba79353f (patch)
tree8ad06296b0fa8dc4d75c226ce837979d3073a3df /pkgs/top-level/release.nix
parent995a603ec98992e168b8b7605c3312665922b424 (diff)
downloadnixpkgs-290bdb470aea05b6c239b8bdcb6c2ef7ba79353f.tar
nixpkgs-290bdb470aea05b6c239b8bdcb6c2ef7ba79353f.tar.gz
nixpkgs-290bdb470aea05b6c239b8bdcb6c2ef7ba79353f.tar.bz2
nixpkgs-290bdb470aea05b6c239b8bdcb6c2ef7ba79353f.tar.lz
nixpkgs-290bdb470aea05b6c239b8bdcb6c2ef7ba79353f.tar.xz
nixpkgs-290bdb470aea05b6c239b8bdcb6c2ef7ba79353f.tar.zst
nixpkgs-290bdb470aea05b6c239b8bdcb6c2ef7ba79353f.zip
pkgs/top-level/release.nix: drop trailing white space
svn path=/nixpkgs/trunk/; revision=21446
Diffstat (limited to 'pkgs/top-level/release.nix')
-rw-r--r--pkgs/top-level/release.nix14
1 files changed, 7 insertions, 7 deletions
diff --git a/pkgs/top-level/release.nix b/pkgs/top-level/release.nix
index 616c6d3db2b..31e7a8cf6c8 100644
--- a/pkgs/top-level/release.nix
+++ b/pkgs/top-level/release.nix
@@ -4,7 +4,7 @@
     /nix/var/nix/gcroots/per-user/hydra/hydra-roots --argstr \
     system i686-linux --argstr system x86_64-linux --arg \
     nixpkgs "{outPath = ./}" .... release.nix
-    
+
   Hydra can be installed with "nix-env -i hydra".
 */
 with (import ./release-lib.nix);
@@ -38,7 +38,7 @@ with (import ./release-lib.nix);
   bind = linux;
   bison23 = all;
   bison24 = all;
-  bitlbee = linux; 
+  bitlbee = linux;
   bittorrent = linux;
   blender = linux;
   boost = all;
@@ -388,11 +388,11 @@ with (import ./release-lib.nix);
   firefox35Pkgs = {
     firefox = prio 150 linux;
   };
-  
+
   firefox36Pkgs = {
     firefox = linux;
   };
-  
+
   gnome = {
     gnome_panel = linux;
     metacity = linux;
@@ -489,7 +489,7 @@ with (import ./release-lib.nix);
     virtualbox = linux;
     virtualboxGuestAdditions = linux;
   };
-  
+
   linuxPackages_2_6_28 = {
     aufs = linux;
     kernel = linux;
@@ -543,7 +543,7 @@ with (import ./release-lib.nix);
   pythonPackages = {
     zfec = linux;
   };
-  
+
   xorg = {
     fontadobe100dpi = linux;
     fontadobe75dpi = linux;
@@ -576,5 +576,5 @@ with (import ./release-lib.nix);
     xset = linux;
   };
 
-} )) 
+} ))