Commit Graph

1794 Commits

Author SHA1 Message Date
Ben Siraphob
d6aeae8f90 pkgs/tools: pkgconfig -> pkg-config (2) 2021-01-17 23:27:27 +07:00
Ben Siraphob
badf51221d treewide: stdenv.lib -> lib 2021-01-16 17:58:11 +07:00
Ben Siraphob
8c5d37129f pkgs/tools: stdenv.lib -> lib 2021-01-15 17:12:36 +07:00
Sarah Brofeldt
c6c1319d13
Merge pull request #109286 from johanot/ceph-15.2.8
ceph: 15.2.7 -> 15.2.8
2021-01-15 08:44:08 +01:00
Fabian Möller
f213aa3ae0
nixpart0: stdenv.lib -> lib
This fixes an evaluation error indroduced by #108978
2021-01-14 16:57:44 +01:00
Johan Thomsen
423b9b2a70 ceph: 15.2.7 -> 15.2.8 2021-01-13 15:51:18 +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
Jan Tojnar
e6c0c98940
Merge branch 'master' into staging-next
zynaddsubfx conflict has been updated to 3.0.1, which conflicted with rewrite after 3.0.5 update on a different branch.
2021-01-08 02:07:34 +01:00
Daniël de Kok
7b72e86481
Merge pull request #108396 from nagy/ceph-aarch64
ceph: enable aarch64-linux platform
2021-01-07 19:54:51 +01: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
Daniel Nagy
b374d993ed
ceph: enable aarch64-linux platform 2021-01-04 15:37:23 +01:00
github-actions[bot]
581059aed4
Merge staging-next into staging 2021-01-04 00:57:38 +00:00
John Ericson
5c2965145f treewide: Inline more of the static overlay
Picking up where #107238 left off. I think I'll have gotten all the easy
stuff with this.
2021-01-03 21:46:14 +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
Ben Siraphob
3ae5e6ce03 treewide: remove enableParallelBuilding = true if using cmake 2021-01-03 18:37:40 +07:00
zowoq
fb2311d430 Merge staging-next into staging 2021-01-03 16:33:28 +10:00
ajs124
e78177e55e
Merge pull request #107597 from helsinki-systems/upd/xfsprogs
xfsprogs: 4.19 -> 5.10
2021-01-02 23:55:09 +01:00
ajs124
a2267f6341 xfsprogs: 4.19 -> 5.10 2021-01-02 18:45:22 +01:00
Ben Siraphob
b04fc593e7 treewide: cmake buildInputs to nativeBuildInputs, minor cleanups 2021-01-01 11:52:33 +07:00
Dominik Xaver Hörl
8791614955 android-file-transfer: clarify that license is LGPL-2.1+ 2020-12-30 22:02:27 +01:00
Dominik Xaver Hörl
a2cf6f7c37 android-file-transfer: 4.1 -> 4.2 2020-12-30 10:32:52 +01:00
Anderson Torres
6690232388
Merge pull request #104197 from Chiiruno/dev/bcachefs
linux_testing_bcachefs: 5.8.0-2020.09.07 -> 5.9.0-2020.11.17 // bcachefs-tools: 2020-08-25 -> 2020-11-17
2020-12-22 11:09:43 -03:00
ajs124
0aad53c2c7 glusterfs: 7.6 -> 8.3
while 7.x is technically still supported, 8.x is already up to .3

release notes: https://gluster.readthedocs.io/en/latest/release-notes/8.3/
2020-12-19 20:27:27 +01:00
Dominik Xaver Hörl
6040a63f2e android-file-transfer: 4.0 -> 4.1 2020-12-14 09:32:03 +01:00
Jörg Thalheim
14511fe562
lizardfs: 3.12.0 -> 3.13.0-rc3 2020-12-11 17:25:31 +01:00
github-actions[bot]
9fa8c7670d
Merge master into staging-next 2020-12-11 12:20:25 +00:00
Jörg Thalheim
a1cacefde5
Merge pull request #106480 from SCOTT-HAMILTON/spdlog 2020-12-11 07:45:06 +00:00
SCOTT-HAMILTON
ddf90cb942 spdlog: use nixpkgs' fmt instead of bundled one 2020-12-10 10:47:00 +01:00
Jan Tojnar
4f20afbc19
Merge branch 'master' into staging-next 2020-12-10 04:39:30 +01:00
Damien Diederen
03dec29a4f zkfuse: adapt to zookeeper_mt 3.6.2 2020-12-09 15:46:38 +01:00
github-actions[bot]
4549c836e7
Merge master into staging-next 2020-12-08 12:19:44 +00:00
Sarah Brofeldt
652b3fad35
Merge pull request #106271 from srhb/ceph-15.2.7
ceph: 15.2.6 -> 15.2.7
2020-12-08 07:26:27 +01:00
Christian Kampka
fb51f058c5 e2fsprogs: 1.45.5 -> 1.45.6 2020-12-08 05:24:21 +01:00
Sarah Brofeldt
2f91bade96 ceph: 15.2.6 -> 15.2.7 2020-12-07 20:03:02 +01:00
Marc Seeger
666b995721
ifuse: 2018-10-08 -> 1.1.4 2020-12-07 10:17:22 +01:00
Sandro Jäckel
82a0381340
mtools: Switch to pname, version 2020-12-03 08:52:48 +01:00
R. RyanTM
3a19b02818 mtools: 4.0.25 -> 4.0.26 2020-12-02 19:36:41 +00:00
Mario Rodas
fd86b63063
Merge pull request #105526 from r-ryantm/auto-update/mergerfs
mergerfs: 2.31.0 -> 2.32.0
2020-12-02 05:12:43 -05:00
Sarah Brofeldt
ae9e8efa40 ceph: Drop obsolete patch 2020-12-01 07:45:00 +01:00
Sarah Brofeldt
a929ebf69c ceph: 15.2.5 -> 15.2.6 2020-12-01 07:39:15 +01:00
R. RyanTM
0be36aa2b2 mergerfs: 2.31.0 -> 2.32.0 2020-12-01 01:34:20 +00:00
Okina Matara
9bf997125c
bcachefs-tools: 2020-08-25 -> 2020-11-17 2020-11-28 18:02:40 -06:00
Frederik Rietdijk
9e062723b2 Merge master into staging-next 2020-11-28 08:53:47 +01:00
Sandro
c2b4e80d51
Merge pull request #100908 from r-ryantm/auto-update/cppzmq 2020-11-27 23:22:03 +01:00
Sandro Jäckel
1d2d1271d6
irods: mark platforms.linux
cause upstream does not mention darwin anywhere
2020-11-27 23:19:26 +01:00
Frederik Rietdijk
b2a3891e12 Merge master into staging-next 2020-11-27 15:09:19 +01:00
Sandro
e3382c54ae
Merge pull request #101637 from Luflosi/update/darling-dmg 2020-11-27 00:37:01 +01:00
Sandro
b5edb50fe7
Merge pull request #101774 from contrun/sftpman
sftpman: init at 1.1.3
2020-11-26 02:10:09 +01:00
Sascha Grunert
13b8ff4ecf fuse-overlayfs: 1.2.0 -> 1.3.0
Signed-off-by: Sascha Grunert <sgrunert@suse.com>
2020-11-25 16:21:09 +01:00
Sandro
cda1e0fdf8
Merge pull request #104822 from r-ryantm/auto-update/dislocker
dislocker: 0.7.1 -> 0.7.3
2020-11-25 01:31:13 +01:00