summary refs log tree commit diff
path: root/pkgs/development/compilers/mlton/default.nix
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2013-10-18 18:57:24 +0200
committerPeter Simons <simons@cryp.to>2013-10-18 18:57:24 +0200
commit6be8ad3392d87e277804ddec364377b5341430b7 (patch)
treece8a334fb3611b27336e9602bd248682931016b8 /pkgs/development/compilers/mlton/default.nix
parentea6f711e8ec7208626a084edb81a78ee455a0b67 (diff)
parent06d6c3ed5d061e95d1db92f7eff08d5c1a2181d8 (diff)
downloadnixpkgs-6be8ad3392d87e277804ddec364377b5341430b7.tar
nixpkgs-6be8ad3392d87e277804ddec364377b5341430b7.tar.gz
nixpkgs-6be8ad3392d87e277804ddec364377b5341430b7.tar.bz2
nixpkgs-6be8ad3392d87e277804ddec364377b5341430b7.tar.lz
nixpkgs-6be8ad3392d87e277804ddec364377b5341430b7.tar.xz
nixpkgs-6be8ad3392d87e277804ddec364377b5341430b7.tar.zst
nixpkgs-6be8ad3392d87e277804ddec364377b5341430b7.zip
Merge branch 'origin/master' into stdenv-updates.
There was a minor conflict in 'stumpwm'. The package needs texinfo
version 4.x. At least is used to, I'm not sure whether it still does.
Diffstat (limited to 'pkgs/development/compilers/mlton/default.nix')
-rw-r--r--pkgs/development/compilers/mlton/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/compilers/mlton/default.nix b/pkgs/development/compilers/mlton/default.nix
index 770a6b17b15..a5ff613a9b4 100644
--- a/pkgs/development/compilers/mlton/default.nix
+++ b/pkgs/development/compilers/mlton/default.nix
@@ -77,7 +77,7 @@ stdenv.mkDerivation rec {
   '';
 
   meta = {
-    description = "MLton is an open-source, whole-program, optimizing Standard ML compiler.";
+    description = "Open-source, whole-program, optimizing Standard ML compiler";
     longDescription = ''
       MLton is an open source, whole-program optimizing compiler for the Standard ML programming language.
       MLton aims to produce fast executables, and to encourage rapid prototyping and modular programming