1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-18 03:30:45 +00:00
Commit graph

179 commits

Author SHA1 Message Date
Peder Bergebakken Sundt ebc2389134 treewide: remove refs/tags/ from github release meta.changelog urls
diff of `jq <packages.json 'to_entries[]|"\(.key) \(.value.meta.changelog)"' -r`:

https://gist.github.com/pbsds/49b2e2ae5c9b967a0972bbc3c2597c12
2024-08-29 22:45:00 -04:00
Emily ac98115f52
Merge pull request #329102 from helsinki-systems/fix/parmetis-archive-org
parmetis: use github/KarypisLab/ParMETIS  as source
2024-08-21 21:41:51 +01:00
Max Hausch a468bfc942
parmetis: Use KarypisLab GitHub mirror instead of glaros source 2024-08-19 16:27:09 +02:00
Aleksana 6f8f4b981f
Merge pull request #328180 from wegank/paru-init
paru: init at 2.0.3
2024-08-18 20:33:52 +08:00
R. Ryantm acba1cca43 paper-age: 1.3.2 -> 1.3.3 2024-08-15 01:38:11 +00:00
github-actions[bot] d3f3bec267
Merge master into staging-next 2024-08-12 06:01:03 +00:00
R. Ryantm fe954cfbd0 pack: 0.35.0 -> 0.35.1 2024-08-12 02:07:02 +00:00
github-actions[bot] 68894e5504
Merge master into staging-next 2024-08-10 00:02:11 +00:00
R. Ryantm 5dd70aaa7d payme: 1.2.2 -> 1.2.3 2024-08-09 15:42:02 +00:00
github-actions[bot] 0bc8d4924e
Merge master into staging-next 2024-08-07 18:01:07 +00:00
Peder Bergebakken Sundt 4d3f13ff44
Merge pull request #331045 from r-ryantm/auto-update/passt
passt: 2024_06_24.1ee2eca -> 2024_07_26.57a21d2
2024-08-07 16:24:08 +02:00
Vladimír Čunát 25a5e57128
Merge #331589: pahole: fix clang kernel build
...into staging
2024-08-06 17:56:51 +02:00
Peder Bergebakken Sundt 462b96d2a1
Merge pull request #326243 from jcaesar/pr-13
treewide: skip generating shell completions using $out/bin/… when cross compiling
2024-08-06 08:15:56 +02:00
Bobby Rong 0e7a7ebcf5
Merge pull request #331957 from bobby285271/upd/gnome
GNOME updates 2024-08-03
2024-08-04 14:20:47 +08:00
Julius Michaelis 6a9beaf893 treewide: skip generating shell completions using $out/bin/… when cross compiling
This focuses on Rust packages, since the most commonly used argument
parser library (clap/structopt) makes the following pattern natural and
thus common:

  postInstall = ''
    installShellCompletion --cmd foo \
      --bash <($out/bin/foo completion bash) \
      …

This commit just guards those with

lib.optionalString (stdenv.buildPlatform.canExecute stdenv.hostPlatform)

splitting the string where unrelated actions are performed.
2024-08-04 10:50:48 +09: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
Dominique Martinet b0b178fc29 pahole: fix clang kernel build
This should fix clang builds for real this time

Reported-by: PedroHLC <root@pedrohlc.com>
2024-08-02 04:34:00 +09: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
R. Ryantm a297509b75 passt: 2024_06_24.1ee2eca -> 2024_07_26.57a21d2 2024-07-30 08:34:44 +00: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
Max Hausch db2396c7f9
parmetis: Move to pkgs/by-name/pa/parmetis 2024-07-22 11:00:45 +02: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
Weijia Wang 8b3833de28 paru: init at 2.0.3 2024-07-18 15:38:53 +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