R. RyanTM
65d7bf58f1
ne: 3.1.2 -> 3.2.1 ( #70663 )
...
* ne: 3.1.2 -> 3.2.1
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/ne/versions
* ne: revamp
2019-10-12 12:57:05 +02:00
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
097966bc25
ne: 3.1.1 -> 3.1.2
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/ne/versions
2018-10-14 03:50:55 -07:00
R. RyanTM
ff4aeb7793
ne: 3.0.1 -> 3.1.1 ( #41536 )
...
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.
This update was made based on information from https://repology.org/metapackage/ne/versions .
These checks were done:
- built on NixOS
- /nix/store/3fg6chzj3d06c3vgdg6nm31s8wh0rcy7-ne-3.1.1/bin/ne passed the binary check.
- 1 of 1 passed binary check by having a zero exit code.
- 0 of 1 passed binary check by having the new version present in output.
- found 3.1.1 with grep in /nix/store/3fg6chzj3d06c3vgdg6nm31s8wh0rcy7-ne-3.1.1
- directory tree listing: https://gist.github.com/42510d37e15dd038fe5cb41d40afdd1b
- du listing: https://gist.github.com/bc434bb32e50be446738c27c6e76a14e
2018-06-09 00:57:59 +02:00
Langston Barrett
a749b73ff8
ne: migrate from (broken) tetex to texlive
...
related: #21770 . vcunat re-indented the longDescription.
2017-02-11 17:57:32 +01:00
Tuomas Tynkkynen
21f17d69f6
treewide: Add lots of meta.platforms
...
Build-tested on x86_64 Linux & Mac.
2016-08-02 21:42:43 +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
Enrico Fasoli
0f041e5487
ne: init at 3.0.1
...
ne: building improvements
2015-08-28 14:24:03 +00:00