volth
46420bbaa3
treewide: name -> pname (easy cases) ( #66585 )
...
treewide replacement of
stdenv.mkDerivation rec {
name = "*-${version}";
version = "*";
to pname
2019-08-15 13:41:18 +01:00
Tuomas Tynkkynen
5bf5de58ea
treewide: Fix 'lib.optional' misuses
...
These add a singleton list of a package to buildInputs.
2016-10-01 23:38:06 +03:00
Matthew Bauer
554b06522e
cd-discid: fix darwin build
2016-08-16 19:25:39 +00: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
Aristid Breitkreuz
ed1355e0f1
cd-discid: do not use INSTALL=/usr/bin/install, as it did not build
2015-11-01 11:41:53 +01:00
Robert Helgesson
ebe148418d
cd-discid: 0.9 -> 1.4
...
Also did some package cleanups and added myself as maintainer.
2015-10-27 23:40:59 +01:00
Mateusz Kowalczyk
7a45996233
Turn some license strings into lib.licenses values
2014-07-28 11:31:14 +02:00
Vladimír Čunát
4a0952d2fa
fix bad "licence" names
...
Mostly what I merged from @lovek323.
Such errors can be easily checked by
nix-env -f . -qa \* --meta --xml --drv-path --show-trace >/dev/null
2013-07-04 18:16:34 +02:00
Ludovic Courtès
53be6f7ba4
Add cd-discid, a utility to retrieve a CD's CDDB ID.
...
svn path=/nixpkgs/trunk/; revision=11903
2008-05-26 20:18:45 +00:00