Commit graph

1649 commits

Author SHA1 Message Date
John Ericson 0ceadf99f2 lowdown: Split out "lib" and "man" outputs
Also fix to not always static link
2021-01-23 16:43:35 -05:00
Mario Rodas 4766c5e8be
Merge pull request #110510 from r-ryantm/auto-update/nfpm
nfpm: 2.2.2 -> 2.2.3
2021-01-22 19:57:34 -05:00
R. RyanTM 52187ee4e5 nfpm: 2.2.2 -> 2.2.3 2021-01-22 16:39:59 +00:00
Eelco Dolstra b60a6af8ed
Merge pull request #110493 from hackworthltd/nix-big-sur
nix: add Security to build inputs.
2021-01-22 16:16:12 +01:00
Drew Hess 90888626ba
nix: add Security to build inputs.
For some reason, this is required to build nix on Big Sur, even though
it's not needed on earlier macOS versions.
2021-01-22 14:50:16 +00:00
Sandro 9a92886922
Merge pull request #110395 from zowoq/gemset 2021-01-22 09:31:07 +01:00
zowoq 2ab13ca162 treewide: add final newline 2021-01-22 07:40:43 +10:00
zowoq 59b83c43e0 treewide: add final newline 2021-01-22 07:18:04 +10:00
Timo Kaufmann 458b655a3b
Merge pull request #109825 from timokau/home-manager-2021-01-16
home-manager: 2020-09-06 -> 2020-01-16
2021-01-20 19:20:55 +01:00
Oleksii Filonenko 4ac13b8bb2
emplace: 0.4.1 -> 0.4.2 2021-01-20 13:49:10 +02:00
zowoq 31f5dd3f36 treewide: editorconfig fixes
- remove trailing whitespace
- use spaces for indentation
2021-01-20 09:11:11 +10:00
R. RyanTM c37e8d19e3 cargo-release: 0.13.8 -> 0.13.10 2021-01-19 10:21:47 +00:00
Timo Kaufmann e8d4683909 home-manager: 2020-09-06 -> 2020-01-16
It has been a while since the last update. This includes some new
features [1] and at least one compatibility fix [2].

[1] 73506f947c/modules/misc/news.nix (L1653)
[2] https://github.com/nix-community/home-manager/pull/1703
2021-01-18 22:05:50 +01:00
R. RyanTM f969aa0faa emplace: 0.3.9 -> 0.4.1 2021-01-18 15:44:28 +00:00
Ben Siraphob d6aeae8f90 pkgs/tools: pkgconfig -> pkg-config (2) 2021-01-17 23:27:27 +07:00
msteen a4e13d2a1a nix-prefetch: 0.3.1 -> 0.4.0 2021-01-15 16:21:08 +01:00
Ben Siraphob 8c5d37129f pkgs/tools: stdenv.lib -> lib 2021-01-15 17:12:36 +07:00
Alvar Penning 8f81d7554f reuse: 0.11.1 -> 0.12.1
Next to the version bump, the tests are now executed.
2021-01-14 15:55:10 +01: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
github-actions[bot] fcbe48c797
Merge master into staging-next 2021-01-09 18:41:27 +00:00
Sandro Jäckel 5112d49007
nix-update: 0.3.1 -> 0.3.2 2021-01-09 17:03:41 +01:00
github-actions[bot] e251591528
Merge master into staging-next 2021-01-09 01:00:25 +00:00
Benjamin Hipple a091507c98
Merge pull request #108278 from alexameen/conda-shell
conda: Source conda.sh during conda-shell setup
2021-01-08 16:51:56 -05:00
Jan Tojnar f19eb635b4
Merge branch 'master' into staging-next
b04fc593e7 seems to have accidentally changed mkDerivation function for dfilemanager and solarus-quest-editor so I have reverted that here.
2021-01-07 13:04:31 +01:00
Mario Rodas dfd0182493
Merge pull request #108552 from marsam/update-nfpm
nfpm: 1.10.2 -> 2.2.2
2021-01-06 09:43:43 -05:00
Mario Rodas 4e885b9a7e nfpm: 1.10.2 -> 2.2.2 2021-01-05 23:38:10 -05:00
Orivej Desh 4e2a4fc133 nixUnstable: 2.4pre20201201_5a6ddb3 -> 2.4pre20201205_a5d85d0
It support newer aws-cpp-sdk since https://github.com/NixOS/nix/pull/4316
2021-01-06 06:05:52 +00:00
Orivej Desh b07089cd1a nix: patch to support newer aws-sdk-cpp
Upstream PR: https://github.com/NixOS/nix/pull/4404
2021-01-06 06:05:52 +00:00
Orivej Desh 4cb0e9e1c4 nix: update aws-sdk-cpp TransferManager ContentEncoding patch for 1.8.113 2021-01-06 06:05:51 +00:00
zowoq 4abbfd83d9 nix-update: 0.3 -> 0.3.1
https://github.com/Mic92/nix-update/releases/tag/0.3.1
2021-01-06 05:46:08 +10:00
github-actions[bot] 581059aed4
Merge staging-next into staging 2021-01-04 00:57:38 +00:00
John Ericson f52263ced0 treewide: Start to break up static overlay
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-03 19:18:16 +00:00
John Ericson b03fdcc7f9
Merge pull request #108300 from siraben/parallel-cmake
treewide: remove enableParallelBuilding = true if using cmake
2021-01-03 13:22:09 -05:00
Ben Siraphob 3ae5e6ce03 treewide: remove enableParallelBuilding = true if using cmake 2021-01-03 18:37:40 +07:00
Frederik Rietdijk f7267e9797
Merge pull request #107783 from NixOS/staging-next
Staging next (with gcc 10, binutils 2.34 and autoconf 2.70)
2021-01-03 09:59:31 +01:00
Bernardo Meurer aabff59994
Merge pull request #108283 from andersk/cargo-download
cargo-download: Fix build by bumping url from 1.6.0 to 1.6.1
2021-01-03 06:39:32 +00:00
Anders Kaseorg 74a8ac4648 cargo-download: Fix build by bumping url from 1.6.0 to 1.6.1
url 1.6.0 no longer builds with Rust 1.40 and later due to a lifetime
bug uncovered by NLL: https://github.com/Xion/cargo-download/pull/7

Signed-off-by: Anders Kaseorg <andersk@mit.edu>
2021-01-02 19:51:22 -08:00
alexameen d3b633bafc conda: Source conda.sh during conda-shell setup 2021-01-02 19:09:01 -06:00
github-actions[bot] ec161d2240
Merge master into staging-next 2021-01-02 12:24:09 +00:00
Florian Klink 8c657c3576 nix: remove traceVal
This slipped through review of
https://github.com/NixOS/nixpkgs/pull/108069.
2021-01-02 11:09:57 +01:00
Frederik Rietdijk e48db707e4 Merge master into staging-next 2021-01-02 08:49:09 +01:00
Florian Klink 31999436da nix: fix closure bloat on nix
The conditional preventing closure bloat unfortunately didn't apply for
the `nix` attribute, which is at 2.3.10 (not 2.4.*, what this did check
for).

Due to the somewhat funny 2.4pre* version strings used for nixUnstable
not being understood by lib.versionOlder, we also need to explicitly add
a check for that.
2020-12-31 20:06:34 +01:00
github-actions[bot] e75c8744cb
Merge master into staging-next 2020-12-30 18:40:45 +00:00
Marc Seeger efef8e9963 librepo: enable zchunk support on darwin 2020-12-30 07:08:49 -08:00
github-actions[bot] 056304189c
Merge master into staging-next 2020-12-30 06:22:20 +00:00
Anderson Torres 4f5ae3e7d2
Merge pull request #106800 from MetaDark/protontricks
protontricks: 1.4.2 -> 1.4.3
2020-12-30 01:06:55 -03:00
Lucas Ransan 2cb2a5348e nixUnstable: fix build on gcc10 2020-12-28 08:43:33 +01:00
Marc Seeger 08725b90e9 rpm: 4.15.1 -> 4.16.1.2 2020-12-25 14:50:33 -08:00
Sandro 0e01df647b
Merge pull request #107592 from Mic92/nix-update
nix-update: 0.2 -> 0.3
2020-12-25 21:20:16 +01:00
Jörg Thalheim cfef9737e6
nix-update: 0.2 -> 0.3 2020-12-25 20:59:46 +01:00