about summary refs log tree commit diff
path: root/pkgs/tools/misc/aptly
AgeCommit message (Collapse)AuthorFilesLines
2022-08-25aptly: add bitnomial members as maintainersDennis Gosnell1-1/+1
2022-08-25aptly: 1.4.0 -> 1.5.0Dennis Gosnell1-26/+22
2021-01-25treewide: remove stdenv where not neededPavol Rusnak1-1/+1
2021-01-15pkgs/tools: stdenv.lib -> libBen Siraphob1-1/+1
2021-01-11treewide: with stdenv.lib; in meta -> with lib;Profpatsch1-2/+2
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
2020-10-28aptly: 1.3.0 -> 1.4.0Florian Klink1-2/+2
2020-04-28treewide: use $out instead of $bin with buildGoPackagezowoq1-1/+1
2020-04-27aptly: use installShellFileszowoq1-4/+3
2020-04-10treewide: Per RFC45, remove all unquoted URLsMichael Reilly1-1/+1
2019-08-17treewide: name -> pnamevolth1-1/+2
2019-05-12switch users of "gnupg1" to plain "gnupg"Spencer Baugh1-2/+2
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-02-22Merge #55988: treewide meta.platforms: linux -> unixVladimír Čunát1-1/+1
2019-02-20aptly: 1.2.0 -> 1.3.0Tristan Helmich (omniIT)1-4/+4
2019-02-18Replace platforms.linux with platforms.darwin for expressions that compile ↵Freezeboy1-1/+1
on darwin too (too restrictive platforms)
2018-02-24aptly: 1.1.1 -> 1.2.0Ryan Mulligan1-2/+2
Semi-automatic update; builds on NixOS
2017-09-05aptly: 1.0.1 -> 1.1.1Franz Pletz1-3/+3
2017-06-20aptly: 0.9.7 -> 1.0.1Franz Pletz2-250/+3
2016-12-11aptly: add bash completionmontag4511-3/+19
2016-11-22aptly: use wrapProgram instead of propagatedUserEnvPkgs (#20622)montag4511-3/+5
2016-11-21aptly: init at 0.9.7montag4512-0/+276