summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2012-03-28 13:49:16 +0000
committerPeter Simons <simons@cryp.to>2012-03-28 13:49:16 +0000
commite94fd0e83cf7787fec988f40dfac11c80e996c14 (patch)
tree2f21a3fea77de5a7d01faea9283ff3b22af4b1aa /pkgs
parentb575fa12590be07fb6bca6a438364e52fa420c38 (diff)
downloadnixpkgs-e94fd0e83cf7787fec988f40dfac11c80e996c14.tar
nixpkgs-e94fd0e83cf7787fec988f40dfac11c80e996c14.tar.gz
nixpkgs-e94fd0e83cf7787fec988f40dfac11c80e996c14.tar.bz2
nixpkgs-e94fd0e83cf7787fec988f40dfac11c80e996c14.tar.lz
nixpkgs-e94fd0e83cf7787fec988f40dfac11c80e996c14.tar.xz
nixpkgs-e94fd0e83cf7787fec988f40dfac11c80e996c14.tar.zst
nixpkgs-e94fd0e83cf7787fec988f40dfac11c80e996c14.zip
all-packages.nix: stripped trailing whitespace
svn path=/nixpkgs/trunk/; revision=33452
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/top-level/all-packages.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/top-level/all-packages.nix b/pkgs/top-level/all-packages.nix
index e5cefbbe80d..a5eec370973 100644
--- a/pkgs/top-level/all-packages.nix
+++ b/pkgs/top-level/all-packages.nix
@@ -5178,7 +5178,7 @@ let
   oidentd = callPackage ../servers/identd/oidentd { };
 
   openfire = callPackage ../servers/xmpp/openfire { };
- 
+
   OVMF = callPackage ../applications/virtualization/OVMF { };
 
   postgresql = postgresql83;
@@ -6102,7 +6102,7 @@ let
 
   xf86_input_wacom = callPackage ../os-specific/linux/xf86-input-wacom { };
 
-  xf86_video_nouveau = callPackage ../os-specific/linux/xf86-video-nouveau { 
+  xf86_video_nouveau = callPackage ../os-specific/linux/xf86-video-nouveau {
     inherit (xorg) xorgserver xproto fontsproto xf86driproto renderproto
       videoproto utilmacros;
   };
@@ -8452,7 +8452,7 @@ let
   pgf1 = callPackage ../tools/typesetting/tex/pgf/1.x.nix { };
 
   pgf2 = callPackage ../tools/typesetting/tex/pgf/2.x.nix { };
-  
+
   pgfplots = callPackage ../tools/typesetting/tex/pgfplots { };
 
   pjsip = callPackage ../applications/networking/pjsip { };