Bobby Rong
0e7a7ebcf5
Merge pull request #331957 from bobby285271/upd/gnome
...
GNOME updates 2024-08-03
2024-08-04 14:20:47 +08:00
Bobby Rong
3d46ea7eaa
evince, papers: Remove broken supportXPS option
...
I don't see a reason to override this and with -Dauto_features=enabled (from
our meson setup-hook) the build breaks without explicitly passing -Dxps=disabled.
2024-08-03 18:12:49 +08: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
Stig
465424be0d
Merge pull request #331136 from techknowlogick/packer-bump
...
packer: 1.11.1 -> 1.11.2
2024-08-01 18:02:48 +02:00
Peder Bergebakken Sundt
b926e6ece9
Merge pull request #331116 from pbsds/fix-finalattrs-docheck-1722356587
...
treewide: finalAttrs.doCheck -> finalAttrs.finalPackage.doCheck
2024-08-01 14:58:44 +02:00
techknowlogick
2869392d5d
packer: 1.11.1 -> 1.11.2
...
Diff: https://github.com/hashicorp/packer/compare/v1.11.1...v1.11.2
Changelog: https://github.com/hashicorp/packer/blob/v1.11.2/CHANGELOG.md
2024-07-31 23:28:36 -04:00
zimbatm
5d61acb71b
packer: move to by-name
2024-07-31 09:10:34 +02:00
Peder Bergebakken Sundt
29ab705c17
treewide: finalAttrs.doCheck -> finalAttrs.finalPackage.doCheck
...
repeat of #271241
discussion: #272978
I did not replace the instance in eiwd, since it causes an infinite recursion.
2024-07-30 18:32:01 +02:00
Nick Cao
bbd7633c56
Merge pull request #330772 from r-ryantm/auto-update/parallel-disk-usage
...
parallel-disk-usage: 0.9.2 -> 0.9.3
2024-07-29 15:07:12 -04:00
R. Ryantm
c895be9c58
parallel-disk-usage: 0.9.2 -> 0.9.3
2024-07-29 04:25:35 +00: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
Martin Weinelt
93f4195fe0
Merge remote-tracking branch 'origin/master' into staging-next
...
Conflicts:
- pkgs/applications/graphics/seamly2d/default.nix
2024-07-26 18:05:04 +02:00
Sigmanificient
61fe0c0416
pkgs/by-name: remove unused arguments
2024-07-26 10:11:07 +02:00
Artturin
60e9cffe2c
Merge branch 'master' into staging-next
2024-07-22 22:53:31 +03:00
R. Ryantm
0512022450
pack: 0.34.2 -> 0.35.0
2024-07-22 03:45:39 +00:00
Vladimír Čunát
622b7430fa
Merge #319160 : pahole: 1.26 -> 1.27
...
...into staging
2024-07-20 10:10:08 +02:00
Sandro
df4355e70d
Merge pull request #323958 from ByteSudoer/init-paperlib
2024-07-16 17:02:15 +02:00
ByteSudoer
d4c29687cb
paperlib: init at 3.1.6
2024-07-16 14:21:59 +02:00
R. Ryantm
cb2d357291
patch2pr: 0.25.0 -> 0.26.1
2024-07-16 03:29:49 +00:00
Wael Nasreddine
eb0f74b878
Merge pull request #325973 from kirillrdy/unpin-go
...
[treewide] unpin buildGoModule
2024-07-11 22:48:10 -07:00
Pol Dellaiera
40bab1ea6e
pack: init at 0.34.2
2024-07-10 12:57:32 +02:00
R. Ryantm
1ce4289110
paho-mqtt-cpp: 1.4.0 -> 1.4.1
2024-07-10 02:50:04 +00:00
Kirill Radzikhovskyy
84dcc8770b
pan-bindings: unpin buildGoModule
2024-07-10 10:55:40 +10:00
github-actions[bot]
30cfd4445f
Merge master into staging-next
2024-07-05 00:02:21 +00:00
aleksana
4b9fdf5800
pablodraw: update deps.nix to use SRI hash
...
This is part of my test to prove that nuget-to-nix works with SRI hash.
It was built and ran successfully.
2024-07-04 20:16:51 +08:00
github-actions[bot]
d77a3adc09
Merge master into staging-next
2024-07-03 00:02:45 +00:00
Nick Cao
6c4378433b
Merge pull request #323925 from r-ryantm/auto-update/paper-age
...
paper-age: 1.3.1 -> 1.3.2
2024-07-02 16:31:35 -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
R. Ryantm
d1b39537a1
paper-age: 1.3.1 -> 1.3.2
2024-07-02 01:34:31 +00:00
Patka
1d1635196a
maintainers: remove patka
2024-07-02 01:36:56 +02:00
Weijia Wang
baa28bbca6
Merge pull request #318598 from r-ryantm/auto-update/passt
...
passt: 2024_05_23.765eb0b -> 2024_06_24.1ee2eca
2024-07-02 00:25:18 +02:00
github-actions[bot]
1addc8dd4c
Merge master into staging-next
2024-07-01 18:01:14 +00:00
aleksana
468007ea5e
paper-plane: add missing gstreamer plugins
2024-07-01 17:41:23 +08:00
Jan Tojnar
2be24442bb
nautilus: Move from gnome scope to top-level
2024-07-01 08:26:44 +02:00
R. Ryantm
8a21839c71
passt: 2024_05_23.765eb0b -> 2024_06_24.1ee2eca
2024-06-30 06:21:21 +00:00
github-actions[bot]
677389dc9f
Merge master into staging-next
2024-06-26 18:01:17 +00:00
Nikolay Korotkiy
35a1ac9244
Merge pull request #320563 from sikmir/paho-mqtt-cpp
...
paho-mqtt-cpp: 1.3.2 → 1.4.0
2024-06-26 21:58:07 +04:00
Nikolay Korotkiy
ad4d0d761a
paho-mqtt-cpp: migrate to by-name
2024-06-26 20:20:49 +04:00
Dominique Martinet
df03fbf358
pahole: fix issue with LLVM compiled kernels
2024-06-26 12:40:15 +09:00
Dominique Martinet
d354c891fb
pahole: reproducibility: use --reproducible_build instead of -j1
...
New version brought in the --reproducible_build option, which is more
efficient than forcing a single thread, and produces the same output
(tested on linux kernel's vmlinux BTF extraction)
2024-06-26 12:40:15 +09:00
Dominique Martinet
8a826cb8f8
pahole: 1.26 -> 1.27
2024-06-26 12:40:15 +09:00
github-actions[bot]
08b5c3c46a
Merge master into staging-next
2024-06-25 18:01:20 +00:00
Weijia Wang
56fba1e91d
papers: fix build on darwin
2024-06-24 12:48:12 -04:00
Pyrox
9515e2e098
papers: 45.0-unstable-2024-03-27 -> 46.2
...
See upstream changelog:
https://gitlab.gnome.org/GNOME/Incubator/papers/-/blob/main/NEWS
2024-06-24 12:48:12 -04:00
github-actions[bot]
88140ced6d
Merge master into staging-next
2024-06-24 12:01:17 +00:00
Marc Jakobi
2725312e03
panvimdoc: init at 4.0.1
2024-06-23 11:46:42 +02:00
Martin Weinelt
abdf5dc772
treewide: remove pythonRelaxDepsHook references
...
It is is now provided automatically, when `pythonRelaxDeps` or
`pythonRemoveDeps` is defined through `mk-python-derivation`.
2024-06-14 14:52:00 +02:00
Alexis Hildebrandt
755b915a15
treewide: Remove indefinite article from meta.description
...
nix run nixpkgs#silver-searcher -- -G '\.nix$' -0l 'description.*"[Aa]n?' pkgs \
| xargs -0 nix run nixpkgs#gnused -- -i '' -Ee 's/(description.*")[Aa]n? (.)/\1\U\2/'
2024-06-09 23:07:45 +02:00