* Added a bunch of descriptions.
svn path=/nixpkgs/trunk/; revision=6705
This commit is contained in:
@@ -10,4 +10,8 @@ stdenv.mkDerivation {
|
||||
propagatedBuildInputs = [readline ncurses];
|
||||
builder = ./builder.sh;
|
||||
inherit gcc;
|
||||
|
||||
meta = {
|
||||
description = "The Glasgow Haskell Compiler";
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user