Commit Graph

4 Commits

Author SHA1 Message Date
Tuomas Tynkkynen
21f17d69f6 treewide: Add lots of meta.platforms
Build-tested on x86_64 Linux & Mac.
2016-08-02 21:42:43 +03:00
Bjørn Forsman
bd01fad0ed Captialize meta.description of all packages
In line with the Nixpkgs manual.

A mechanical change, done with this command:

  find pkgs -name "*.nix" | \
      while read f; do \
          sed -e 's/description\s*=\s*"\([a-z]\)/description = "\u\1/' -i "$f"; \
      done

I manually skipped some:

* Descriptions starting with an abbreviation, a user name or package name
* Frequently generated expressions (haskell-packages.nix)
2016-06-20 13:55:52 +02:00
Moritz Ulrich
a1b0ca639c gnuk: Fix hashes.
Fixes #15827.
2016-06-03 12:16:54 +02:00
William A. Kennington III
36f6601e12 gnuk: Add derivation for fst-01 2015-05-02 15:54:42 -07:00