Wolfgang Walther
f5f8a38089
maintainers: drop bartsch
...
Became maintainer of uboot in 2022, never joined the NixOS org, never
reacted to any maintainer pings since. No other PRs, reviews or
comments.
2025-07-20 13:00:01 +02:00
Wolfgang Walther
c9c857ecc9
ubootLibreTechCC: use meta.broken instead of assert
...
This allows filtering the attrpath in CI properly for Eval.
2025-07-20 12:57:07 +02:00
Aleksana
f39c3c151e
cnijfilter_2_80: remove gcc13 usage ( #418658 )
2025-07-20 17:49:45 +08:00
Max Larsson
8c8f1a1cc1
uboot: add Darwin build support
...
- Add darwin.DarwinTools for sw_vers command on Darwin, which is used by
uboot config to determine which gcc flags to provide
- Use gccStdenv.cc instead of stdenv.cc for Darwin support (Darwin
defaults to clang otherwise)
- Add HOSTCFLAGS=-fcommon to allow duplicate function definitions
- Parallelize defconfig generation with -j$NIX_BUILD_CORES
2025-07-19 21:59:19 -07:00
ipoupaille
334ad35f81
cnijfilter_2_80: Fix build for gcc 14
2025-07-19 13:12:54 +02:00
Jared Baur
d8c6eaa95b
ubootTools: add mkeficapsule to installed tools
...
This tool is useful for generating UEFI capsule files that can be
consumed by u-boot for firmware updates.
2025-07-17 07:58:28 -07:00
Jared Baur
4604f8e115
ubootBananaPim2Zero: init at 2023.07.02
...
Adds the upstream uboot (w/SPL) for the bananapi m2 zero board.
2025-07-17 07:57:02 -07:00
R. Ryantm
fda7ec9636
tmuxPlugins.fingers: 2.4.1 -> 2.5.0
2025-07-17 08:23:58 +00:00
nixpkgs-ci[bot]
8287b2917e
Merge master into staging-next
2025-07-12 18:05:06 +00:00
Wolfgang Walther
16e0615b8b
gutenprint: 5.3.4 -> 5.3.5 ( #410347 )
2025-07-12 17:30:02 +00:00
K900
77e81dbfc2
Merge remote-tracking branch 'origin/master' into staging-next
2025-07-11 09:24:31 +03:00
Connor Baker
6af71350c3
nixos/tee-supplicant: add tee-supplicant module (and more) ( #237613 )
2025-07-10 16:35:55 -07:00
nixpkgs-ci[bot]
857e1a2d80
Merge master into staging-next
2025-07-10 07:19:53 +00:00
K900
9118da1e21
arm-trusted-firmware: 2.12.1 -> 2.13.0
2025-07-10 09:26:45 +03:00
K900
ae291a1761
ubootOrangePi5Max: init
2025-07-10 09:26:45 +03:00
K900
76f5cd8f81
uboot: 2025.01 -> 2025.07
2025-07-08 15:49:54 +03:00
K900
08605bb2b9
ubootRockPro64: drop patch that should no longer be necessary
...
Further testing needed.
2025-07-08 15:49:54 +03:00
K900
ae9f1765fc
ubootSheevaplug: mark broken
2025-07-08 15:46:03 +03:00
K900
4be64d9d05
ubootAmx335xEVM: mark broken
2025-07-08 15:46:03 +03:00
K900
e2c8c4260d
Merge remote-tracking branch 'origin/master' into staging-next
2025-07-07 10:09:49 +03:00
Connor Baker
b0efcf6352
ubootTools: add fw_printenv/fw_setenv tool ( #256625 )
2025-07-06 20:50:19 -07:00
Jared Baur
516e9fae60
arm-trusted-firmware: add openssl to nativeBuildInputs
...
This allows for the `fiptool` make target for arm-trusted-firmware to be built.
2025-07-04 15:43:48 -07:00
Jared Baur
9a0134309c
arm-trusted-firmware: make buildArmTrustedFirmware result overridable
...
This allows for overriding function arguments to buildArmTrustedFirmware.
2025-07-04 15:43:46 -07:00
Jared Baur
309fe7f571
optee-os: init at 4.6.0
...
This change adds two builds of OP-TEE OS (qemu armv7 & qemu aarch64) as well
as a function that can be used for building OP-TEE OS for any board.
This follows the pattern similar to buildUBoot and
buildArmTrustedFirmware.
2025-07-04 15:43:43 -07:00
nixpkgs-ci[bot]
326447983d
Merge master into staging-next
2025-07-04 18:05:45 +00:00
Wolfgang Walther
52de082658
tmuxPlugins.vim-tmux-navigator: unstable-2022-08-21 -> unstable-2025-04-25 ( #401761 )
2025-07-04 16:23:13 +00:00
nixpkgs-ci[bot]
5645eb91c0
Merge staging-next into staging
2025-07-03 00:18:50 +00:00
Philip Taron
df42f855db
treewide: add --extra-experimental-features nix-command to nix hash invocations
2025-07-02 08:34:40 -07:00
Alyssa Ross
e0910df589
Merge remote-tracking branch 'origin/staging-next' into staging
...
Conflicts:
pkgs/by-name/me/meson/package.nix
2025-07-02 14:49:42 +02:00
Martin Weinelt
ae4a1a485a
treewide: add explicit format attribute for Python packages
...
If a Python package does not come with either `format` or `pyproject` we
consider it a setuptools build, that calls `setup.py` directly, which is
deprecated.
This change, as a first step, migrates a large chunk of these packages to
set setuptools as their explicit format
This is so we can unify the problem space for the next step of the
migration.
2025-07-02 05:56:47 +02:00
Grimmauld
71837b51e7
jack2: Don't use special libs for NetJack
...
NetJack is little used and basically unmaintained.
libopus [1] and celt [2] are only used for NetJack.
NetJack also supports an in-house implementation, which is sample-based.
This means dropping celt and opus should not actually affect any users.
[1] https://github.com/search?q=repo%3Ajackaudio%2Fjack2+opus+NOT+path%3Acommon%2FJackNet*&type=code
[2] https://github.com/search?q=repo%3Ajackaudio%2Fjack2+celt+NOT+path%3Acommon%2FJackNet*&type=code
2025-06-26 22:30:55 +02:00
nixpkgs-ci[bot]
65b2eb023a
Merge staging-next into staging
2025-06-26 12:07:54 +00:00
Wolfgang Walther
b5fff5ace3
treewide: remove astsmtl as maintainer ( #417063 )
2025-06-26 11:18:06 +00:00
ipoupaille
698f8c7345
Revert "cnijfilter_2_80: Fix build"
...
This reverts commit 56bd205ea6 .
2025-06-21 09:40:18 +02:00
nixpkgs-ci[bot]
976caf3bef
Merge staging-next into staging
2025-06-18 18:06:27 +00:00
Wolfgang Walther
37fda8bd49
tmuxPlugins: allow simple overrideAttrs without function
...
Regular `overrideAttrs` also supports passing a plain attribute set.
Before this PR:
```
nix-repl> tmuxPlugins.battery.overrideAttrs { pname = "my-battery"; }
error: attempt to call something which is not a function but a set: {
pname = "my-battery"; }
```
After, it works.
2025-06-18 19:09:52 +02:00
Michael Daniels
d606025d4b
treewide: remove astsmtl as maintainer
...
Inactive for a few years.
2025-06-16 12:48:39 -04:00
Sandro
9abc012190
cups: 2.4.11 -> 2.4.12 ( #413713 )
2025-06-16 14:27:01 +02:00
James Ward
9b71cd5612
cups: 2.4.11 -> 2.4.12
2025-06-16 13:59:12 +02:00
nixpkgs-ci[bot]
fd52a730a9
Merge master into staging-next
2025-06-15 12:06:22 +00:00
Rafael Fernández López
5092a04e66
fastly: move to pkgs/by-name
2025-06-15 11:22:38 +02:00
nixpkgs-ci[bot]
f2f7b3ab09
Merge master into staging-next
2025-06-12 18:05:17 +00:00
R. Ryantm
a71e2425a8
fastly: 11.2.0 -> 11.3.0
2025-06-11 19:55:19 +00:00
nixpkgs-ci[bot]
389752d4af
Merge master into staging-next
2025-06-09 12:07:11 +00:00
Aleksana
0d7af97789
ubootVisionFive2: init ( #414583 )
2025-06-09 15:05:32 +08:00
Jakob Leifhelm
319feec0a2
ubootVisionFive2: init
2025-06-06 17:22:25 +03:00
nixpkgs-ci[bot]
1c8c1864d6
Merge master into staging-next
2025-06-03 18:06:20 +00:00
夜坂雅
09dcf6b2f1
base16-builder: remove
...
Signed-off-by: John Titor <50095635+JohnRTitor@users.noreply.github.com >
2025-06-03 18:28:33 +05:30
nixpkgs-ci[bot]
b48d2ef16d
Merge master into staging-next
2025-06-01 12:06:38 +00:00
Wolfgang Walther
10e2cb73c9
tmuxPlugins.fingers: 2.4.0 -> 2.4.1 ( #408469 )
2025-06-01 11:13:11 +00:00