Commit graph

4 commits

Author SHA1 Message Date
Tuomas Tynkkynen 2ed3f7a020 webrtc-audio-processing: Fix ARM breakage 2016-07-10 01:35:00 +03:00
Simon Vandel Sillesen ac74268012 pulseaudio: 8.0 -> 9.0
This also updates webrtc-audio-processing from 0.1 -> 0.3 as mentionened
in [1].

Release notes can be seen in [1].

[1]: https://www.freedesktop.org/wiki/Software/PulseAudio/Notes/9.0/
2016-07-05 08:30:00 +02: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
William A. Kennington III 2bc99bb996 webrtc-audio-processing: Add derivation 2015-04-25 21:27:53 -07:00