Commit Graph

1631 Commits

Author SHA1 Message Date
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
Marc Seeger
638eefae70 microdnf: init at 3.6.0 2020-12-22 15:48:59 -08:00
Marc Seeger
dd5ffa7b94 libdnf: init at 0.55.2 2020-12-22 15:48:49 -08:00
Florian Klink
6dc6c33a06
Merge pull request #107104 from rb2k/librepo_darwin
librepo: add darwin support
2020-12-20 00:07:18 +01:00
Marc Seeger
8718533c22 librepo: add darwin support 2020-12-19 11:37:08 -08:00
Eelco Dolstra
a8c49a97a6
nix: 2.3.9 -> 2.3.10 2020-12-18 12:33:49 +01:00
Kira Bruneau
57c9834f7d protontricks: don't hard code default wine in winetricks
Reduces closure size by 1.8G
2020-12-13 10:25:03 -05:00
Kira Bruneau
3054057943 protontricks: 1.4.2 -> 1.4.3 2020-12-12 20:52:00 -05:00
MetaDark
56b35d8859 protontricks: support proton wine with steam-run 2020-12-12 20:52:00 -05:00
Sandro Jäckel
b675bbbc53
apk-tools: Mark broken on darwin 2020-12-09 01:34:07 +01:00
Sandro Jäckel
1d63d74e88
nix-update-source: Disable tests bceause package does not contain any 2020-12-03 11:15:21 +01:00
Sandro Jäckel
de499540ae
nix-update-source: switch to pname, version 2020-12-03 11:15:10 +01:00
Bruno Bigras
2d1b0c3e88 nixUnstable: pre20201118_79aa7d9 -> pre20201201_5a6ddb3 2020-12-01 14:39:24 -05:00
R. RyanTM
77c4fd4672 nfpm: 1.10.1 -> 1.10.2 2020-12-01 03:32:18 +00:00
Sander van der Burg
2a1d7f0d00 DisnixWebService: 0.9 -> 0.10 2020-11-28 20:15:21 +01:00
Sander van der Burg
d69472f1b4 disnixos: 0.8 -> 0.9 2020-11-28 20:15:21 +01:00
Sander van der Burg
a5f63596a9 disnix: 0.9.1 -> 0.10 2020-11-28 20:15:21 +01:00
Sander van der Burg
5d1125ede5 dysnomia: 0.9.1 -> 0.10 2020-11-28 20:15:21 +01:00
Sandro Jäckel
9e3c598bb7
nixpkgs-review: 2.4.2 -> 2.5.0 2020-11-26 11:57:44 +01:00