Commit Graph

23 Commits

Author SHA1 Message Date
h7x4
41974d5ed9
treewide: add mainProgram 2023-11-27 02:17:53 +01: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
Sandro Jäckel
3ad7d71afe treewide: don't set platforms.unix for buildGoModule 2023-06-13 17:54:26 +03:00
Dennis Gosnell
2c245c5dd3 aptly: add bitnomial members as maintainers 2022-08-25 01:59:49 +09:00
Dennis Gosnell
d593085390 aptly: 1.4.0 -> 1.5.0 2022-08-25 01:59:27 +09:00
Pavol Rusnak
a6ce00c50c
treewide: remove stdenv where not needed 2021-01-25 18:31:47 +01:00
Ben Siraphob
8c5d37129f pkgs/tools: stdenv.lib -> lib 2021-01-15 17:12:36 +07:00
Profpatsch
4a7f99d55d treewide: with stdenv.lib; in meta -> with lib;
Part of: https://github.com/NixOS/nixpkgs/issues/108938

meta = with stdenv.lib;

is a widely used pattern. We want to slowly remove
the `stdenv.lib` indirection and encourage people
to use `lib` directly. Thus let’s start with the meta
field.

This used a rewriting script to mostly automatically
replace all occurances of this pattern, and add the
`lib` argument to the package header if it doesn’t
exist yet.

The script in its current form is available at
https://cs.tvl.fyi/depot@2f807d7f141068d2d60676a89213eaa5353ca6e0/-/blob/users/Profpatsch/nixpkgs-rewriter/default.nix
2021-01-11 10:38:22 +01:00
Florian Klink
f29b4e60ef aptly: 1.3.0 -> 1.4.0 2020-10-28 16:17:28 +01:00
zowoq
b5dc07a4b4 treewide: use $out instead of $bin with buildGoPackage 2020-04-28 20:30:29 +10:00
zowoq
b83b2591dd aptly: use installShellFiles 2020-04-27 21:06:12 +10:00
Michael Reilly
84cf00f980
treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
volth
c814d72b51 treewide: name -> pname 2019-08-17 10:54:38 +00:00
Spencer Baugh
4b8803dae6 switch users of "gnupg1" to plain "gnupg"
gnupg is gnupg 2.2. gnupg1 is also gnupg 2.2, just with a few extra
symlinks in the bin directory. None of these packages need those
symlinks, and it's confusing for them to say they're depending on
"gnupg1", so switch their dep to plain "gnupg".
2019-05-12 20:08:50 +02:00
Vladimír Čunát
4ba49d3d6c
Merge #55988: treewide meta.platforms: linux -> unix 2019-02-22 07:59:34 +01:00
Tristan Helmich (omniIT)
ecd5297e87 aptly: 1.2.0 -> 1.3.0 2019-02-20 13:11:53 +01:00
Freezeboy
8f87a61de2 Replace platforms.linux with platforms.darwin for expressions that compile on darwin too (too restrictive platforms) 2019-02-18 10:56:58 +01:00
Ryan Mulligan
2e60ec7c86 aptly: 1.1.1 -> 1.2.0
Semi-automatic update; builds on NixOS
2018-02-24 15:18:15 -08:00
Franz Pletz
f8ff9a783f
aptly: 1.0.1 -> 1.1.1 2017-09-05 13:10:13 +02:00
Franz Pletz
127937f0b6
aptly: 0.9.7 -> 1.0.1 2017-06-20 05:06:03 +02:00
montag451
b871a208e5 aptly: add bash completion 2016-12-11 18:52:09 +01:00
montag451
7d5abdca11 aptly: use wrapProgram instead of propagatedUserEnvPkgs (#20622) 2016-11-22 17:02:32 +01:00
montag451
59ba4276b7 aptly: init at 0.9.7 2016-11-21 02:01:37 +01:00