Sigmanificient
05fa591701
treewide: drop python 3.4 checks
2024-05-17 13:05:55 +02:00
Martino Fontana
bea50e5f6e
treewide: remove multiArch=false
from buildFHSEnv
usages
...
Cleanup after the work of #240860 .
Also preventing new packages to copy from outdated ones.
2024-05-13 20:32:47 +02:00
Leah Amelia Chen
9c540730ea
bossa: fix build failure on Darwin with clang >= 15
...
See shumatech/BOSSA#172 . Essentially, recent versions of macOS started
shipping clang version above 15, which promoted the
unqualified-std-cast-call warning into a hard error.
Unfortunately, it seems like upstream is dormant as of now, so we have
to apply the patch ourselves.
2024-05-06 11:51:07 +02:00
Weijia Wang
23cbc3c2b3
Merge branch 'master' into staging-next
2024-04-30 13:24:52 +02:00
Jörg Thalheim
8d36569446
Merge pull request #307073 from checooh/update-stm32cubemx
...
stm32cubemx: 6.10.0 -> 6.11.1
2024-04-30 09:49:48 +02:00
Eugenia Agibalova
2dc453fe5d
stm32cubemx: 6.10.0 -> 6.11.1
2024-04-27 13:53:17 +04:00
Weijia Wang
160dff0bae
Merge branch 'master' into staging-next
2024-04-27 10:30:24 +02:00
Aleksana
9d3911e286
Merge pull request #297566 from TomaSajt/use-strip-java-archives
...
treewide: use stripJavaArchivesHook in trivial cases
2024-04-27 15:43:08 +08:00
Weijia Wang
37876dbdad
Merge branch 'master' into staging-next
2024-04-27 05:44:19 +02:00
Jan Tojnar
eb04659fc2
treewide: wrapGAppsHook → wrapGAppsHook3
...
This was achieved using the following command:
sd 'wrapGAppsHook\b' wrapGAppsHook3 (rg -l 'wrapGAppsHook\b')
And then manually reverted the following changes:
- alias in top-level.nix
- function name in wrap-gapps-hook.sh
- comment in postFixup of at-spi2-core
- comment in gtk4
- comment in preFixup of 1password-gui/linux.nix
- comment in postFixup of qgis/unwrapped-ltr.nix and qgis/unwrapped.nix
- comment in postFixup of telegram-desktop
- comment in postFixup of fwupd
- buildCommand of mongodb-compass
- postFixup of xflux-gui
- comment in a patch in kdePackages.kde-gtk-config and plasma5Packages.kde-gtk-config
- description of programs.sway.wrapperFeatures.gtk NixOS option (manual rebuild)
2024-04-27 02:23:22 +02:00
Dave Anderson
308cb342c9
maintainers: drop danderson
2024-04-26 11:36:50 -07:00
Philip Taron
07b7ca8345
avrdude: use finalAttrs instead of rec
2024-04-20 20:11:58 +02:00
Philip Taron
55ddcaf70d
avrdude: use either vendored libelf or elfutils instead of abandoned upstream
2024-04-20 20:11:58 +02:00
Philip Taron
98e8fbee79
avrdude: enable parallel port support on Linux (it doesn't work on macOS)
2024-04-15 09:21:43 -07:00
Philip Taron
472fb7ce50
avrdude: explain why we don't turn HAVE_LINUXGPIO on
2024-04-15 09:21:43 -07:00
Philip Taron
84604bb80d
avrdude: turn on SPI support on Linux
2024-04-15 09:21:43 -07:00
Philip Taron
837069946a
avrdude: document more about why documentation building doesn't work on darwin
2024-04-15 09:21:43 -07:00
Philip Taron
0665935e75
avrdude: enable hidapi support, as it builds on both linux and darwin
2024-04-15 09:21:43 -07:00
Philip Taron
0ccb80a68d
avrdude: use libusb1 as upstream is compatible now
2024-04-15 09:21:43 -07:00
Funkeleinhorn
d6a67aa678
avrdude: add libserialport dependency
...
The libserialport dependency was missing which prevented some programmers
e.g. arduino from working. This was fixed by this commit.
2024-04-11 21:56:01 +02:00
R. Ryantm
9598f1f34d
svdtools: 0.3.11 -> 0.3.14
2024-04-05 21:28:51 +00:00
TomaSajt
48f45999b3
arduino-core-unwrapped: make deterministic
2024-03-25 17:53:59 +01:00
Weijia Wang
8da98e9d45
Merge pull request #297510 from dadada/refactor-nmrpflash
...
nmrpflash: refactor
2024-03-24 23:35:22 +01:00
dadada
e26df6159a
nmrpflash: refactor
2024-03-24 13:15:09 +01:00
R. Ryantm
6164c93efe
openfpgaloader: 0.12.0 -> 0.12.1
2024-03-24 03:48:13 +00:00
Thomas Gerbet
d462bfebeb
Merge pull request #281645 from LeSuisse/wch-isp-0.4.1
...
wch-isp: 0.4.0 -> 0.4.1, move source to sr.ht
2024-03-23 15:32:00 +01:00
stuebinm
ff1a94e523
treewide: add meta.mainProgram to packages with a single binary
...
The nixpkgs-unstable channel's programs.sqlite was used to identify
packages producing exactly one binary, and these automatically added
to their package definitions wherever possible.
2024-03-19 03:14:51 +01:00
Stefan Frijters
59959d0ae7
arduino-cli: fix deprecation warning for substituteInPlace --replace
2024-03-11 12:27:15 +01:00
Stefan Frijters
20fa19a8b4
arduino-cli: avoid creating temp files for completions
...
We still need to set HOME or we get
Error: invalid path creating config dir: /homeless-shelter/.arduino15 error: mkdir /homeless-shelter: permission denied
2024-03-11 12:26:52 +01:00
Stefan Frijters
663096a9dc
arduino-cli: only generate/install shell completion if we can run the executable
2024-03-11 12:14:52 +01:00
Stefan Frijters
028a4bdd6d
arduino-cli: 0.35.2 -> 0.35.3
2024-03-11 12:14:14 +01:00
R. Ryantm
b1c1197d80
openfpgaloader: 0.11.0 -> 0.12.0
2024-03-09 13:28:50 +00:00
R. Ryantm
a9109b9c1e
svdtools: 0.3.10 -> 0.3.11
2024-03-08 17:44:26 +00:00
Weijia Wang
ec9e411b51
Merge pull request #286876 from r-ryantm/auto-update/elf2uf2-rs
...
elf2uf2-rs: 1.3.8 -> 2.0.0
2024-03-07 10:19:14 +01:00
R. Ryantm
c6c78c76bd
svdtools: 0.3.9 -> 0.3.10
2024-02-26 22:59:39 +00:00
makefu
fa8d81f7ba
platformio: disable version check
...
reimplements #232356
2024-02-20 23:31:40 +01:00
Alex Martens
6babd03fa0
cargo-espflash: rename to espflash ( #286386 )
2024-02-09 11:50:17 -05:00
R. Ryantm
7023fa94d9
avrdude: 7.2 -> 7.3
2024-02-08 17:08:25 +01:00
R. Ryantm
7cb73f985d
arduino-language-server: 0.7.5 -> 0.7.6
2024-02-07 05:35:08 +00:00
R. Ryantm
94a6ba908e
elf2uf2-rs: 1.3.8 -> 2.0.0
2024-02-07 04:28:59 +00:00
Weijia Wang
b82a80d4fd
Merge pull request #284063 from r-ryantm/auto-update/rshell
...
rshell: 0.0.31 -> 0.0.32
2024-02-04 20:33:32 +01:00
Nikolay Korotkiy
396897139e
Merge pull request #286242 from SFrijters/arduino-cli-0.35.2
...
arduino-cli: 0.35.1 -> 0.35.2
2024-02-04 22:38:58 +04:00
Stefan Frijters
c119a188de
arduino-cli: 0.35.1 -> 0.35.2
2024-02-04 10:56:43 +01:00
David Stritzl
294f8c690c
platformio-core: add missing dependency on aarch64-darwin
...
The chardet package was added as a dependency on aarch64-darwin
platforms upstream:
https://github.com/platformio/platformio-core/commit/9170eee
2024-02-01 21:47:05 +01:00
R. Ryantm
24d4f21481
rshell: 0.0.31 -> 0.0.32
2024-01-26 17:09:03 +00:00
R. Ryantm
388b47d802
svdtools: 0.3.8 -> 0.3.9
2024-01-23 04:52:44 +00:00
Sandro
8c35bc1383
Merge pull request #278473 from SFrijters/arduino-cli-0.35.0
...
arduino-cli: 0.34.2 -> 0.35.1
2024-01-20 00:51:49 +01:00
ajs124
e4a70f57ad
Merge pull request #280833 from asmir-abdulahovic/stm32cubemx-fhsenv
...
stm32cubemx: wrap with FHSEnv
2024-01-18 11:14:32 +01:00
Thomas Gerbet
0e74653e1a
wch-isp: 0.4.0 -> 0.4.1, move source to sr.ht
...
Primary development seems to be on sr.ht. 0.4.1 tag is not present on GH and
the project maintainer use the sr.ht URL in the Alpine and AUR packages.
Changes:
a6851b2b7e
2024-01-17 23:43:00 +01:00
Sandro
6340d6b574
Merge pull request #275490 from newAM/espflash-2.1.0
2024-01-17 15:34:17 +01:00