Alexis Hildebrandt
755b915a15
treewide: Remove indefinite article from meta.description
...
nix run nixpkgs#silver-searcher -- -G '\.nix$' -0l 'description.*"[Aa]n?' pkgs \
| xargs -0 nix run nixpkgs#gnused -- -i '' -Ee 's/(description.*")[Aa]n? (.)/\1\U\2/'
2024-06-09 23:07:45 +02:00
Sergei Trofimovich
a1a2d0a4fc
dozenal: disable parallel build
...
Parallel build fails for missing dependencies in subdirectories:
../doz/doz.c:39:10: fatal error: conv.h: No such file or directory
39 | #include "conv.h"
| ^~~~~~~~
Let's explicitly disable parallelism until upstream fixes it.
2021-12-01 08:09:37 +00:00
Ben Siraphob
108bdac3d9
pkgs/applications: stdenv.lib -> lib
2021-01-15 14:24:03 +07:00
Michael Reilly
84cf00f980
treewide: Per RFC45, remove all unquoted URLs
2020-04-10 17:54:53 +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
CharlesHD
78e94456fd
dozenal: init at version v12010904
2018-08-20 11:23:02 +02:00