Commit Graph

26 Commits

Author SHA1 Message Date
aleksana
571c71e6f7 treewide: migrate packages to pkgs/by-name, take 1
We are migrating packages that meet below requirements:

1. using `callPackage`
2. called path is a directory
3. overriding set is empty (`{ }`)
4. not containing path expressions other than relative path (to
makenixpkgs-vet happy)
5. not referenced by nix files outside of the directory, other
than`pkgs/top-level/all-packages.nix`
6. not referencing nix files outside of the directory
7. not referencing `default.nix` (since it's changed to `package.nix`)
8. `outPath` doesn't change after migration

The tool is here: https://github.com/Aleksanaa/by-name-migrate.
2024-11-09 20:04:51 +08:00
Anderson Torres
1b230484c8 treewide: remove jhhuh from meta.maintainers [inactivity] [orphans] 2024-08-07 16:44:44 -03:00
Paul Meyer
ab53fe1e43 github-release: 0.10.0 -> 0.10.1-unstable-2024-06-25
Signed-off-by: Paul Meyer <49727155+katexochen@users.noreply.github.com>
2024-07-03 10:29:27 +02:00
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
stuebinm
ff1a94e523 treewide: add meta.mainProgram to packages with a single binary
The nixpkgs-unstable channel's programs.sqlite was used to identify
packages producing exactly one binary, and these automatically added
to their package definitions wherever possible.
2024-03-19 03:14:51 +01:00
Aaron Jheng
e3d559361a github-release: use buildGoModule 2024-02-25 21:42:33 +08:00
R. Ryantm
8efbc2d8f1 bump: 0.2.3 -> 0.2.4 2023-11-17 06:04:39 +00:00
Fabián Heredia Montiel
ff323ed355 treewide: vendorSha256 → vendorHash
via: `find pkgs/ -type f -exec sed -i 's/vendorSha256 = "sha256/vendorHash = "sha256/' {};`
2023-09-13 01:03:44 -06:00
Martin Weinelt
574ec98796 python310Packages.pygithub: Normalize attribute, pname, dirname 2023-02-19 21:36:03 +01:00
zowoq
ef580b0ef6 bump: update vendorSha256 2022-01-31 13:41:40 +10:00
R. Ryantm
907685f8bb bump: 0.2.2 -> 0.2.3 2022-01-11 02:49:01 +00:00
zowoq
13ea123c74 treewide: buildFlagsArray -> ldflags 2021-08-26 21:35:06 +10:00
Johannes Lötzsch
e54471af86 github-release: 0.7.2 -> 0.10.0
v0.7.2 was using a for security reasons deprecated api.

The current version is using post instead of get
requests to prevent the leakage of secrets.
2021-02-24 23:07:01 +01:00
Pavol Rusnak
a6ce00c50c treewide: remove stdenv where not needed 2021-01-25 18:31:47 +01:00
Ben Siraphob
c522fec274 pkgs/development/tools: stdenv.lib -> lib 2021-01-23 20:30:03 +07:00
Doron Behar
d784ae8cc2 bump: init at 0.2.2 2020-09-21 18:17:11 +03: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
Jonathan Ringer
ca3c1a3835 github-release: 0.6.2 -> 0.7.2 2019-06-18 10:13:25 -07:00
John Ericson
2c2f1e37d4 reewide: Purge all uses stdenv.system and top-level system
It is deprecated and will be removed after 18.09.
2018-08-30 17:20:32 -04:00
Jan Tojnar
53acbe8156 cligh: switch to Python 3 2017-12-20 23:10:45 +01:00
Silvan Mosberger
f5fa5fa4d6 pkgs: refactor needless quoting of homepage meta attribute (#27809)
* pkgs: refactor needless quoting of homepage meta attribute

A lot of packages are needlessly quoting the homepage meta attribute
(about 1400, 22%), this commit refactors all of those instances.

* pkgs: Fixing some links that were wrongfully unquoted in the previous
commit

* Fixed some instances
2017-08-01 22:03:30 +02:00
Pascal Wittmann
1ae9a7911c cligh: fix evaluation 2017-03-16 11:06:30 +01:00
Jörg Thalheim
26045faaaf cligh: init at 0.3
fixes #23914
2017-03-16 01:00:21 +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
Antoine R. Dumont
280c896a94 github-release: init at 0.6.2 2015-09-08 07:43:41 +02:00