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
R. RyanTM
f9de74d28c
minixml: 2.12 -> 3.0
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/mxml/versions
2019-03-28 20:45:04 +01:00
Renaud
4d218e9d47
minixml: 2.9 -> 2.12
2018-11-12 23:29:42 +01:00
Ryan Mulligan
0d5eb901ad
treewide: http -> https
2018-06-23 04:34:55 -07: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
Cillian de Róiste
053d46f415
minixml: update from 2.8 to 2.9
2014-12-04 00:06:17 +01:00
Cillian de Róiste
927ed152f4
minixml: upgrade from 2.6 to 2.8
...
Tested with yoshimi and zynaddsubfx
2014-02-19 21:58:43 +01:00
Cillian de Roiste
30c1dd27c8
Adding ZynAddSubFX, a software synthesizer, and minixml (a dependency of ZynAddSubFX)
...
svn path=/nixpkgs/trunk/; revision=26746
2011-04-07 22:24:56 +00:00