Commit Graph

1306 Commits

Author SHA1 Message Date
Aleksana
62dc8956ff
sdrangel: 7.22.1 -> 7.22.2, build with qt6 (#350477) 2024-10-29 18:21:01 +08:00
Robert James Hernandez
e207c5df2f pat: move to pkg/by-name 2024-10-26 18:55:55 +00:00
Tungsten842
d00042a660 sdrangel: 7.22.1 -> 7.22.2, build with qt6 2024-10-23 11:55:02 +02: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
Artturin
8db7ec892e
xlog: 2.0.24 -> 2.0.25 (#348200) 2024-10-19 05:48:26 +03:00
OTABI Tomoya
51e874f773
sdrangel: 7.22.0 -> 7.22.1 (#346895) 2024-10-14 20:04:52 +09:00
R. Ryantm
f294f05bd9 xlog: 2.0.24 -> 2.0.25 2024-10-13 06:40:54 +00:00
Christian Kögler
162ee4189c
welle-io: 2.4 -> 2.5 (#347999) 2024-10-12 07:04:10 +02:00
Markus Kowalewski
aa15d45adf
welle-io: remove nested "with lib" in meta. 2024-10-11 23:44:20 +02:00
Markus Kowalewski
c307ae10ca
welle-io: apply nixfmt 2024-10-11 23:41:11 +02:00
Markus Kowalewski
1d95eeb172
welle-io: 2.4 -> 2.5 2024-10-11 22:23:35 +02:00
R. Ryantm
0610af1408 cloudlog: 2.6.15 -> 2.6.16 2024-10-08 00:31:38 +00:00
R. Ryantm
9d5010cded sdrangel: 7.22.0 -> 7.22.1 2024-10-06 14:51:55 +00:00
R. Ryantm
ea37a4bcd7 quisk: 4.2.38 -> 4.2.39 2024-10-05 18:08:35 +00:00
Markus Kowalewski
086c2c44f1
abracadabra: 2.5.1 -> 2.6.0 (#344713) 2024-09-27 14:44:56 +02:00
Markus Kowalewski
735a134c88
dablin: move to pkgs/by-name 2024-09-26 23:35:04 +02:00
Markus Kowalewski
bd1ce053f2
dablin: apply nixfmt 2024-09-26 23:35:04 +02:00
Markus Kowalewski
3392b91350
dablin: fix "with lib" in meta 2024-09-26 23:34:41 +02:00
Markus Kowalewski
f18347fd07
dablin: fix license 2024-09-26 23:33:47 +02:00
Markus Kowalewski
b86a96d174
abracadabra: apply nixfmt 2024-09-26 20:48:45 +02:00
Markus Kowalewski
1c9263c763
abracadabra: 2.5.1 -> 2.6.0 2024-09-26 20:44:24 +02: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
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