summary refs log tree commit diff
path: root/pkgs/applications/networking/newsreaders
diff options
context:
space:
mode:
authorArie Middelkoop <amiddelk@gmail.com>2012-02-29 12:54:35 +0000
committerArie Middelkoop <amiddelk@gmail.com>2012-02-29 12:54:35 +0000
commit45120513fb73699a0bbeccf26e61d86bad1868d3 (patch)
tree1dd0768856a33749a5fa47eb5398a9047b6ce985 /pkgs/applications/networking/newsreaders
parent6e8c9ea906e80e6af78f1ec74213787dac0ad354 (diff)
downloadnixpkgs-45120513fb73699a0bbeccf26e61d86bad1868d3.tar
nixpkgs-45120513fb73699a0bbeccf26e61d86bad1868d3.tar.gz
nixpkgs-45120513fb73699a0bbeccf26e61d86bad1868d3.tar.bz2
nixpkgs-45120513fb73699a0bbeccf26e61d86bad1868d3.tar.lz
nixpkgs-45120513fb73699a0bbeccf26e61d86bad1868d3.tar.xz
nixpkgs-45120513fb73699a0bbeccf26e61d86bad1868d3.tar.zst
nixpkgs-45120513fb73699a0bbeccf26e61d86bad1868d3.zip
Cosmetic changes to newsreaders/kwooty and dropbox expressions.
svn path=/nixpkgs/trunk/; revision=32689
Diffstat (limited to 'pkgs/applications/networking/newsreaders')
-rw-r--r--pkgs/applications/networking/newsreaders/kwooty/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/networking/newsreaders/kwooty/default.nix b/pkgs/applications/networking/newsreaders/kwooty/default.nix
index 003157dd129..15b1c6c6b4e 100644
--- a/pkgs/applications/networking/newsreaders/kwooty/default.nix
+++ b/pkgs/applications/networking/newsreaders/kwooty/default.nix
@@ -32,7 +32,7 @@ in stdenv.mkDerivation {
       libX11 libXext libXft
     ];
                   
-  meta = with stdenv.lib; {
+  meta = {
     description = "Binary news reader of KDE";
   };
 }