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 |
|
Jan Malakhovski
|
7438083a4d
|
tree-wide: disable doCheck and doInstallCheck where it fails (the trivial part)
|
2018-04-25 04:18:46 +00:00 |
|
mimadrid
|
09e0cc7cc7
|
Update homepage attributes: http -> https
Homepage link "http://.../" is a permanent redirect to "https://.../" and should be updated
https://repology.org/repository/nix_stable/problems
|
2017-08-03 11:56:15 +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 |
|
Edward Tjörnhammar
|
8968a6e604
|
dcadec: init at 0.2.0
|
2016-02-21 15:32:12 +01:00 |
|