summary refs log tree commit diff
path: root/pkgs/development/libraries/Xaw3d
diff options
context:
space:
mode:
authorBjørn Forsman <bjorn.forsman@gmail.com>2013-10-05 16:22:46 +0200
committerBjørn Forsman <bjorn.forsman@gmail.com>2013-10-05 19:36:23 +0200
commit28ac782583d6a959940ece313e3842a97e9340c0 (patch)
tree1b8e31f7610bde6250cb8f118f6d8e880635b09e /pkgs/development/libraries/Xaw3d
parent4c7796e4a30178037210e90414103ab43c80f36a (diff)
downloadnixpkgs-28ac782583d6a959940ece313e3842a97e9340c0.tar
nixpkgs-28ac782583d6a959940ece313e3842a97e9340c0.tar.gz
nixpkgs-28ac782583d6a959940ece313e3842a97e9340c0.tar.bz2
nixpkgs-28ac782583d6a959940ece313e3842a97e9340c0.tar.lz
nixpkgs-28ac782583d6a959940ece313e3842a97e9340c0.tar.xz
nixpkgs-28ac782583d6a959940ece313e3842a97e9340c0.tar.zst
nixpkgs-28ac782583d6a959940ece313e3842a97e9340c0.zip
Some description fixes
There are many more packages to fix, this is just a start.

Rules:
 * Don't repeat the package name (not always that easy...)
 * Start with capital letter
 * Don't end with full stop
 * Don't start with "The ..." or "A ..."

I've also added descriptions to some packages and rewritten others.
Diffstat (limited to 'pkgs/development/libraries/Xaw3d')
-rw-r--r--pkgs/development/libraries/Xaw3d/default.nix4
1 files changed, 4 insertions, 0 deletions
diff --git a/pkgs/development/libraries/Xaw3d/default.nix b/pkgs/development/libraries/Xaw3d/default.nix
index a0603b546cf..454c4e882f5 100644
--- a/pkgs/development/libraries/Xaw3d/default.nix
+++ b/pkgs/development/libraries/Xaw3d/default.nix
@@ -10,4 +10,8 @@ stdenv.mkDerivation {
   patches = [./config.patch ./laylex.patch];
   buildInputs = [x11 imake gccmakedep libXmu libXpm libXp bison flex];
   propagatedBuildInputs = [x11 libXmu];
+
+  meta = {
+    description = "3D widget set based on the Athena Widget set";
+  };
 }