Commit graph

7 commits

Author SHA1 Message Date
Dan Peebles 90b9719f4f treewide: fix the remaining issues with meta attributes 2017-04-29 04:24:34 +00:00
Tuomas Tynkkynen fee66e9463 speexdsp: Fix build on aarch64 2017-01-29 02:08:04 +02:00
Tuomas Tynkkynen a17216af4c treewide: Shuffle outputs
Make either 'bin' or 'out' the first output.
2016-08-29 14:49:51 +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
Vladimír Čunát 4682557b3b speexdsp: split into multiple outputs 2015-10-13 20:18:48 +02:00
Vladimír Čunát 026aa123a4 speexdsp: fix integer types not being included
Description in comments of https://aur.archlinux.org/packages/retroshare/
I'm not sure why their conditionals don't work, but this fix should be safe.

/cc maintainer @wkennington.
2015-05-28 11:55:06 +02:00
William A. Kennington III 6e2b9cf61a speexdsp: Add derivation 2015-04-25 21:27:53 -07:00