about summary refs log tree commit diff
path: root/pkgs/development/libraries/wxGTK-2.8
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2012-01-13 10:31:56 +0000
committerPeter Simons <simons@cryp.to>2012-01-13 10:31:56 +0000
commit1585c62857a97ef006a37b79148203cf45f42d2c (patch)
tree1612360064acb71c936eced0f17adacb0156fe6e /pkgs/development/libraries/wxGTK-2.8
parentd7985d419fbbf9ffe942965359181531d2700be6 (diff)
downloadnixlib-1585c62857a97ef006a37b79148203cf45f42d2c.tar
nixlib-1585c62857a97ef006a37b79148203cf45f42d2c.tar.gz
nixlib-1585c62857a97ef006a37b79148203cf45f42d2c.tar.bz2
nixlib-1585c62857a97ef006a37b79148203cf45f42d2c.tar.lz
nixlib-1585c62857a97ef006a37b79148203cf45f42d2c.tar.xz
nixlib-1585c62857a97ef006a37b79148203cf45f42d2c.tar.zst
nixlib-1585c62857a97ef006a37b79148203cf45f42d2c.zip
pkgs/development/libraries/wxGTK-2.8: strip trailing whitespace
svn path=/nixpkgs/trunk/; revision=31514
Diffstat (limited to 'pkgs/development/libraries/wxGTK-2.8')
-rw-r--r--pkgs/development/libraries/wxGTK-2.8/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/libraries/wxGTK-2.8/default.nix b/pkgs/development/libraries/wxGTK-2.8/default.nix
index 0bfe4c2335ca..55964269e4c0 100644
--- a/pkgs/development/libraries/wxGTK-2.8/default.nix
+++ b/pkgs/development/libraries/wxGTK-2.8/default.nix
@@ -39,7 +39,7 @@ stdenv.mkDerivation {
   ";
 
   postBuild = "(cd contrib/src && make)";
-  
+
   postInstall = "
     (cd contrib/src && make install)
     (cd $out/include && ln -s wx-*/* .)