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
Doron Behar
6090dc83d0
sdr-j-fm: use qwt6_1
2024-09-16 16:30:27 +03:00
Markus Kowalewski
ef1ca3fd08
qradiolink: 0.8.11-1 -> 0.9.0-1 ( #339774 )
2024-09-07 19:58:31 +02:00
R. Ryantm
bd1dbddb95
quisk: 4.2.37 -> 4.2.38
2024-09-05 23:12:32 +00:00
Alyssa Ross
554baf8515
qradiolink: 0.8.11-1 -> 0.9.0-1
2024-09-05 13:19:44 +02:00
Aleksana
eadea83adb
sdrpp: Fix SoapySDR dependency ( #334384 )
2024-09-03 19:58:32 +08:00
Nick Cao
77f66e46f3
quisk: 4.2.35 -> 4.2.37 ( #337059 )
2024-09-02 09:59:30 -04:00
Nikolay Korotkiy
6ddbfadefc
chirp: migrate to by-name
2024-09-01 23:08:58 +04:00
R. Ryantm
dc4cf9eb9d
chirp: 0.4.0-unstable-2024-08-06 -> 0.4.0-unstable-2024-08-31
2024-09-01 07:07:23 +00:00
R. Ryantm
0d5bd8cc65
qlog: 0.37.2 -> 0.38.0
2024-08-29 17:32:59 +00:00
Ben Darwin
5ac1c03ace
python311Packages.soapysdr: unpin swig
2024-08-27 00:24:38 -04:00
Emily
e02a25ddb7
swig1, swig2: remove ( #336845 )
2024-08-26 15:16:02 +01:00
Nick Cao
e98fa26915
Merge pull request #337103 from r-ryantm/auto-update/flex-ncat
...
flex-ncat: 0.4-20240702 -> 0.4-20240817.1
2024-08-25 09:57:41 -04:00
R. Ryantm
a95566b58f
flex-ndax: 0.3-20230126.0 -> 0.4-20240818
2024-08-24 22:10:04 +00:00
R. Ryantm
e417b040c0
flex-ncat: 0.4-20240702 -> 0.4-20240817.1
2024-08-24 22:09:57 +00:00
R. Ryantm
b2978adff4
quisk: 4.2.35 -> 4.2.37
2024-08-24 17:51:20 +00:00
Ben Darwin
6cd0594a59
soapysdr: apply nixfmt
2024-08-23 15:33:40 -04:00
Ben Darwin
a0fb3d0aeb
soapysdr: swig2 -> swig3
2024-08-23 15:28:10 -04:00
Sebastián Mancilla
96a9f5a24f
Merge pull request #334490 from r-ryantm/auto-update/sdrangel
...
sdrangel: 7.21.4 -> 7.22.0
2024-08-20 20:25:17 -04:00
R. Ryantm
4621cc2cd4
sdrangel: 7.21.4 -> 7.22.0
2024-08-13 22:31:36 +00:00
Panakotta00
c206b4a28b
sdrpp: Fix SoapySDR dependency
...
Fixes the SoapySDR dependency of SDR++ to use the package `soapysdr-with-plugins` which follows correct usage of SoapySDR.
2024-08-13 20:59:41 +02:00
R. Ryantm
bd7a9ab2be
chirp: 0.4.0-unstable-2024-07-05 -> 0.4.0-unstable-2024-08-06
2024-08-12 19:13:15 +00:00
Peder Bergebakken Sundt
fe637ba50d
Merge pull request #322294 from lasandell/dump1090-soapysdr
...
dump1090: enable SoapySDR support
2024-08-11 23:04:26 +02:00
Doron Behar
cae1f154e5
gnuradio{,3_8}: use removeReferencesTo from nativeBuildInputs
2024-07-31 13:21:40 +03:00
Doron Behar
bb01e59deb
suscan: fix build by adding zlib
2024-07-31 13:16:26 +03:00
Doron Behar
a77ec8862d
suscan: unstable-2022-07-05 -> 0.3.0
...
Nothing really changed, only upstream tagged the same commit as v0.3.0,
see:
37dad542b9
...v0.3.0
2024-07-31 13:16:26 +03:00
Doron Behar
47fa6173fc
gnuradio3_9{,Minimal}: remove
2024-07-31 12:21:32 +03:00
Doron Behar
d15b7226b3
gnuradio3_9: try to fix build by disabling doxygen
...
Encounteres an error gnuradio3_8 also experiences when volkExternal ==
volk (3.1.2).
2024-07-31 12:21:32 +03: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
0x4A6F
f66cbf3e8e
Merge pull request #329799 from r-ryantm/auto-update/qdmr
...
qdmr: 0.11.3 -> 0.12.0
2024-07-27 12:47:04 +02:00
Maciej Krüger
4098229ecd
Merge pull request #330213 from r-ryantm/auto-update/qlog
...
qlog: 0.37.1 -> 0.37.2
2024-07-26 21:51:30 +02:00
R. Ryantm
1a367877db
qlog: 0.37.1 -> 0.37.2
2024-07-26 16:33:47 +00:00
Aleksana
84a53ad8e2
Merge pull request #328741 from Sigmanificient/remove-unused-arguments-pkgs-app
...
pkgs/applications: remove unused arguments
2024-07-26 22:05:49 +08:00
Sigmanificient
2ee703dccb
pkgs/applications: remove unused arguments
2024-07-26 11:36:49 +02:00
R. Ryantm
00cc3c437b
qdmr: 0.11.3 -> 0.12.0
2024-07-25 02:46:29 +00:00
Doron Behar
6282c8d0c6
gnuradioMinimal: 3.10.10.0 -> 3.10.11.0
...
Diff: https://github.com/gnuradio/gnuradio/compare/v3.10.10.0...v3.10.11.0
2024-07-24 18:49:52 +03:00
Doron Behar
381d63b9f8
gnuradio{,3_9,3_8}: don't overuse with lib; in meta
2024-07-24 18:49:52 +03:00
Doron Behar
573be24298
gnuradio: don't use confusing with python.pkgs;
(in 1 place)
2024-07-24 18:49:52 +03:00
Doron Behar
5b48a7c09a
gnuradio3_9: don't use confusing with python.pkgs;
(in 1 place)
2024-07-24 18:49:48 +03:00
Doron Behar
09ecd173ec
gnuradio3_8: don't use confusing with python.pkgs;
(in 1 place)
2024-07-24 18:48:48 +03:00
Artturin
8ebf877c3f
Merge pull request #327406 from OPNA2608/fix/urh-darwin
...
urh: Only pull in qtwayland on Linux
2024-07-16 18:50:25 +03:00
Weijia Wang
9fff5d5f58
Merge pull request #326171 from wrmilling/chirp-update
...
chirp: 0.4.0-unstable-2024-05-24 -> 0.4.0-unstable-2024-07-05, python311Packages.suds: init at 1.1.2
2024-07-16 12:37:22 +02:00
OPNA2608
df47da1c38
urh: Only pull in qtwayland on Linux
2024-07-15 17:48:58 +02:00
R. Ryantm
0b5fb2f36b
abracadabra: 2.5.0 -> 2.5.1
2024-07-15 00:26:42 +00:00
Aleksana
3ea85ac338
Merge pull request #326827 from Aleksanaa/trivial-sha256-fix
...
treewide: sha256 -> hash attribute for gitlab.com,codeberg.org fetchers
2024-07-14 22:40:25 +08:00
aleksana
07c1bc2034
treewide: sha256 -> hash attribute for pypi fetchers
2024-07-14 01:25:22 +08:00
aleksana
1a89942243
treewide: sha256 -> hash attribute for gitlab.com fetchers
2024-07-13 22:28:37 +08:00
R. Ryantm
8f64cb671d
qlog: 0.37.0 -> 0.37.1
2024-07-13 09:53:52 +00:00
Artturin
8f4e996a64
Merge pull request #322265 from wucke13/dev/fix-urh-on-wayland
...
urh: add wayland support
2024-07-12 17:50:35 +03:00
Winston R. Milling
a445123f0c
chirp: add maintainer wrmilling
2024-07-11 09:11:15 -05:00