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
Nikolay Amiantov
3a6dfaca63
Revert "csound: fix build (pthread not found) by adding stdenv.cc.libc.out/lib to -L. No idea why this is not default enough specifically when cmake is used"
...
This reverts commit 0103d710cc
.
2016-04-14 01:04:48 +03:00
Michael Raskin
0103d710cc
csound: fix build (pthread not found) by adding stdenv.cc.libc.out/lib to -L. No idea why this is not default enough specifically when cmake is used
2016-04-13 18:55:39 +02:00
Cillian de Róiste
e08d4f47d9
csound: update from 6.03.2 to 6.04
2015-10-25 19:05:35 +01:00
William A. Kennington III
b07929b0a3
Use libpulseaudio instead of pulseaudio
2015-05-29 14:32:56 -07:00
Cillian de Róiste
369ea045de
csound: update from 5.19.01 to 6.03.2
2014-11-18 21:31:08 +01:00
Nixpkgs Monitor
8e9ed874bf
csound: update from 5.18.02 to 5.19.01
2013-12-18 18:18:23 +02:00
Evgeny Egorochkin
5ae43d2494
Change more packages from direct downloads to mirror://sourceforge
2013-07-14 02:48:32 +03:00
Evgeny Egorochkin
9c6f7cc9c1
Add package versions to some of the packages or fix existing ones to conform to nixpkgs conventions.
2013-06-07 03:15:45 +03:00
Marc Weber
b18be4e5e5
adding csound
2012-10-18 06:24:32 +02:00