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
pacien
f4e620a33e
howl: set meta.mainProgram
2023-12-11 21:45:13 +01:00
Jan Malakhovski
d098c821d6
treewide: remove unneeded dots and slashes in sourceRoot
s
2023-08-12 08:29:56 +00:00
Shawn8901
3866fa44a7
treewide: remove global with lib; in pkgs/{audio,blockchain,editors}
2023-01-21 23:11:12 +01:00
Jonathan Ringer
9bb3fccb5b
treewide: pkgs.pkgconfig -> pkgs.pkg-config, move pkgconfig to alias.nix
...
continuation of #109595
pkgconfig was aliased in 2018, however, it remained in
all-packages.nix due to its wide usage. This cleans
up the remaining references to pkgs.pkgsconfig and
moves the entry to aliases.nix.
python3Packages.pkgconfig remained unchanged because
it's the canonical name of the upstream package
on pypi.
2021-01-19 01:16:25 -08:00
Ben Siraphob
badf51221d
treewide: stdenv.lib -> lib
2021-01-16 17:58:11 +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
pacien
3e22192910
howl: 0.5.3 -> 0.6
2019-05-09 06:12:35 +02:00
pacien
6cc84ed1e4
howl: init at 0.5.3
2018-10-08 00:28:57 +02:00