Michael Reilly
|
84cf00f980
|
treewide: Per RFC45, remove all unquoted URLs
|
2020-04-10 17:54:53 +01:00 |
|
Merijn Broeren
|
133103d709
|
treewide: replace make/build/configure/patchFlags with nix lists
|
2019-12-30 12:58:11 +01: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 |
|
ndowens
|
94c2f3e772
|
jp2a: 1.0.6 -> 1.0.7 (#24579)
|
2017-04-03 15:48:52 +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 |
|
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 |
|
Frederic LeBel
|
60b15039df
|
Added jp2a tool.
A small utility that converts JPG images to ASCII.
|
2015-10-22 22:47:24 -04:00 |
|