Commit Graph

3610 Commits

Author SHA1 Message Date
Tobias Poschwatta
c5daea8c97 duff: 2014-07-03 -> 2024-02-16
This updates duff to the latest commit, removing links to a now
hostile domain.
2024-08-04 14:22:14 +02:00
Nick Cao
021536ff84
Merge pull request #331458 from r-ryantm/auto-update/gcsfuse
gcsfuse: 2.3.2 -> 2.4.0
2024-08-03 10:57:21 -04:00
adisbladis
e0816431a2 treewide: Pass self when overriding Python
Otherwise references to the Python interpreter inside the set are wrong, as demonstrated by:
``` nix
with import <nixpkgs> { };
let
  python' = python3.override {
    packageOverrides = final: prev: { requests = prev.requests.overridePythonAttrs(old: { version = "1337";  }); };
  };
in python'.pkgs.python.pkgs.requests
```
which returns the _non_ overriden requests.

And the same with `self`:
```
with import <nixpkgs> { };
let
  python' = python3.override {
    self = python';
    packageOverrides = final: prev: { requests = prev.requests.overridePythonAttrs(old: { version = "1337";  }); };
  };
in python'.pkgs.python.pkgs.requests
```
which returns the overriden requests.

This can manifest itself as file collisions when constructing environments or as subtly incorrect dependency graphs.
2024-08-03 12:18:56 +12:00
R. Ryantm
e0640d882b gcsfuse: 2.3.2 -> 2.4.0 2024-08-01 05:17:38 +00:00
Sergei Trofimovich
97f2dc9518 btrfs-progs: 6.9.2 -> 6.10
Changes: https://github.com/kdave/btrfs-progs/releases/tag/v6.10
2024-07-31 22:25:20 +01:00
Sandro
1fd89eab2e
Merge pull request #330366 from denbeigh2000/denbeigh/bindfs-macos 2024-07-30 14:09:22 +02:00
Denbeigh Stevens
3d54e5af5c bindfs: fix macos build by disabling system binding
This adds `--disable-macos-fs-link` to configureFlags on darwin
platforms, removing /etc/fstab and `mount -t bindfs` support.

This isn't ideal, but is better than the tool not building at all.
2024-07-30 02:30:56 -07:00
Jörg Thalheim
5356420466 treewide: remove unused with statements from maintainer lists
$ find -type f -name '*.nix' -print0 | xargs -P "$(nproc)" -0 sed -i \
  -e 's!with lib.maintainers; \[ *\];![ ];!' \
  -e 's!with maintainers; \[ *\];![ ];!'
2024-07-29 10:06:20 +08:00
Anderson Torres
9a624d10e3 treewide: remove viric from meta.maintainers [orphans]
Since theey is not active from at least six years.

All the packages on this commit became orphans.

---------------------------------------------------------------------------
There are files not covered by this commit, because they will be adopted
soon. Namely:

- pkgs/by-name/zs/zsync/package.nix
- pkgs/games/bsdgames/default.nix
- pkgs/misc/ghostscript/default.nix
- pkgs/os-specific/linux/kernel/perf/default.nix
- pkgs/tools/system/logrotate/default.nix
2024-07-28 11:48:51 -03:00
github-actions[bot]
2567b049bd
Merge master into staging-next 2024-07-25 18:00:59 +00:00
Peder Bergebakken Sundt
300a8ae0c5
Merge pull request #329196 from ajs124/upd/xfsprogs
xfsprogs: 6.8.0 -> 6.9.0
2024-07-25 19:38:26 +02:00
github-actions[bot]
12ea252962
Merge master into staging-next 2024-07-25 06:01:22 +00:00
Franz Pletz
c31bf92529
httm: reformat, move to by-name 2024-07-23 21:55:23 +02:00
Franz Pletz
24b1fa8cd9
httm: 0.39.1 -> 0.40.1 2024-07-23 21:54:14 +02:00
ajs124
ed276b0d7a xfsprogs: 6.8.0 -> 6.9.0
https://git.kernel.org/pub/scm/fs/xfs/xfsprogs-dev.git/tree/doc/CHANGES?id=42fc61ebd061ffc63a0302a8422ed21f67e38b5f
2024-07-22 18:21:10 +02:00
github-actions[bot]
968bf02dc2
Merge master into staging-next 2024-07-21 12:01:16 +00:00
R. Ryantm
211db1ee08 genimage: 17 -> 18 2024-07-21 10:06:50 +02:00
github-actions[bot]
f316203fda
Merge staging-next into staging 2024-07-19 00:03:05 +00:00
Nick Cao
932c290c4e
Merge pull request #328076 from r-ryantm/auto-update/httm
httm: 0.38.1 -> 0.39.1
2024-07-18 19:13:08 -04:00
Martin Weinelt
983077457f
Merge remote-tracking branch 'origin/staging-next' into staging
Conflicts:
-	pkgs/development/python-modules/uvcclient/default.nix
-	pkgs/development/tools/rust/rust-analyzer/default.nix
2024-07-18 12:35:33 +02:00
R. Ryantm
6eb78feca9 httm: 0.38.1 -> 0.39.1 2024-07-18 02:48:59 +00:00
R. Ryantm
b58dcd6004 gcsfuse: 2.3.1 -> 2.3.2 2024-07-17 14:28:28 +00:00
github-actions[bot]
4c086d8ee0
Merge staging-next into staging 2024-07-17 00:03:16 +00:00
Nick Cao
70735b4363
Merge pull request #327538 from r-ryantm/auto-update/tar2ext4
tar2ext4: 0.12.4 -> 0.12.5
2024-07-16 16:54:04 -04:00
Artturin
a516ea8c99 Merge branch 'staging-next' into staging 2024-07-16 19:07:48 +03:00
R. Ryantm
af47fdf8b0 tar2ext4: 0.12.4 -> 0.12.5 2024-07-16 03:42:59 +00:00
Aleksana
d582f13e5e
treewide: switch to cargoHash (#327127)
* nickel: switch to cargoHash

* gnvim-unwrapped: switch to cargoHash

* surrealdb-migrations: switch to cargoHash

* wluma: switch to cargoHash

* httm: switch to cargoHash

No need (observed) for these packages to have a vendor Cargo.lock. If they for some reason have to use a different Cargo.lock than upstream, they should copy that to the build directory as well, otherwise the build will fail. They don't, so I infer there's no reason to use Cargo.lock.
2024-07-15 22:55:51 +03:00
Masum Reza
c796e4e5ac
Merge pull request #323877 from Luflosi/update/darling-dmg
darling-dmg: 1.0.4+git20200427 -> 1.0.4-unstable-2023-07-26
2024-07-15 22:40:06 +05:30
github-actions[bot]
31817540ee
Merge staging-next into staging 2024-07-14 18:01:37 +00:00
aleksana
592e3845c4 treewide: sha256 -> hash attribute for fetchgit 2024-07-14 19:10:08 +08:00
Martin Weinelt
176a56c40f
Merge remote-tracking branch 'origin/staging-next' into staging
Conflicts:
- pkgs/applications/misc/blender/default.nix
- pkgs/development/web/nodejs/nodejs.nix
2024-07-11 01:06:28 +02:00
Emily Trau
5fbd57aebc
Merge pull request #325738 from Enzime/drop/Enzime
maintainers: remove Enzime
2024-07-09 16:00:59 +10:00
Michael Hoang
eb725313bc treewide: remove Enzime 2024-07-09 14:32:33 +10:00
Vladimír Čunát
4c09ae2416
Merge branch 'staging-next' into staging 2024-07-08 10:43:15 +02:00
superherointj
c4cdd4aaa3
ceph: fix build
Failure: https://hydra.nixos.org/build/265092568/nixlog/2/tail
2024-07-08 08:10:29 +02:00
Martin Joerg
1e18109d76 glusterfs: detect correct Python version by using local m4 files
This makes sure the correct Python version is detected by using the local m4 files.
The distributed m4 files were added in
ff043af128
to make sure the Python version is detected correctly,
but now fail to identify versions > 3.9 correctly (https://bugs.gnu.org/44239).

fix #325079
2024-07-07 10:32:44 +00:00
github-actions[bot]
73c1b870f2
Merge staging-next into staging 2024-07-06 06:01:47 +00:00
github-actions[bot]
5a601bc241
Merge master into staging-next 2024-07-06 06:01:20 +00:00
R. Ryantm
dee0f25b53 gcsfuse: 2.2.0 -> 2.3.1 2024-07-05 13:55:16 +00:00
github-actions[bot]
e14242d985
Merge staging-next into staging 2024-07-04 12:01:37 +00:00
Vladimír Čunát
44b36397c2
Merge branch 'master' into staging-next
Conflicts - GitHub wouldn't auto-resolve them but my local git did:
	pkgs/development/cuda-modules/cuda/overrides.nix
2024-07-04 10:10:22 +02:00
aleksana
5b63ef2a48 treewide: change cargoSha256 with SRI hash to cargoHash manually 2024-07-03 21:53:31 +08:00
aleksana
a9709c299b treewide: change cargoSha256 with SRI hash to cargoHash 2024-07-03 21:53:11 +08:00
Nick Cao
e79636c746
stratisd: 3.6.7 -> 3.6.8
Diff: https://github.com/stratis-storage/stratisd/compare/refs/tags/stratisd-v3.6.7...stratisd-v3.6.8
2024-07-02 16:38:11 -04:00
Martin Weinelt
7b8429bbc4
Merge remote-tracking branch 'origin/master' into staging-next
Conflicts:
- pkgs/development/python-modules/jaxtyping/default.nix
2024-07-02 12:08:49 +02:00
Jan Tojnar
0f56e32213
Merge pull request #319659 from jtojnar/gnome-extract
Move various packages out of gnome scope
2024-07-02 08:03:53 +02:00
K900
665f1d6183 Merge remote-tracking branch 'origin/master' into staging-next 2024-07-02 08:32:46 +03:00
Weijia Wang
96bb53e39a
Merge pull request #323158 from r-ryantm/auto-update/fuse-overlayfs
fuse-overlayfs: 1.13 -> 1.14
2024-07-02 00:08:53 +02:00
Luflosi
496099641c
darling-dmg: migrate to by-name 2024-07-01 21:50:54 +02:00
Luflosi
9080624466
darling-dmg: 1.0.4+git20200427 -> 1.0.4-unstable-2023-07-26 2024-07-01 21:50:46 +02:00