Commit Graph

3371 Commits

Author SHA1 Message Date
github-actions[bot]
0958e34289
Merge master into staging-next 2024-11-11 06:05:02 +00:00
Aleksana
b71ccf87b2
gnuplot: fix build with withTeXLive = true (#352768) 2024-11-11 11:29:46 +08:00
github-actions[bot]
a90280100f
Merge master into staging-next 2024-11-09 15:14:08 +00:00
Austin Horstman
2ef132b358
gifski: 1.14.4 -> 1.32.0 (#346255) 2024-11-09 08:08:07 -06:00
Emily
ce788776a5 Merge master into staging-next 2024-11-09 12:51:01 +00:00
github-actions[bot]
8e80325e6b
Merge master into staging-next 2024-11-09 12:04:53 +00:00
aleksana
571c71e6f7 treewide: migrate packages to pkgs/by-name, take 1
We are migrating packages that meet below requirements:

1. using `callPackage`
2. called path is a directory
3. overriding set is empty (`{ }`)
4. not containing path expressions other than relative path (to
makenixpkgs-vet happy)
5. not referenced by nix files outside of the directory, other
than`pkgs/top-level/all-packages.nix`
6. not referencing nix files outside of the directory
7. not referencing `default.nix` (since it's changed to `package.nix`)
8. `outPath` doesn't change after migration

The tool is here: https://github.com/Aleksanaa/by-name-migrate.
2024-11-09 20:04:51 +08:00
Atemu
97a351b8ef
fim: unpin from gcc-9 (#351469) 2024-11-09 08:06:55 +01:00
github-actions[bot]
4dab54a2c8
Merge master into staging-next 2024-11-08 12:05:50 +00:00
Ellie Hermaszewska
e134422465
maintainers: remove expipiplus1
Another year, another exhausting undermoderated thread full of people
arguing against being an inclusive community, tone policing and denying
that discriminatory behaviour even exists.

This clearly isn't getting any better and I'm embarrassed that I stayed
around for this long. I can't continue to lend my name to such a
project.
2024-11-08 14:24:58 +08:00
github-actions[bot]
e9877d256b
Merge staging-next into staging 2024-11-06 18:04:56 +00:00
Nick Cao
67faa8ba3a
astc-encoder: 4.8.0 -> 5.0.0 (#352763) 2024-11-06 09:11:50 -05:00
Sergei Trofimovich
9a023e536d graphviz: 12.1.2 -> 12.2.0
Changes: https://gitlab.com/graphviz/graphviz/-/blob/12.2.0/CHANGELOG.md?ref_type=tags
2024-11-04 06:58:33 +00:00
Philip Taron
e50c6cab11
treewide: fix links to specifications.freedesktop.org (#350918) 2024-11-03 09:06:56 -08:00
Johannes Jöns
ff77e45423
vips: 8.15.3 -> 8.15.5 (#351503) 2024-11-02 14:36:49 +01:00
t4ccer
6030ff068a
gnuplot: fix build with withTeXLive = true 2024-10-31 20:05:02 -06:00
R. Ryantm
6117e4b0a4 astc-encoder: 4.8.0 -> 5.0.0 2024-11-01 01:31:46 +00:00
github-actions[bot]
4f5d1a2355
Merge master into staging-next 2024-10-31 06:05:03 +00:00
Artturin
d84c4946ab
pstoedit: 3.78 -> 4.01 (#341040) 2024-10-31 03:00:29 +02:00
github-actions[bot]
6bc001ea3b
Merge master into staging-next 2024-10-29 12:06:00 +00:00
Aleksana
14164a68eb
gromit-mpx: 1.6.0 -> 1.7.0, refactor (#343538) 2024-10-29 18:07:20 +08:00
github-actions[bot]
a0e96c5d1c
Merge master into staging-next 2024-10-29 06:05:06 +00:00
Sandro
2ce91176f5
netpbm: 11.7.1 -> 11.8.1 (#345261) 2024-10-29 02:31:39 +01:00
Fabián Heredia Montiel
980dd8b4ed Merge remote-tracking branch 'origin/master' into staging-next 2024-10-27 23:56:04 -06:00
Sergei Trofimovich
5743cd8f61 xcur2png: fix gcc-14 build
Without the change the build against `gcc-14` fails as:

    $ nix build --impure --expr 'with import ./. {}; xcur2png.override { stdenv = gcc14Stdenv; }'
    ...
    xcur2png.c: In function 'saveConfAndPNGs':
    xcur2png.c:690:10: error: type defaults to 'int' in declaration of 'dry_run' [-Wimplicit-int-Wimplicit-int]
      690 |   extern dry_run;
          |          ^~~~~~~
2024-10-27 09:27:48 +00:00
github-actions[bot]
f7650608a4
Merge master into staging-next 2024-10-27 00:15:30 +00:00
Anthony ROUSSEL
7ef4cb6032 vips: migrate to pkgs/by-name, format with nixfmt-rfc-style 2024-10-26 23:50:29 +02:00
Kira Bruneau
e1e946964a goverlay: remove kira-bruneau as maintainer 2024-10-26 16:14:12 -04:00
Sergei Trofimovich
a751b1ac82 fim: unpin from gcc-9
At least on x86_64-linux the build suceeds with a default stdenv on
gcc-13 without the changes.
2024-10-26 16:31:26 +01:00
Sergei Trofimovich
3f30729148 netpbm: 11.7.1 -> 11.8.1 2024-10-26 16:04:18 +01:00
Victor Duarte
f2b58efde4 fix links to specifications.freedesktop.org 2024-10-24 13:00:55 +02:00
K900
dee94df6f2 Merge remote-tracking branch 'origin/master' into staging-next 2024-10-24 09:28:51 +03:00
piegames
68927918d0 treewide: Fix indentation in strings
The indentation stripping semantics of strings are fairly bad and have a
few gotchas where the resulting string has not the intended indentation.
This commit fixes most if not all such instances in Nixpkgs.

I tried to strive a balance between keeping the diff small and
reformatting/refactoring the code to look better. In general,
reformatting should be left to Nixfmt.

Note that this causes a lot of rebuilds by design. All changes need to
be thoroughly vetted and reviewed for correctness. There is no automatic
way to prove correctness.

List of files to fix generated by running
https://gerrit.lix.systems/c/lix/+/2092 on Nixpkgs and looking at the
warnings.
2024-10-22 21:36:42 +02:00
github-actions[bot]
e2daa3d1b0
Merge master into staging-next 2024-10-15 18:04:32 +00:00
Martin Weinelt
216cb62080
Merge remote-tracking branch 'origin/staging-next' into staging 2024-10-15 18:08:42 +02:00
Weijia Wang
02e5f3cda5
wgpu-utils: 0.16.1 -> 22.1.0 (#245541) 2024-10-15 16:25:03 +02:00
R. Ryantm
cb76eb3755 asymptote: 2.90 -> 2.92 2024-10-15 07:28:16 +00:00
7c6f434c
d6ca1f0af3
graphviz: 12.1.1 -> 12.1.2 (#347846) 2024-10-11 21:36:42 +00:00
Kerstin Humm
72e1f2f8c6
wgpu-utils: 0.16.1 -> 22.1.0, move to pkgs/by-name
Changelog: https://github.com/gfx-rs/wgpu/releases/tag/v22.0.0
2024-10-11 14:39:58 +02:00
Sergei Trofimovich
82c3c9fe59 graphviz: 12.1.1 -> 12.1.2 2024-10-11 07:09:17 +01:00
Emily
e694240f77 Merge staging-next into staging 2024-10-10 01:23:52 +01:00
github-actions[bot]
1404154595
Merge master into staging-next 2024-10-10 00:14:06 +00:00
Sergei Trofimovich
8b67a903d9
argyllcms: 3.2.0 -> 3.3.0 (#345138)
Changes: https://www.argyllcms.com/doc/ChangesSummary.html
2024-10-10 00:14:01 +02:00
K900
90a6594eba spirv-cross: 1.3.290.0 -> 1.3.296.0
Diff: https://github.com/KhronosGroup/SPIRV-Cross/compare/vulkan-sdk-1.3.290.0...vulkan-sdk-1.3.296.0

Changelog: https://github.com/KhronosGroup/SPIRV-Cross/releases/tag/1.3.296.0
2024-10-08 20:19:11 +03:00
K900
47ed9b9577 vulkan-extension-layer: 1.3.290.0 -> 1.3.296.0
Diff: https://github.com/KhronosGroup/Vulkan-ExtensionLayer/compare/vulkan-sdk-1.3.290.0...vulkan-sdk-1.3.296.0
2024-10-08 20:19:11 +03:00
K900
46dcb46fbc vulkan-tools-lunarg: 1.3.290.0 -> 1.3.296.0
Diff: https://github.com/LunarG/VulkanTools/compare/vulkan-sdk-1.3.290.0...vulkan-sdk-1.3.296.0
2024-10-08 20:19:11 +03:00
K900
6ab2027f6a vulkan-tools: 1.3.290.0 -> 1.3.296.0
Diff: https://github.com/KhronosGroup/Vulkan-Tools/compare/vulkan-sdk-1.3.290.0...vulkan-sdk-1.3.296.0
2024-10-08 20:19:10 +03:00
github-actions[bot]
3997afd38f
Merge master into staging-next 2024-10-08 06:05:11 +00:00
Randy Eckenrode
e5542cc78c
icoutils: defining missing target conditions on Darwin 2024-10-07 00:06:12 -04:00
github-actions[bot]
e9c8665026
Merge master into staging-next 2024-10-05 00:14:01 +00:00