Commit Graph

2122 Commits

Author SHA1 Message Date
TheSola10
ec2c8dfc2b
dduper: init at v0.04 2021-05-18 12:04:49 +02:00
midchildan
c951b0e90c
curlftpfs: fix sandboxed builds on darwin 2021-05-18 02:40:11 +09:00
github-actions[bot]
b057978bb2
Merge staging-next into staging 2021-05-12 18:32:29 +00:00
github-actions[bot]
f214722172
Merge master into staging-next 2021-05-12 18:32:26 +00:00
Alyssa Ross
d49e7dd0f4
squashfs-tools-ng: 1.1.0 -> 1.1.1; add bzip2 support; enableParallelBuilding (#122649) 2021-05-12 18:43:21 +02:00
Jan Tojnar
594a885912
Merge branch 'staging-next' into staging 2021-05-10 09:45:47 +02:00
Vladimír Čunát
5663b2b2d3
Merge branch 'master' into staging-next
(a trivial conflict in transmission)
2021-05-09 09:31:55 +02:00
R. RyanTM
b1d725d4d9 gcsfuse: 0.34.1 -> 0.35.0 2021-05-08 17:45:32 -07:00
Léo Gaspard
4554e6698d bees: add link to nixos test 2021-05-08 21:42:25 +02:00
Léo Gaspard
20ee7bd673 bcachefs-tools: add link to bcachefs nixos test 2021-05-08 21:42:17 +02:00
Daniël de Kok
85f96822a0 treewide: fix cargoSha256/cargoHash
Rust 1.50.0 incorporated a Cargo change (rust-lang/cargo#8937) in
which cargo vendor erroneously changed permissions of vendored
crates. This was fixed in Rust
1.51.0 (rust-lang/cargo#9131). Unfortunately, this means that all
cargoSha256/cargoHashes produced during the Rust 1.50.0 cycle are
potentially broken.

This change updates cargoSha256/cargoHash tree-wide.

Fixes #121994.
2021-05-08 00:36:37 -07:00
R. RyanTM
809ddbdbd9 ceph: 16.2.1 -> 16.2.3 2021-05-07 08:17:43 +00:00
Andrew Childs
7869d16545 llvmPackages: Multuple outputs for everythting
Also begin to start work on cross compilation, though that will have to
be finished later.

The patches are based on the first version of
https://reviews.llvm.org/D99484. It's very annoying to do the
back-porting but the review has uncovered nothing super major so I'm
fine sticking with what I've got.

Beyond making the outputs work, I also strove to re-sync the packages,
as they have been drifting pointlessly apart for some time.

----

Other misc notes, highly incomplete

- lvm-config-native and llvm-config are put in `dev` because they are
  tools just for build time.

- Clang no longer has an lld dep. That was introduced in
  db29857eb3, but if clang needs help
  finding lld when it is used we should just pass it flags / put in the
  resource dir. Providing it at build time increases critical path
  length for no good reason.

----

A note on `nativeCC`:

`stdenv` takes tools from the previous stage, so:

1. `pkgsBuildBuild`: `(?1, x, x)`
2. `pkgsBuildBuild.stdenv.cc`: `(?0, ?1, x)`

while:

1. `pkgsBuildBuild`: `(?1, x, x)`
2. `pkgsBuildBuild.targetPackages`: `(x, x, ?2)`
3. `pkgsBuildBuild.targetPackages.stdenv.cc`: `(?1, x, x)`
2021-04-30 05:41:00 +00:00
Jan Tojnar
76c3a6aafd
Merge branch 'staging-next' into staging 2021-04-29 02:35:54 +02:00
Luke Granger-Brown
f64e68e09b
Merge pull request #120071 from johanot/ceph-16
ceph: 15.2.10 -> 16.2.1
2021-04-29 00:03:45 +01:00
R. RyanTM
8252d032c5 btrfs-progs: 5.11 -> 5.11.1 2021-04-28 03:10:33 +00:00
Sandro
34463b2e38
Merge pull request #119753 from evils/btrfs-heatmap 2021-04-26 05:30:43 +02:00
Mario Rodas
8dd7a0d327
Merge pull request #117771 from r-ryantm/auto-update/gcsfuse
gcsfuse: 0.33.2 -> 0.34.0
2021-04-25 20:54:39 -05:00
Graham Christensen
040523e378
Merge pull request #120679 from lukegb/big-parallel
treewide: require big-parallel on large, slow builds
2021-04-25 21:22:57 -04:00
Luke Granger-Brown
eeeaa150a8 ceph: require big-parallel
It takes 3h+ for a 2 core build, and 24m for a big-parallel build for
x86_64. For aarch64-linux, it times out with 2 cores.
2021-04-26 00:50:05 +00:00
Evils
e49b28b77c btrfs-heatmap: 8 -> 9 2021-04-26 00:20:47 +02:00
Mario Rodas
45e0672539 gcsfuse: 0.34.0 -> 0.34.1
https://github.com/GoogleCloudPlatform/gcsfuse/releases/tag/v0.34.1
2021-04-25 04:20:00 +00:00
Mario Rodas
16f68549f2 avfs: set license to gpl2Only 2021-04-25 04:20:00 +00:00
Mario Rodas
db381efaff avfs: 1.1.3 -> 1.1.4 2021-04-25 04:20:00 +00:00
midchildan
755633ea54
cryfs: disable tests on Darwin
The tests [require macFUSE to be installed][1] on Darwin. This change
disable the tests because Hydra doesn't have it installed.

[1]: https://github.com/NixOS/nixpkgs/blob/master/doc/builders/packages/fuse.section.md
2021-04-24 16:32:01 +09:00
Daniel Nagy
7748904754
ceph: substitute /bin/grep 2021-04-23 20:33:49 +02:00
Graham Christensen
5259a2e5da
Merge pull request #119996 from DeterminateSystems/sasquatch
sasquatch: 4.3 -> 4.4
2021-04-23 11:41:23 -04:00
Johan Thomsen
c3bd75c752 ceph: 15.2.10 -> 16.2.1 2021-04-22 13:17:57 +02:00
Sandro
2df2e5f330
Merge pull request #118269 from midchildan/feat/fuse/add-darwin 2021-04-22 03:27:36 +02:00
Cole Helbling
e319d520dd
sasquatch: 4.3 -> 4.4 2021-04-21 10:58:06 -07:00
midchildan
cdc642f008
tmsu: add darwin build
Additionally,

- remove libfuse dependency

  TMSU doesn't depend on libfuse and instead uses go-fuse, a pure go
  reimplementation.

- upgrade go-fuse

  The latest go-fuse release added support for recent versions of
  macFUSE.
2021-04-20 00:52:06 +09:00
midchildan
15204342ee
svnfs: add darwin build 2021-04-20 00:52:05 +09:00
midchildan
97edf282ea
romdirfs: add darwin build 2021-04-20 00:52:05 +09:00
midchildan
8e71a4574f
moosefs: add darwin build 2021-04-20 00:52:04 +09:00
midchildan
6382f577bb
jmtpfs: add darwin build 2021-04-20 00:52:03 +09:00
midchildan
f85acdfaa1
hubicfuse: add darwin build 2021-04-20 00:52:02 +09:00
midchildan
dff6460d27
httpfs2: add darwin build 2021-04-20 00:52:01 +09:00
midchildan
6d3a66b6ef
exfat: add darwin build 2021-04-20 00:52:00 +09:00
midchildan
38f7579201
darling-dmg: add darwin build 2021-04-20 00:52:00 +09:00
midchildan
651f214fb1
boxfs: add darwin build 2021-04-20 00:51:59 +09:00
midchildan
ee18ceae8a
aefs: add darwin build 2021-04-20 00:51:57 +09:00
midchildan
30102e0af5
android-file-transfer: add darwin build
Also apply wrapQtApp.
2021-04-20 00:51:56 +09:00
midchildan
fb60c27d93
_9pfs: add darwin build 2021-04-20 00:51:55 +09:00
midchildan
42cff73feb
wdfs: add darwin build 2021-04-20 00:51:50 +09:00
midchildan
3c9116aa23
mp3fs: add darwin build 2021-04-20 00:51:50 +09:00
midchildan
fe7b5496aa
s3backer: add darwin build 2021-04-20 00:51:49 +09:00
midchildan
0c81ece950
avfs: add darwin build 2021-04-20 00:51:45 +09:00
midchildan
3c28a11bf6
securefs: add darwin build 2021-04-20 00:51:45 +09:00
midchildan
d1bb69207b
squashfuse: add darwin build 2021-04-20 00:51:43 +09:00
midchildan
cbc730d144
squashfs-tools-ng: document the specific blocker for a darwin build 2021-04-20 00:51:42 +09:00
midchildan
7a9dd6f3c3
archivemount: add darwin build 2021-04-20 00:51:40 +09:00
midchildan
94914230b3
cryfs: add darwin build 2021-04-20 00:51:39 +09:00
midchildan
f21bfdd75b
curlftpfs: add darwin build 2021-04-20 00:51:34 +09:00
Lancelot SIX
63eda681e9
mtools: 4.0.26 -> 4.0.27 2021-04-17 10:00:46 +01:00
Sarah Brofeldt
38b27aa6e9
ceph: 15.2.8 -> 15.2.10 and python dependency fix (#118724) 2021-04-12 04:24:24 +02:00
github-actions[bot]
85b57e4446
Merge master into staging-next 2021-04-08 18:14:17 +00:00
Jan Tojnar
c04a14edd6 Merge branch 'master' into staging-next 2021-04-06 16:01:14 +02:00
midchildan
87f578a36f
sshfs: add darwin build 2021-04-06 10:37:53 +09:00
Sandro
d2405f0c1d
Merge pull request #118458 from oxzi/supertag-0.1.4
supertag: init at 0.1.4
2021-04-05 06:33:07 +02:00
Alvar Penning
ea44189aaa supertag: init at 0.1.4
Supertag is a tag-based filesystem, written in Rust, for Linux and
MacOS. Merging will close #116279.
2021-04-04 23:05:09 +02:00
Sandro Jäckel
3453b89f4b
lzma: deprecate alias 2021-04-04 19:49:52 +02:00
Sandro Jäckel
dcb501f993
kerberos: deprecate alias 2021-04-04 03:18:56 +02:00
github-actions[bot]
b3a0328b7f
Merge master into staging-next 2021-04-02 18:14:54 +00:00
midchildan
31a3099d4b
dislocker: add darwin build 2021-04-02 10:59:09 +09:00
midchildan
a7540bb90a
encfs: add darwin build 2021-04-02 10:59:06 +09:00
midchildan
92cde6f032
gitfs: add darwin build 2021-04-02 10:59:05 +09:00
midchildan
fdc5e71988
ifuse: add darwin build 2021-04-02 10:59:03 +09:00
Alyssa Ross
725e4a0f6f
squashfs-tools-ng: 1.0.4 -> 1.1.0 2021-04-01 21:43:39 +00:00
github-actions[bot]
85e9b4acf4
Merge staging-next into staging 2021-04-01 12:06:32 +00:00
ajs124
2f42097c88
Merge pull request #118090 from helsinki-systems/upd/xfsprogs
xfsprogs: 5.10.0 -> 5.11.0
2021-04-01 13:51:01 +02:00
rnhmjoj
61b7cab481
treewide: use perl.withPackages when possible
Since 03eaa48 added perl.withPackages, there is a canonical way to
create a perl interpreter from a list of libraries, for use in script
shebangs or generic build inputs. This method is declarative (what we
are doing is clear), produces short shebangs[1] and needs not to wrap
existing scripts.

Unfortunately there are a few exceptions that I've found:

  1. Scripts that are calling perl with the -T switch. This makes perl
  ignore PERL5LIB, which is what perl.withPackages is using to inform
  the interpreter of the library paths.

  2. Perl packages that depends on libraries in their own path. This
  is not possible because perl.withPackages works at build time. The
  workaround is to add `-I $out/${perl.libPrefix}` to the shebang.

In all other cases I propose to switch to perl.withPackages.

[1]: https://lwn.net/Articles/779997/
2021-03-31 21:35:37 +02:00
ajs124
db8b545233 xfsprogs: 5.10.0 -> 5.11.0
also try to correct meta.license
2021-03-30 20:14:53 +02:00
R. RyanTM
ba589e6d58 gcsfuse: 0.33.2 -> 0.34.0 2021-03-27 10:52:33 +00:00
Jan Tojnar
b3c854b60b
Merge branch 'staging-next' into staging 2021-03-26 07:53:44 +01:00
github-actions[bot]
b068d2e437
Merge master into staging-next 2021-03-26 00:15:53 +00:00
Sascha Grunert
c7dd3db4c5 fuse-overlayfs: 1.4.0 -> 1.5.0
Signed-off-by: Sascha Grunert <sgrunert@redhat.com>
2021-03-26 05:32:36 +10:00
github-actions[bot]
7c9222212f
Merge master into staging-next 2021-03-25 18:14:01 +00:00
Frederik Rietdijk
11cbfae15a cryfs: use python3 2021-03-25 12:12:49 +01:00
github-actions[bot]
f4abaecf17
Merge staging-next into staging 2021-03-25 00:17:25 +00:00
github-actions[bot]
eb499aa20e
Merge master into staging-next 2021-03-25 00:17:22 +00:00
midchildan
c5fbf84eb0
e2fsprogs: 1.45.6 -> 1.46.2 2021-03-24 02:33:10 +09:00
midchildan
c595604bed
fuse: use macfuse-stubs instead on Darwin 2021-03-23 23:42:16 +09:00
github-actions[bot]
a941c67936
Merge staging-next into staging 2021-03-22 00:45:55 +00:00
github-actions[bot]
226884645e
Merge master into staging-next 2021-03-22 00:45:52 +00:00
Sandro
7348f88444
Merge pull request #115566 from r-ryantm/auto-update/smbnetfs
smbnetfs: 0.6.2 -> 0.6.3
2021-03-21 21:10:18 +01:00
midchildan
75b0ef646e
ntfs3g: add darwin build 2021-03-22 03:40:10 +09:00
github-actions[bot]
6f6e1d46b4
Merge master into staging-next 2021-03-21 12:26:00 +00:00
Bernardo Meurer
1d1089dbf4
Merge pull request #116958 from midchildan/package/macfuse
macfuse-stubs: replace osxfuse 3.8.3
2021-03-21 07:28:48 +00:00
midchildan
fa6c8b656b
macfuse-stubs: init at 4.0.4
replaces osxfuse 3.8.3
2021-03-21 15:50:13 +09:00
github-actions[bot]
b0455cafa7
Merge master into staging-next 2021-03-21 06:17:15 +00:00
Luflosi
b3172906a7
apfs-fuse: 2019-07-23 -> 2020-09-28 (#112937) 2021-03-21 06:20:18 +01:00
R. RyanTM
8bd6c3b297 btrfs-progs: 5.10.1 -> 5.11 2021-03-20 09:34:24 +01:00
Ben Siraphob
9d60d860b5 idsk: expand platforms to all 2021-03-17 16:27:06 +07:00
Ben Siraphob
e562843729 cpcfs: expand platforms to all 2021-03-17 16:26:22 +07:00
Ben Siraphob
1d4f05da4d catcli: expand platforms to all 2021-03-17 16:26:05 +07:00
adisbladis
c91b2aa9f1
Merge pull request #116329 from adisbladis/rmfuse-0_2_1
rmfuse: 0.1.1 -> 0.2.1
2021-03-14 19:59:54 +02:00
R. RyanTM
e1ac66bd97 s3backer: 1.5.4 -> 1.6.1 2021-03-14 13:10:26 -04:00
adisbladis
d516b27a1c
rmfuse: 0.1.1 -> 0.2.1 2021-03-14 18:55:15 +02:00
R. RyanTM
9e6742b847 catcli: 0.6.1 -> 0.6.2 2021-03-14 04:49:15 -04:00
R. RyanTM
175663548c reiser4progs: 2.0.1 -> 2.0.4 2021-03-13 15:47:27 +01:00
superherointj
795e18ed2e mtd-utils: 2.1.1 -> 2.1.2 2021-03-11 16:04:42 -03:00
R. RyanTM
a008b1491a smbnetfs: 0.6.2 -> 0.6.3 2021-03-09 16:17:36 +00:00
Sandro
6f3eea320c
Merge pull request #115318 from kalekseev/macos/unionfs-fuse
unionfs-fuse: enable darwin
2021-03-09 10:27:31 +01:00
Konstantin Alekseev
5a49c9599d unionfs-fuse: enable darwin 2021-03-09 11:58:37 +03:00
Mario Rodas
09214aefaf
Merge pull request #114941 from r-ryantm/auto-update/mergerfs
mergerfs: 2.32.3 -> 2.32.4
2021-03-08 19:37:57 -05:00
Konstantin Alekseev
7c3f2c0ed6 bindfs: enable darwin 2021-03-08 12:20:23 +03:00
Sandro Jäckel
2dabf96953
lizardfs: mark broken 2021-03-03 18:08:02 +01:00
Sandro Jäckel
8796a2e176
squashfs: cleanup, update homepage 2021-03-03 18:08:02 +01:00
Armijn Hemel
8a61e45f52 squashfsTools: enable LZO compression 2021-03-03 12:51:59 +01:00
R. RyanTM
85a8657aa6 mergerfs: 2.32.3 -> 2.32.4 2021-03-03 01:53:29 +00:00
Mario Rodas
a7c74fdc94
Merge pull request #114652 from r-ryantm/auto-update/gcsfuse
gcsfuse: 0.33.0 -> 0.33.2
2021-02-28 22:50:43 -05:00
Arnout Engelen
0aeba64fb2
squashfs: use -no-hardlinks for reproducible squashfs images (#114454)
the nix store may contain hardlinks: derivations may output them
directly, or users may be using store optimization which automatically
hardlinks identical files in the nix store.

The presence of these links are intended to be a 'transparent'
optimization. However, when creating a squashfs image, the image
will be different depending on whether hard links were present
on the filesystem, leading to reproducibility problems.

By passing '-no-hardlinks' to mksquashfs the files are stored
as duplicates in the squashfs image. Since squashfs has support
for duplicate files this does not lead to a larger image.

For more details see
https://github.com/NixOS/nixpkgs/issues/114331
2021-02-28 18:03:50 +00:00
R. RyanTM
72fbd6b759 gcsfuse: 0.33.0 -> 0.33.2 2021-02-28 12:34:52 +00:00
Florian Klink
0bdaff84e8
Merge pull request #113137 from lukegb/ceph
ceph: fix bluestore by using bundled rocksdb
2021-02-27 00:26:47 +01:00
Eelco Dolstra
9c8fcd6146
Merge pull request #111955 from armijnhemel/e2tools-0.1.0
e2tools: 0.0.16 -> 0.1.0
2021-02-26 16:05:28 +01:00
Frederik Rietdijk
c456a2512f Merge master into staging-next 2021-02-26 10:25:13 +01:00
Mario Rodas
1756c26175
Merge pull request #114428 from r-ryantm/auto-update/s3fs-fuse
s3fs: 1.88 -> 1.89
2021-02-25 23:58:50 -05:00
R. RyanTM
1b5aea9a7a s3fs: 1.88 -> 1.89 2021-02-26 03:33:39 +00:00
Mario Rodas
1f6c8f0165
Merge pull request #110359 from r-ryantm/auto-update/gcsfuse
gcsfuse: 0.32.0 -> 0.33.0
2021-02-23 20:55:37 -05:00
Mario Rodas
6257787d8c
Merge pull request #112805 from r-ryantm/auto-update/mergerfs
mergerfs: 2.32.2 -> 2.32.3
2021-02-23 20:42:53 -05:00
Jan Tojnar
8f50f1ce10
Merge branch 'staging-next' into staging
Resolved the following conflicts:

- kernel flags between 09176d28a0 and 2b28822d8d
- clojure-lsp between 3fa00685ce and e03c068af5
2021-02-19 17:15:31 +01:00
Ben Siraphob
e03c068af5 treewide: makeWrapper buildInputs to nativeBuildInputs 2021-02-19 20:09:16 +07:00
Sandro
4b694d5e3d
Merge pull request #113674 from SuperSandro2000/fix-collection16 2021-02-19 13:27:03 +01:00
zowoq
3dab057264 Merge staging-next into staging 2021-02-19 10:47:46 +10:00
Maximilian Bosch
6d55e3c00a
Merge pull request #113553 from r-ryantm/auto-update/catcli
catcli: 0.6.0 -> 0.6.1
2021-02-18 20:44:22 +01:00
Sandro Jäckel
a9e1063a43
smbnetfs: remove stale substituteInPlace 2021-02-18 16:58:55 +01:00
adisbladis
6b403ed151
rmfuse: init at 0.1.1 2021-02-18 10:06:00 +01:00
R. RyanTM
0a65366253 catcli: 0.6.0 -> 0.6.1 2021-02-18 06:12:42 +00:00
Bernardo Meurer
44986bd4fc
Merge pull request #113308 from r-ryantm/auto-update/bindfs
bindfs: 1.14.9 -> 1.15.0
2021-02-17 20:34:28 +00:00
github-actions[bot]
9d6726a2e3
Merge staging-next into staging 2021-02-17 18:14:09 +00:00
Sandro
bc3adcc21f
Merge pull request #109842 from fabaff/fwanalyzer
fwanalyzer: init at 1.4.3
2021-02-17 14:17:16 +01:00
Bernardo Meurer
7af939ddf2
bindfs: add lovesegfault to maintainers 2021-02-16 11:18:48 -08:00
Bernardo Meurer
9fa0c056de
bindfs: gpl2 -> gpl2Only 2021-02-16 11:18:28 -08:00
Bernardo Meurer
17f01cfe52
bindfs: 1.15.0 -> 1.15.1 2021-02-16 11:17:26 -08:00
R. RyanTM
6abcada9a8 bindfs: 1.14.9 -> 1.15.0 2021-02-16 13:51:27 +00:00
Fabian Affolter
cb127b0531 fwanalyzer: init at 1.4.3 2021-02-15 10:43:37 +01:00
Luke Granger-Brown
236df9cee7 ceph: add passthru.tests 2021-02-14 18:06:04 +00:00
Luke Granger-Brown
9ac395366b ceph: use bundled rocksdb
Ceph have some custom patches to make RocksDB play nicely with
Bluestore, which means the system RocksDB package doesn't quite work
properly.
2021-02-14 18:05:12 +00:00
github-actions[bot]
1e189fbb9e
Merge staging-next into staging 2021-02-13 06:16:37 +00:00
Sandro Jäckel
b1ce6cffc0
e2fsprogs: mark broken on darwin 2021-02-13 00:25:23 +01:00
R. RyanTM
abed186ab2 mergerfs: 2.32.2 -> 2.32.3 2021-02-11 19:04:11 +00:00
Armijn Hemel
eaa3ead56b
Update pkgs/tools/filesystems/e2tools/default.nix
Co-authored-by: Eelco Dolstra <edolstra@gmail.com>
2021-02-10 17:54:15 +01:00
Jörg Thalheim
6eeba550e9
Merge remote-tracking branch 'upstream/staging-next' into HEAD 2021-02-09 10:54:55 +01:00
Mario Rodas
dbcdea8d16
Merge pull request #111815 from r-ryantm/auto-update/rar2fs
rar2fs: 1.29.2 -> 1.29.4
2021-02-08 21:14:25 -05:00
github-actions[bot]
a4051a7381
Merge staging-next into staging 2021-02-08 00:36:20 +00:00
Alyssa Ross
44b2f7d17d
squashfs-tools-ng: 1.0.1 -> 1.0.4 2021-02-07 19:25:58 +00:00
R. RyanTM
e0401c38d9 btrfs-progs: 5.10 -> 5.10.1 2021-02-07 02:39:37 +00:00
Armijn Hemel
ccf3d0199d e2tools: 0.0.16 -> 0.1.0
repository moved to GitHub, website changed as well
2021-02-04 21:13:39 +01:00
André-Patrick Bubel
d80115a09b zerofree: install manpage and COPYING file 2021-02-04 03:58:24 +01:00
R. RyanTM
292c68c253 rar2fs: 1.29.2 -> 1.29.4 2021-02-03 21:57:28 +00:00
R. RyanTM
eb4d82290f glusterfs: 8.3 -> 9.0 2021-01-30 03:07:28 +00:00
github-actions[bot]
bef2fbcd27
Merge master into staging-next 2021-01-27 18:28:31 +00:00
Ben Siraphob
82454e9df8 treewide: remove implicit use of stdenv.lib 2021-01-27 20:04:57 +07:00
github-actions[bot]
a127deeb88
Merge master into staging-next 2021-01-25 18:52:08 +00:00
Bernardo Meurer
7a5e4b7df8
Merge pull request #110727 from talyz/bindfs-1.14.9
bindfs: 1.14.8 -> 1.14.9
2021-01-25 18:01:38 +00:00
Pavol Rusnak
a6ce00c50c
treewide: remove stdenv where not needed 2021-01-25 18:31:47 +01:00
talyz
95ab0eda16
bindfs: 1.14.8 -> 1.14.9 2021-01-25 12:37:19 +01:00
Jan Tojnar
cc8fd11ffb
Merge branch 'master' into staging-next 2021-01-24 20:41:42 +01:00
Mario Rodas
0c8b8bf0a4
Merge pull request #110391 from r-ryantm/auto-update/disorderfs
disorderfs: 0.5.6 -> 0.5.11
2021-01-24 11:46:33 -05:00
Mario Rodas
c78a02e0b3
Merge pull request #110421 from r-ryantm/auto-update/s3fs-fuse
s3fs: 1.87 -> 1.88
2021-01-24 11:33:15 -05:00
volth
bc0d605cf1 treewide: fix double quoted strings in meta.description
Signed-off-by: Ben Siraphob <bensiraphob@gmail.com>
2021-01-24 19:56:59 +07:00
github-actions[bot]
08c4f9056e
Merge staging-next into staging 2021-01-22 18:52:00 +00:00
zowoq
b929be75dc fuse-overlayfs: 1.3.0 -> 1.4.0
https://github.com/containers/fuse-overlayfs/releases/tag/v1.4.0
2021-01-23 00:49:50 +10:00
R. RyanTM
c959f84906 s3fs: 1.87 -> 1.88 2021-01-22 00:33:28 +00:00
R. RyanTM
36e3285c7b disorderfs: 0.5.6 -> 0.5.11 2021-01-21 20:58:41 +00:00
R. RyanTM
e000c47ba0 gcsfuse: 0.32.0 -> 0.33.0 2021-01-21 16:01:22 +00:00
github-actions[bot]
49d7c98041
Merge staging-next into staging 2021-01-20 18:53:18 +00:00
R. RyanTM
b081f71d1c mergerfs: 2.32.0 -> 2.32.2 2021-01-20 05:23:22 +00:00
github-actions[bot]
b27f238893
Merge staging-next into staging 2021-01-20 01:20:12 +00:00
zowoq
31f5dd3f36 treewide: editorconfig fixes
- remove trailing whitespace
- use spaces for indentation
2021-01-20 09:11:11 +10:00
R. RyanTM
5dc5cd4e13 btrfs-progs: 5.9 -> 5.10 2021-01-19 08:00:10 +00:00
Jörg Thalheim
1279bf812c
Merge remote-tracking branch 'upstream/master' into HEAD 2021-01-17 18:08:59 +01:00
Ben Siraphob
d6aeae8f90 pkgs/tools: pkgconfig -> pkg-config (2) 2021-01-17 23:27:27 +07:00
github-actions[bot]
f46cb85082
Merge master into staging-next 2021-01-16 18:51:05 +00:00
Ben Siraphob
badf51221d treewide: stdenv.lib -> lib 2021-01-16 17:58:11 +07:00
Jan Tojnar
c0d2951fa6
Merge branch 'master' into staging-next 2021-01-15 17:46:46 +01: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
github-actions[bot]
183b673b64
Merge master into staging-next 2021-01-14 18:54:05 +00: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
Jan Tojnar
2b9372b2ca
Merge branch 'master' into staging-next 2021-01-11 13:36:42 +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
Sandro
0a9371b7c4
Merge pull request #108936 from Atemu/squashfsTools-lz4Support
squashfsTools: unconditionally build with lz4Support
2021-01-11 02:00:03 +01:00
Atemu
579b25b5a8 squashfsTools: unconditionally build with lz4Support
Can't think of a reason to not enable that.
2021-01-10 12:56:46 +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