Jookia
e5154f2ab2
zdoom: Mark it and its forks as nonfree.
...
See http://zdoom.org/wiki/License and the source code of each package.
2016-07-11 11:05:34 +10:00
Rahul Gopinath
97dd3b3e62
zandronum: fix build
...
Fixes #15994
2016-07-05 15:18:30 -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
zimbatm
17348dc094
Remove all dots at end of descriptions
...
Specially crafted for @JagaJaga
find pkgs -name "*.nix" -exec \
sed -e 's|\(description.*\)\.";|\1";|g' -i {} \;
2016-02-27 17:30:29 +00:00
Eelco Dolstra
aea262f654
Fix misspelled meta.maintainers attributes
2016-02-10 14:59:50 +01:00
Nikolay Amiantov
4f3a6d8ee2
zandronum-bin: fix argv0, add license
2016-02-04 19:27:44 +03:00
Nikolay Amiantov
2678e0ce02
zandronum: unify packages, fix building, cleanup
2015-12-13 15:14:11 +03:00
Cray Elliott
2afc00061b
zandronum 2.1 -> 2.1.2
2015-08-17 17:57:47 -07:00
lassulus
f3bd641203
zandronum: 2.0 -> 2.1
2015-07-03 23:30:52 -07:00
Vladimír Čunát
e716dc9058
zandronum-bin: fix evaluation/tarball by assertion
...
The expression seems usable only on x86_64-linux anyway.
/cc maintainer @lassulus.
2015-06-22 18:21:27 +02:00
lassulus
099923c7be
add pkgs: zandronum, zandronum-{server,bin}, closes #8338
2015-06-18 11:29:03 +02:00