Commit Graph

812 Commits

Author SHA1 Message Date
github-actions[bot]
2fc5a2c8a0
Merge master into staging-next 2024-09-29 06:04:33 +00:00
OTABI Tomoya
65777704b2
python312Packages.linien-common: 2.0.4 -> 2.1.0 (#344588) 2024-09-29 11:54:01 +09:00
github-actions[bot]
aef46265d9
Merge master into staging-next 2024-09-28 12:05:16 +00:00
R. Ryantm
e44cb862ce lime3ds: 2118 -> 2118.2 2024-09-28 02:20:26 +00:00
github-actions[bot]
9badc90a26
Merge master into staging-next 2024-09-28 00:13:56 +00:00
Emily
0cc45045ed
limine: reformat, update, build single arch (#341087) 2024-09-27 22:54:10 +01:00
nat
da83922fdd
limine: refactor, toggleable options, build only for current arch 2024-09-27 20:07:37 +02:00
github-actions[bot]
911b856128
Merge master into staging-next 2024-09-27 18:04:26 +00:00
R. Ryantm
8c22778849 libvmi: 0.14.0-unstable-2024-09-04 -> 0.14.0-unstable-2024-09-18 2024-09-27 10:35:46 +00:00
Vladimír Čunát
9f92114fc8
libtiff: avoid parallel checking (partially)
It causes issues apparently, so saving something like 10 seconds
isn't worth that hassle.  3/3 failures on Hydra:
https://hydra.nixos.org/build/274030385#tabs-buildsteps
2024-09-27 09:20:38 +02:00
Fabián Heredia Montiel
2a115bbd1e Merge remote-tracking branch 'origin/master' into staging-next 2024-09-26 18:03:59 -06:00
Weijia Wang
3841712d51
litmusctl: 1.9.0 -> 1.10.0 (#342797) 2024-09-27 00:16:01 +02:00
Doron Behar
eae63b21c1 linien-gui: fix build of new version 2024-09-26 10:33:11 +03:00
github-actions[bot]
ce44139ef1
Merge master into staging-next 2024-09-25 06:04:53 +00:00
Artturin
f0e657f3b1 Merge branch 'master' into staging-next 2024-09-25 06:05:01 +03:00
David McFarland
894e9265c5 libation: restore/build for current runtime only 2024-09-24 20:43:23 -03:00
Artturin
e0464e4788 treewide: replace stdenv.is with stdenv.hostPlatform.is
In preparation for the deprecation of `stdenv.isX`.

These shorthands are not conducive to cross-compilation because they
hide the platforms.

Darwin might get cross-compilation for which the continued usage of `stdenv.isDarwin` will get in the way

One example of why this is bad and especially affects compiler packages
https://www.github.com/NixOS/nixpkgs/pull/343059

There are too many files to go through manually but a treewide should
get users thinking when they see a `hostPlatform.isX` in a place where it
doesn't make sense.

```
fd --type f "\.nix" | xargs sd --fixed-strings "stdenv.is" "stdenv.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "stdenv'.is" "stdenv'.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "clangStdenv.is" "clangStdenv.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "gccStdenv.is" "gccStdenv.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "stdenvNoCC.is" "stdenvNoCC.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "inherit (stdenv) is" "inherit (stdenv.hostPlatform) is"
fd --type f "\.nix" | xargs sd --fixed-strings "buildStdenv.is" "buildStdenv.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "effectiveStdenv.is" "effectiveStdenv.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "originalStdenv.is" "originalStdenv.hostPlatform.is"
```
2024-09-25 00:04:37 +03:00
github-actions[bot]
1884aacefd
Merge master into staging-next 2024-09-21 06:04:19 +00:00
Aleksana
d203fb0f3e
lianad: init at 6.0 (#323696) 2024-09-21 09:22:45 +08:00
K900
01669ae33d
libtiff: 4.6.0 -> 4.7.0, cleanup libtiff_t and its dependees (#340566) 2024-09-20 19:40:16 +03:00
K900
d8a54461fc Merge remote-tracking branch 'origin/staging-next' into staging 2024-09-20 07:27:56 +03:00
Peder Bergebakken Sundt
8aa42ae0d9
treewide: remove CMAKE_BUILD_TYPE from cmakeFlags (#336854) 2024-09-19 22:32:31 +02:00
Peder Bergebakken Sundt
47c3c65ae9
lime3ds: 2117.1 -> 2118 (#340394) 2024-09-19 22:29:11 +02:00
h7x4
9a6c76c4af
treewide: remove unused inputs (#342672) 2024-09-19 20:36:18 +02:00
Bobby Rong
04b776d6cd
libgedit-amtk, libgedit-gfls, libgedit-gtksourceview, libgedit-tepl, gedit, enter-tex: Update (#342828) 2024-09-19 22:02:52 +08:00
github-actions[bot]
f8ad48a5a2
Merge staging-next into staging 2024-09-19 00:14:04 +00:00
Peder Bergebakken Sundt
5ce892fe80
libcsa: init at 1.26-unstable-2024-03-22 (#325787) 2024-09-18 21:11:07 +02:00
Yarny0
6a6a191d00 libtiff: migrate to pkgs/by-name overlay 2024-09-18 19:51:00 +02:00
Bobby Rong
f85803fd88
libgedit-tepl: 6.10.0 → 6.11.0
https://gitlab.gnome.org/World/gedit/libgedit-tepl/-/compare/6.10.0...6.11.0
2024-09-18 23:52:49 +08:00
Bobby Rong
e35907492c
libgedit-gtksourceview: 299.2.1 → 299.3.0
https://gitlab.gnome.org/World/gedit/libgedit-gtksourceview/-/compare/299.2.1...299.3.0
2024-09-18 23:52:48 +08:00
Bobby Rong
eade58d202
libgedit-gfls: 0.1.0 → 0.2.0
https://gitlab.gnome.org/World/gedit/libgedit-gfls/-/compare/0.1.0...0.2.0
2024-09-18 23:52:48 +08:00
Bobby Rong
bbf75a3c3e
libgedit-amtk: 5.8.0 → 5.9.0
https://gitlab.gnome.org/World/gedit/libgedit-amtk/-/compare/5.8.0...5.9.0
2024-09-18 23:52:48 +08:00
Matias Zwinger
75c4c3d421
libcsa: init at 1.26-unstable-2024-03-22 2024-09-18 16:53:55 +03:00
R. Ryantm
883b7bd083 litmusctl: 1.9.0 -> 1.10.0 2024-09-18 13:14:53 +00:00
github-actions[bot]
c6e4482b21
Merge staging-next into staging 2024-09-18 12:06:10 +00:00
Ivan Mincik
eb71db05a5
libspatialindex: fix on darwin (#342589) 2024-09-18 06:43:09 +00:00
github-actions[bot]
b638e02a58
Merge staging-next into staging 2024-09-18 00:13:59 +00:00
Peder Bergebakken Sundt
f2826b18cc
libmatroska: adopt; modernize; split outputs; add more tests (#319214) 2024-09-18 02:13:23 +02:00
Peder Bergebakken Sundt
8c8c27bb19 treewide: remove unused inputs 2024-09-18 01:00:07 +02:00
nat
67ff8244c3
limine: add sanana as maintainer 2024-09-18 00:10:12 +02:00
nat
1e85a6ab16
limine: add surfaceflinger as maintainer 2024-09-18 00:05:45 +02:00
nat
4ee79f4f1c
limine: reformat 2024-09-18 00:01:21 +02:00
Nikolay Korotkiy
a5599c35f1
libspatialindex: nixfmt-rfc-style 2024-09-17 21:49:55 +04:00
Nikolay Korotkiy
27336c6619
libspatialindex: migrate to by-name 2024-09-17 21:46:31 +04:00
K900
b24e9a53ca Merge remote-tracking branch 'origin/staging-next' into staging 2024-09-17 09:07:34 +03:00
Aleksana
a2cad4db0b
treewide: migrate packages to by-name (#341412) 2024-09-17 11:17:16 +08:00
plebhash
5067b8bc0c
liana: add notice to keep version in sync with lianad 2024-09-16 19:47:27 -03:00
plebhash
194f865bd4
lianad: init at 6.0 2024-09-16 19:47:01 -03:00
github-actions[bot]
1eb2a0e2d5
Merge staging-next into staging 2024-09-16 18:04:57 +00:00
Anderson Torres
f0e64ce16f treewide: migrate packages maintained by AndersonTorres to by-name
Manual migration for the sake of by-name migration is no longer discouraged
since #340235.
2024-09-16 14:26:47 -03:00