summaryrefslogtreecommitdiffstats
path: root/pkgs/tools/package-management
AgeCommit message (Collapse)Author
2021-01-28Merge pull request #111087 from r-ryantm/auto-update/emplaceMario Rodas
emplace: 0.4.2 -> 0.4.3
2021-01-28Merge pull request #111067 from r-ryantm/auto-update/cargo-outdatedMario Rodas
cargo-outdated: 0.9.13 -> 0.9.14
2021-01-29emplace: 0.4.2 -> 0.4.3R. RyanTM
2021-01-28cargo-outdated: 0.9.13 -> 0.9.14R. RyanTM
2021-01-28nixUnstable: patch #4470 (ETag) (#111005)Robert Hensing
Co-authored-by: Jörg Thalheim <Mic92@users.noreply.github.com>
2021-01-27nixos/dysnomia nixos/disnix: Drop modulesScriptkiddi
2021-01-25Merge pull request #108427 from symphorien/chdir-appimageGuillaume Girol
appimage-run: fix #108426
2021-01-25treewide: remove stdenv where not neededPavol Rusnak
2021-01-25Revert "nodePackages: regenerate with node2nix 1.9.0"Sandro
2021-01-25Merge pull request #110545 from svanderburg/node2nix-updateSander van der Burg
nodePackages: regenerate with node2nix 1.9.0
2021-01-24rpm: add zstd supportMarc Seeger
2021-01-24treewide: fix double quoted strings in meta.descriptionvolth
Signed-off-by: Ben Siraphob <bensiraphob@gmail.com>
2021-01-23lowdown: Split out "lib" and "man" outputsJohn Ericson
Also fix to not always static link
2021-01-22Merge pull request #110510 from r-ryantm/auto-update/nfpmMario Rodas
nfpm: 2.2.2 -> 2.2.3
2021-01-22nodePackages: regenerate with node2nix 1.9.0Sander van der Burg
2021-01-22nfpm: 2.2.2 -> 2.2.3R. RyanTM
2021-01-22Merge pull request #110493 from hackworthltd/nix-big-surEelco Dolstra
nix: add Security to build inputs.
2021-01-22nix: add Security to build inputs.Drew Hess
For some reason, this is required to build nix on Big Sur, even though it's not needed on earlier macOS versions.
2021-01-22Merge pull request #110395 from zowoq/gemsetSandro
2021-01-22treewide: add final newlinezowoq
2021-01-22treewide: add final newlinezowoq
2021-01-20Merge pull request #109825 from timokau/home-manager-2021-01-16Timo Kaufmann
home-manager: 2020-09-06 -> 2020-01-16
2021-01-20emplace: 0.4.1 -> 0.4.2Oleksii Filonenko
2021-01-20treewide: editorconfig fixeszowoq
- remove trailing whitespace - use spaces for indentation
2021-01-19cargo-release: 0.13.8 -> 0.13.10R. RyanTM
2021-01-18home-manager: 2020-09-06 -> 2020-01-16Timo Kaufmann
It has been a while since the last update. This includes some new features [1] and at least one compatibility fix [2]. [1] https://github.com/nix-community/home-manager/blob/73506f947c3a2f63306233358231b069865d1d56/modules/misc/news.nix#L1653 [2] https://github.com/nix-community/home-manager/pull/1703
2021-01-18emplace: 0.3.9 -> 0.4.1R. RyanTM
2021-01-17pkgs/tools: pkgconfig -> pkg-config (2)Ben Siraphob
2021-01-15nix-prefetch: 0.3.1 -> 0.4.0msteen
2021-01-15pkgs/tools: stdenv.lib -> libBen Siraphob
2021-01-14reuse: 0.11.1 -> 0.12.1Alvar Penning
Next to the version bump, the tests are now executed.
2021-01-11treewide: with stdenv.lib; in meta -> with lib;Profpatsch
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-09Merge master into staging-nextgithub-actions[bot]
2021-01-09nix-update: 0.3.1 -> 0.3.2Sandro Jäckel
2021-01-09Merge master into staging-nextgithub-actions[bot]
2021-01-08Merge pull request #108278 from alexameen/conda-shellBenjamin Hipple
conda: Source conda.sh during conda-shell setup
2021-01-07Merge branch 'master' into staging-nextJan Tojnar
https://github.com/NixOS/nixpkgs/commit/b04fc593e7b55fe1f74421b11589f12a339c92e2 seems to have accidentally changed mkDerivation function for dfilemanager and solarus-quest-editor so I have reverted that here.
2021-01-06Merge pull request #108552 from marsam/update-nfpmMario Rodas
nfpm: 1.10.2 -> 2.2.2
2021-01-05nfpm: 1.10.2 -> 2.2.2Mario Rodas
2021-01-06nixUnstable: 2.4pre20201201_5a6ddb3 -> 2.4pre20201205_a5d85d0Orivej Desh
It support newer aws-cpp-sdk since https://github.com/NixOS/nix/pull/4316
2021-01-06nix: patch to support newer aws-sdk-cppOrivej Desh
Upstream PR: https://github.com/NixOS/nix/pull/4404
2021-01-06nix: update aws-sdk-cpp TransferManager ContentEncoding patch for 1.8.113Orivej Desh
2021-01-06nix-update: 0.3 -> 0.3.1zowoq
https://github.com/Mic92/nix-update/releases/tag/0.3.1
2021-01-05appimage-run: add regression testGuillaume Girol
2021-01-04Merge staging-next into staginggithub-actions[bot]
2021-01-03treewide: Start to break up static overlayJohn Ericson
We can use use `stdenv.hostPlatform.isStatic` instead, and move the logic per package. The least opionated benefit of this is that it makes it much easier to replace packages with modified ones, as there is no longer any issue of overlay order. CC @FRidh @matthewbauer
2021-01-03Merge pull request #108300 from siraben/parallel-cmakeJohn Ericson
treewide: remove enableParallelBuilding = true if using cmake
2021-01-03treewide: remove enableParallelBuilding = true if using cmakeBen Siraphob
2021-01-03Merge pull request #107783 from NixOS/staging-nextFrederik Rietdijk
Staging next (with gcc 10, binutils 2.34 and autoconf 2.70)
2021-01-03Merge pull request #108283 from andersk/cargo-downloadBernardo Meurer
cargo-download: Fix build by bumping url from 1.6.0 to 1.6.1