Commit graph

589 commits

Author SHA1 Message Date
Daniël de Kok 85f96822a0 treewide: fix cargoSha256/cargoHash
Rust 1.50.0 incorporated a Cargo change (rust-lang/cargo#8937) in
which cargo vendor erroneously changed permissions of vendored
crates. This was fixed in Rust
1.51.0 (rust-lang/cargo#9131). Unfortunately, this means that all
cargoSha256/cargoHashes produced during the Rust 1.50.0 cycle are
potentially broken.

This change updates cargoSha256/cargoHash tree-wide.

Fixes #121994.
2021-05-08 00:36:37 -07:00
James Earl Douglas 6ca946ee90
Add recommended runHook pre/postInstall 2021-05-01 16:10:45 -07:00
James Earl Douglas a64f36311a
dump1090: 4.0 -> 5.0 2021-05-01 14:58:36 -07:00
Morgan Jones f2744c6b80 wsjtx: 2.2.2 -> 2.3.1 2021-04-25 18:01:10 -06:00
Markus Kowalewski 3e1c06654b
airspy: 1.0.9 -> 1.0.10 2021-04-24 22:56:54 +02:00
Pavol Rusnak 29bb19258a
treewide: use https for github URIs 2021-04-17 17:59:08 +02:00
Peter Hoeg 22c7e4f3d9 sdrangel: 6.4.0 -> 6.8.0 2021-04-15 17:06:39 +08:00
Peter Hoeg 4be05878ea rtl-sdr: minor build fixes 2021-04-15 17:06:39 +08:00
Peter Hoeg 22baca7dfb multimon-ng: drop qt4
qt4 was used to pull in X11 dependencies as well as qmake, but as upstream
now supports cmake, just use that and be specific about the X11 dependency.
2021-04-06 10:35:48 +08:00
Sandro 7c932296e0
Merge pull request #116335 from SuperSandro2000/move-aliases.nix 2021-04-05 04:07:15 +02:00
Eduardo Sánchez Muñoz 667da29962 gnuradio3_8: remove fetchpatch from inputs (not used) 2021-04-04 21:33:57 +02:00
Robert Scott ee33b8b17c
Merge pull request #118347 from eduardosm/gr3.8
gnuradio3_8: 3.8.2.0 -> 3.8.3.0
2021-04-04 17:51:39 +01:00
Sandro Jäckel d24e2d1b0b
gmock: deprecate alias 2021-04-04 03:18:59 +02:00
Eduardo Sánchez Muñoz 07700e51dc gnuradio: remove volk cmake flags mistakenly added
see https://github.com/NixOS/nixpkgs/pull/118345#discussion_r606706207
2021-04-03 22:39:40 +02:00
Eduardo Sánchez Muñoz 525420ef36 gnuradio3_8: 3.8.2.0 -> 3.8.3.0 2021-04-03 22:39:11 +02:00
Eduardo Sánchez Muñoz 6242f38c30 gnuradio: enable gr-vocoder 2021-04-03 14:47:43 +02:00
Eduardo Sánchez Muñoz 24abc4bfc4 gnuradio: 3.9.0.0 -> 3.9.1.0 2021-04-02 20:14:22 +02:00
Sandro Jäckel 03a351da00
ubertooth: pkgconfig -> pkg-config 2021-04-02 17:04:58 +02:00
Martin Weinelt 3e0713d582
ubertooth, libbtbb: stdenv.lib -> lib 2021-04-02 15:37:43 +02:00
Martin Weinelt 54d286365d
Merge pull request #87750 from oxzi/ubertooth 2021-04-02 15:23:30 +02:00
Frederik Rietdijk 3d4695c41d direwolf: use python3 2021-03-25 12:17:45 +01:00
Sandro 0ec1f94e32
Merge pull request #92045 from oxzi/btlejack-2.0.0
btlejack: init at 2.0.0
2021-03-21 05:24:04 +01:00
Samuel Gräfenstein 672cd0c8e7
treewide: gnome3.gtkmm -> gtkmm3
Fix building with `config.allowAliases = false;`.
2021-03-17 00:00:15 +01:00
R. RyanTM d4697cc2d1 xlog: 2.0.19 -> 2.0.20 2021-03-16 03:13:20 -04:00
Ryan Mulligan 87acb6d60b
Merge pull request #116204 from r-ryantm/auto-update/svxlink
svxlink: 19.09.1 -> 19.09.2
2021-03-14 14:15:11 -07:00
Doron Behar fb024f50e5 gnuradio: 3.8 -> 3.9
Add some "3.9" attributes to srcs in gnuradio packages And update
packages using GR3.8 and that are incompatible yet with GR3.9 to use
GR3.8 explicitly.
2021-03-13 19:07:34 +02:00
Doron Behar 650ee258fd gnuradio3_{7,8}: Use external volk
Now that volk is packaged, we can use our build and save some closure
space for those that have more then 1 version of gnuradio installed.
Also, simplify a bit how attributes are inherited in the expression.
2021-03-13 19:07:20 +02:00
R. RyanTM 9494262663 svxlink: 19.09.1 -> 19.09.2 2021-03-13 14:48:09 +00:00
Doron Behar 9545bbadfa inspectrum: Refactor to use gnuradioMinimal.pkgs.mkDerivation
Use the same deps of gnuradioMinimal - thanks to gnuradio's
mkDerivation.
2021-03-13 12:47:00 +02:00
Doron Behar 99c3bdb9b6 gqrx: Refactor to use gnuradioMinimal.pkgs.mkDerivation
- Use gnuradio's `mkDerivation` which includes most of the deps needed.
- Always enable pulseaudio support as that's part of gnuradio's deps
anyway.
- Use gnuradioMinimal.pkgs.osmosdr - not from the alias gr-osmosdr.
2021-03-13 12:47:00 +02:00
Doron Behar fea0ac887e qradiolink: 0.5.0 -> 0.8.5-2
Use gnuradio.pkgs.mkDerivation (gnuradio 3.8) and updated deps.
2021-03-13 12:47:00 +02:00
Doron Behar b944ca9350 gnss-sdr: Refactor to use gnuradio.pkgs.mkDerivation
Use the same dependencies that gnuradio uses, thanks to gnuradio's
`mkDerivation`. Add `gnuradio.pkgs.osmosdr` as dependency.
2021-03-13 12:46:59 +02:00
Doron Behar 6a4744a094 gnuradio: Remove qt5 and gtk from passthru if not used
Attributes such as gnuradioMinimal built without gui support should not
have the `qt` and `gtk` attributes in it's passthru.
2021-03-13 12:46:59 +02:00
Doron Behar 2d08e55e9b gnuradio.pkgs: init
- Write a `mkDerivation` and `mkDerivationWith` function for gnuradio,
  like qt5.
- qradiolink, gqrx: Use gnuradio's callPackage and mkDerivation.
- Use gnuradio.callPackage to define all gnuradio.pkgs.
- Move all gnuradio packages expressions to pkgs/development/gnuradio-modules/ -
  modeled after Python's.
- Add more paths to gnuradio's wrapper - add the extra packages as
  python modules, and add their executables with proper env vars
  wrapping.

Co-authored-by: Frederik Rietdijk <fridh@fridh.nl>
2021-03-13 12:46:59 +02:00
Doron Behar 7690f9a312 gnuradio, uhd: Use boost17x
gnss-sdr needs it: https://github.com/boostorg/format/issues/67 .
uhd and gnuradio need to use the same boost version to avoid
incompatibilities issues. icu is needed from some reason with boost17x.
2021-03-11 18:40:42 +02:00
Doron Behar 4f2573e875 uhd: 3.15.0.0 -> 4.0.0.0 2021-03-11 18:40:41 +02:00
Eduardo Sánchez Muñoz 62ea910ef3 pothos: init at 0.7.1 2021-03-03 14:00:05 +01:00
github-actions[bot] 683536ab2a
Merge master into staging-next 2021-02-18 00:40:58 +00:00
Sandro 4175c39261
Merge pull request #113228 from SCOTT-HAMILTON/cqrlog 2021-02-17 23:43:25 +01:00
SCOTT-HAMILTON 055345eb89 cqrlog: init at 2.5.2 2021-02-17 21:18:42 +01:00
github-actions[bot] 5f9df37683
Merge master into staging-next 2021-02-11 00:36:09 +00:00
Sandro 41d270c2aa
Merge pull request #110857 from SuperSandro2000/fix-collection6 2021-02-11 01:32:55 +01:00
github-actions[bot] 30dddce5e8
Merge master into staging-next 2021-02-09 06:16:02 +00:00
Mario Rodas 34a4272e49
Merge pull request #112272 from r-ryantm/auto-update/flrig
flrig: 1.3.53 -> 1.3.54
2021-02-08 20:35:55 -05:00
Alvar Penning 0e7a749052 btlejack: init at 2.0.0 2021-02-08 22:09:06 +01:00
github-actions[bot] bef005163c
Merge master into staging-next 2021-02-08 12:19:33 +00:00
Robert Schütz 9a200f6091
Merge pull request #111330 from dotlambda/libav-insecure
libav: mark as insecure
2021-02-08 12:18:05 +01:00
R. RyanTM fa59b9235e fldigi: 4.1.17 -> 4.1.18 2021-02-08 09:35:23 +01:00
R. RyanTM f620a10672 flrig: 1.3.53 -> 1.3.54 2021-02-07 08:27:57 +00:00
Robert Schütz 7acbde998b sdrangel: use ffmpeg instead of libav 2021-02-02 17:26:35 +01:00
github-actions[bot] 7044cd0c9d
Merge staging-next into staging 2021-02-01 18:31:04 +00:00
Markus Kowalewski 8e0ca6c3d6
welle-io: fix license 2021-02-01 13:33:14 +01:00
Markus Kowalewski 2f27e4d44f
soapybladerf: fix license 2021-02-01 13:32:12 +01:00
Markus Kowalewski 24cbe98bbc
multimon-ng: fix license, add maintainer 2021-02-01 13:11:38 +01:00
Thomas Tuegel 0e418a1a18
Merge pull request #108888 from ttuegel/feature--staging--qt-no-mkDerivation
Qt: Do not require mkDerivation
2021-01-26 16:24:41 -06:00
Sandro Jäckel b00ab7489e
gr-ais: fetch commit from master and use fetchpatch for PR commit 2021-01-26 15:18:57 +01:00
Thomas Tuegel 5590e365e4
qtbase: Check for wrapQtAppsHook in setupHook 2021-01-25 15:56:15 -06:00
Pavol Rusnak a6ce00c50c
treewide: remove stdenv where not needed 2021-01-25 18:31:47 +01:00
volth bc0d605cf1 treewide: fix double quoted strings in meta.description
Signed-off-by: Ben Siraphob <bensiraphob@gmail.com>
2021-01-24 19:56:59 +07:00
Pavol Rusnak 90f7338112
treewide: stdenv.lib -> lib 2021-01-24 01:49:49 +01:00
zowoq 9fca265abd klog: pkgconfig -> pkg-config 2021-01-20 09:59:51 +10:00
Robert Hensing 33fdfd07d2
Merge pull request #102669 from pulsation/add-klog
klog: init at 1.3.2
2021-01-20 00:00:58 +01:00
R. RyanTM 20f929a787 gqrx: 2.14.3 -> 2.14.4 2021-01-18 23:28:25 +00:00
Ben Siraphob 5d566c43b4 pkgs/applications: pkgconfig -> pkg-config 2021-01-16 23:49:59 -08:00
Ben Siraphob 108bdac3d9 pkgs/applications: stdenv.lib -> lib 2021-01-15 14:24:03 +07:00
Profpatsch 4a7f99d55d treewide: with stdenv.lib; in meta -> with lib;
Part of: https://github.com/NixOS/nixpkgs/issues/108938

meta = with stdenv.lib;

is a widely used pattern. We want to slowly remove
the `stdenv.lib` indirection and encourage people
to use `lib` directly. Thus let’s start with the meta
field.

This used a rewriting script to mostly automatically
replace all occurances of this pattern, and add the
`lib` argument to the package header if it doesn’t
exist yet.

The script in its current form is available at
https://cs.tvl.fyi/depot@2f807d7f141068d2d60676a89213eaa5353ca6e0/-/blob/users/Profpatsch/nixpkgs-rewriter/default.nix
2021-01-11 10:38:22 +01:00
Alvar Penning 3f29424588 ubertooth: 2018-12-R1 -> 2020-12-R1 2021-01-08 11:27:48 +01:00
Alvar Penning dc0552b0b7 nixos/hardware/ubertooth: init at 2018-12-R1 2021-01-08 11:15:30 +01:00
Alvar Penning 623c10ac79 ubertooth: init at 2018-12-R1 2021-01-08 11:15:29 +01:00
Jan Tojnar f19eb635b4
Merge branch 'master' into staging-next
b04fc593e7 seems to have accidentally changed mkDerivation function for dfilemanager and solarus-quest-editor so I have reverted that here.
2021-01-07 13:04:31 +01:00
Yannick Markus 5aef5317f9
soundmodem: init at 0.20 2021-01-06 14:07:46 +01:00
Ben Siraphob 3ae5e6ce03 treewide: remove enableParallelBuilding = true if using cmake 2021-01-03 18:37:40 +07:00
Ben Siraphob b04fc593e7 treewide: cmake buildInputs to nativeBuildInputs, minor cleanups 2021-01-01 11:52:33 +07:00
Sandro 285b260f60
Merge pull request #108005 from r-ryantm/auto-update/urh
urh: 2.9.0 -> 2.9.1
2020-12-31 02:17:19 +01:00
R. RyanTM 6a31b39969 urh: 2.9.0 -> 2.9.1 2020-12-31 00:45:18 +00:00
Thomas Tuegel 355df33432
Merge pull request #107483 from doronbehar/pkg/qt512
qt512: 5.12.7 -> 5.12.9
2020-12-30 14:12:06 -06:00
Doron Behar 845a460879 sdrangel: 4.21.1 -> 6.4.0 2020-12-28 19:52:07 +02:00
Markus Kowalewski b3e155a11b
soapyuhd: fix license 2020-12-27 12:17:51 +01:00
Markus Kowalewski a915c8f33b
soapyuhd: 0.3.6 -> 0.4.1 2020-12-27 03:11:58 +01:00
markuskowa f62fcde81a
Merge pull request #107359 from numinit/sdrangel-soapysdr
sdrangel: set SOAPYSDR_DIR in build
2020-12-22 11:37:36 +01:00
Morgan Jones 16a33fb05e sdrangel: set SOAPYSDR_DIR in build 2020-12-21 18:25:00 -07:00
Sandro 832ae4311a
Merge pull request #107288 from numinit/soapyaudio
soapyaudio: init at 0.1.1
2020-12-21 08:39:00 +01:00
Morgan Jones 08319d0522 sdrangel: add soapysdr dependency 2020-12-20 16:15:46 -07:00
Morgan Jones 3c233e2692 soapyaudio: init at 0.1.1 2020-12-20 16:14:13 -07:00
R. RyanTM 7c601e15e5 gqrx: 2.14.2 -> 2.14.3 2020-12-10 17:14:46 +00:00
Eduardo Sánchez Muñoz 2959bb7028 gqrx: fix icon
The icon is a single file, so it should be placed in `pixmaps` instead of `icons`.
2020-12-09 19:58:42 +01:00
Raghav Sood 37a449fd90
Merge pull request #105835 from hjones2199/gpsd-up
gpsd: 3.16 -> 3.21
2020-12-06 03:19:58 +00:00
Sandro 18493dab88
Merge pull request #106035 from r-ryantm/auto-update/inspectrum
inspectrum: 0.2.2 -> 0.2.3
2020-12-06 03:19:01 +01:00
R. RyanTM 85d6e4a25a inspectrum: 0.2.2 -> 0.2.3 2020-12-06 02:05:57 +00:00
Hunter Jones 0d43151889 direwolf: 1.5 -> 1.6 2020-12-05 14:42:11 -06:00
Sandro a7d5d67a71
Merge pull request #106012 from r-ryantm/auto-update/gqrx
gqrx: 2.14 -> 2.14.2
2020-12-05 21:05:23 +01:00
R. RyanTM c8a1fd6e39 gqrx: 2.14 -> 2.14.2 2020-12-05 19:31:40 +00:00
Sandro beae07d125
Merge pull request #105992 from r-ryantm/auto-update/flrig
flrig: 1.3.52 -> 1.3.53
2020-12-05 19:44:34 +01:00
Sandro 0bc21f5ad4
Merge pull request #105988 from r-ryantm/auto-update/fldigi
fldigi: 4.1.16 -> 4.1.17
2020-12-05 19:44:06 +01:00
R. RyanTM 99fa575b9a flrig: 1.3.52 -> 1.3.53 2020-12-05 16:07:35 +00:00
R. RyanTM 401b00be02 fldigi: 4.1.16 -> 4.1.17 2020-12-05 15:48:20 +00:00
Doron Behar 0f615e80a0 fixup! gnuradio: rewrite 2020-12-05 13:24:09 +02:00
Doron Behar d3b3bf7eb8 fixup! gnuradio: rewrite 2020-12-05 13:24:09 +02:00
Doron Behar 080930412b gnss-sdr: Fix build by adding python six 2020-12-05 13:23:00 +02:00
Doron Behar ed44b466e6 treewide/(gnuradio plugins): Add log4cpp as it's needed now.
Since gnuradio-runtime is compiled with log4cpp, all plugins that need
gnuradio-runtime (which is all of them probably) need log4cpp as well.

Add python.pkgs.cheetah to inputs of gr-osmosdr as it somehow started to
be needed.
2020-12-05 13:23:00 +02:00
Doron Behar 3becac02f8 gnuradio: rewrite
Write (similar) expressions for GNURadio 3.7 and 3.8 and make 3.8
available as `gnuradio`, and `gnuradio3_7` point to the 3.7 build.

Teach both 3.7 & 3.8 expressions accept a `features` attribute set, that
tells them what features to compile. There are dependencies within the
different features, and we rely on upstream's cmake scripts to make sure
the `configurePhase` will fail if a feature is not enabled and needed by
another feature.  All features are enabled by default.

Put shared Nix functions and attributes for both 3.7 and 3.8 in:
pkgs/applications/radio/gnuradio/shared.nix

Add 2 patches accepted upstream, that don't install some python related
examples if python-support is not enabled.

Remove cmake python reference in 3.8 with removeReferencesTo, if
python-support is turned off.

Update gqrx (reverse dependency) to use a build of gnuradio3_7 without
gui components and for it's gr-osmosdr as well.

Write an external, `wrapper.nix` (shared for both 3.7 and 3.8). Teach it
to handle extra `gr-` packages via `GRC_BLOCKS_PATH`. Likely enable it
to accept extra python packages. Wrap the executables with env vars
wrapGAppsHook and wrapQtAppsHook would have likely given them (hence,
fix #87510). Point `gnuradio` to the wrapped 3.8 derivation.

Add @doronbehar to maintainers of both 3.8 and 3.7.

dirty: use upstreamed patches
2020-12-05 13:23:00 +02:00
Mario Rodas 66486970f1
Merge pull request #104539 from r-ryantm/auto-update/gqrx
gqrx: 2.13.5 -> 2.14
2020-11-28 15:17:24 -05:00
Patrick Hilhorst a6b3bb24e4
treewide: ran ./maintainers/scripts/update_redirected_urls.sh 2020-11-27 01:23:57 +01:00
Sandro 15a07be250
Merge pull request #104864 from r-ryantm/auto-update/urh
urh: 2.8.9 -> 2.9.0
2020-11-25 12:59:13 +01:00
R. RyanTM 6849c4a4c9 urh: 2.8.9 -> 2.9.0 2020-11-25 05:32:43 +00:00
Sandro 8fe8595339
Merge pull request #103936 from Mindavi/rtl-433/20.11
rtl_433: 20.02 -> 20.11
2020-11-24 20:58:18 +01:00
Sandro d60ce0c8c8
Merge pull request #103686 from r-ryantm/auto-update/flrig
flrig: 1.3.51 -> 1.3.52
2020-11-24 02:01:35 +01:00
Sandro 6c2049fccb
Merge pull request #103630 from pulsation/quisk-4.1.73
quisk: 4.1.72 -> 4.1.73
2020-11-23 13:48:31 +01:00
Raghav Sood 8e4885773a
Merge pull request #104187 from RaghavSood/ebook2cw/src
ebook2cw: 0.8.2 -> 0.8.3
2020-11-23 07:54:52 +00:00
R. RyanTM 3e3306f6d9 gqrx: 2.13.5 -> 2.14 2020-11-21 23:15:07 +00:00
freezeboy ba898ae44c sdrangel: 4.11.12 -> 4.21.1 2020-11-20 22:24:16 +01:00
R. RyanTM c999bcbf89 fldigi: 4.1.15 -> 4.1.16 2020-11-18 22:47:50 -08:00
pulsation ce815fae50 quisk: 4.1.72 -> 4.1.73 2020-11-18 21:29:29 +01:00
Raghav Sood 0263591e4f
ebook2cw: 0.8.2 -> 0.8.3 2020-11-18 16:53:17 +00:00
pulsation 0a15ad3eb9 klog: init at 1.3.2 2020-11-17 16:33:23 +01:00
Rick van Schijndel 956ba19bd7 rtl_433: 20.02 -> 20.11
Also change to using cmake for the build (this is best supported by
upstream) and enable the automated tests for rtl_433.

The description could also use some love, so improved that as well.
2020-11-15 22:34:18 +01:00
Ryan Mulligan 746b2d6162
Merge pull request #103673 from r-ryantm/auto-update/dump1090
dump1090: 3.8.1 -> 4.0
2020-11-13 05:46:45 -08:00
R. RyanTM f883d88500 flrig: 1.3.51 -> 1.3.52 2020-11-13 11:31:42 +00:00
R. RyanTM 2d9157262c dump1090: 3.8.1 -> 4.0 2020-11-13 09:20:29 +00:00
Lassulus adbcba2ce7
Merge pull request #93833 from pulsation/add-quisk
quisk: init at 4.1.72
2020-11-12 08:22:10 +01:00
R. RyanTM 855fc08b1b gqrx: 2.13.2 -> 2.13.5 2020-11-11 14:35:31 -08:00
pulsation a3bf66f487 quisk: init at 4.1.72 2020-11-11 19:43:07 +01:00
markuskowa 9c6e80d410
Merge pull request #102588 from r-ryantm/auto-update/limesuite
limesuite: 20.07.2 -> 20.10.0
2020-11-05 22:43:24 +01:00
R. RyanTM 94f5288d97 limesuite: 20.07.2 -> 20.10.0 2020-11-03 06:14:23 +00:00
R. RyanTM 816ba1ec7f flmsg: 4.0.14 -> 4.0.17 2020-11-01 15:15:34 -08:00
Shawn Dooley 8975bd93b7 fldigi: 4.1.14 -> 4.1.15
Corrected hash format
2020-10-29 20:15:50 -04:00
Shawn Dooley 8d936595b8 fldigi: 4.1.14 -> 4.1.15 2020-10-29 15:53:04 -04:00
Timo Kaufmann 105d3a7b01
Merge pull request #100510 from trepetti/noaa-apt-1.3.0
noaa-apt: 1.2.0 -> 1.3.0
2020-10-29 18:43:35 +01:00
StigP 4512dac960
Merge pull request #99444 from etu/aldo-upgrade
aldo: 0.7.7 -> 0.7.8
2020-10-28 13:23:42 +00:00
R. RyanTM 3ff7bf9166 gqrx: 2.13 -> 2.13.2 2020-10-27 08:55:38 +01:00
R. RyanTM 5737e856f9 urh: 2.8.8 -> 2.8.9 2020-10-25 13:59:26 +01:00
WilliButz 993437d0d6
Merge pull request #96511 from Zopieux/rtl_433_prom
Add rtl_433 Prometheus exporter
2020-10-23 23:24:38 +02:00
Ryan Mulligan 7d9979ec1b
Merge pull request #100956 from r-ryantm/auto-update/gqrx
gqrx: 2.12.1 -> 2.13
2020-10-20 13:20:12 -07:00
R. RyanTM 90b1417a1d gqrx: 2.12.1 -> 2.13 2020-10-18 10:45:23 +00:00
Ben Siraphob 683a87dbeb treewide: remove periods from end of package descriptions 2020-10-17 08:22:31 -07:00
Tom Repetti d2529bf58c noaa-apt: 1.2.0 -> 1.3.0 2020-10-14 13:03:27 -04:00
Tom Repetti 2ef3661fdf noaa-apt: make platforms.all explicit 2020-10-14 13:03:13 -04:00
markuskowa 9fab6f9b2b
Merge pull request #98823 from r-ryantm/auto-update/multimon-ng
multimon-ng: 1.1.8 -> 1.1.9
2020-10-07 22:32:30 +02:00
Elis Hirwing 42a5ddbafe
aldo: 0.7.7 -> 0.7.8 2020-10-03 10:48:20 +02:00
Patrick Hilhorst f7e390e6d4 treewide: fix redirected urls (run 3)
Related:
 - 9fc5e7e473
 - 593e11fd94
 - 508ae42a0f

Since the last time I ran this script, the Repology API changed, so I had to
adapt the script used in the previous PR. The new API should be more robust, so
overall this is a positive (no more grepping the error messages for our relevant
data but just a nice json structure).

Here's the new script I used:

```sh
curl https://repology.org/api/v1/repository/nix_unstable/problems \
   | jq -r '.[] | select(.type == "homepage_permanent_https_redirect") | .data | "s@\(.url)@\(.target)@"' \
   | sort | uniq | tee script.sed
find -name '*.nix' | xargs -P4 -- sed -f script.sed -i
```

I will also add this script to `maintainers/scripts`.
2020-10-02 09:01:35 -07:00
Alexandre Macabies f816402fd0 rtl-sdr: use hardened udev rules
rtl-sdr latest release 0.6.0 is from 2018. Six months ago master received
a patch[1] to use improved udev rules that chown to plugdev instead of
making the devices world-read-writable.

This change backports [1] as an upstream patch.

[1] b281473156
2020-09-30 20:39:57 +02:00
R. RyanTM 3c61be914b multimon-ng: 1.1.8 -> 1.1.9 2020-09-25 22:32:57 +00:00
R. RyanTM 4c15e6d25c welle-io: 2.1 -> 2.2 2020-09-04 09:13:32 -07:00
Robert Scott ba788d6086
Merge pull request #96241 from fatpat/chirp
chirp: 20200430 -> 20200807
2020-08-31 22:48:01 +01:00
R. RyanTM c2dd047bfb fldigi: 4.1.13 -> 4.1.14 2020-08-31 16:54:20 +02:00
Tom Repetti a97efc7442 noaa-apt: init at 1.2.0 2020-08-29 10:34:43 -04:00
Maximilian Bosch 049c0c526e
inspectrum: 2017-05-31 -> 0.2.2
Also made sure that the QT applications are properly wrapped using
`wrapQtAppsHook`.
2020-08-25 13:05:08 +02:00
Jérôme LOYET fd51d8a3d5 chirp: 20200430 -> 20200807 2020-08-25 08:28:34 +02:00
markuskowa 0657fe4bf4
Merge pull request #93379 from lasandell/direwolf-1.5
direwolf 1.4 -> 1.5
2020-08-18 10:40:45 +02:00
MarcFontaine 1fddd9f4a3 wsjtx: 2.1.2 -> 2.2.2 2020-08-16 13:07:05 +00:00
Luke Sandell eabbf3d88a direwolf 1.4 -> 1.5 2020-08-15 14:59:54 -05:00
markuskowa 54dddaeb17
Merge pull request #95144 from r-ryantm/auto-update/limesuite
limesuite: 20.07.1 -> 20.07.2
2020-08-11 16:34:32 +02:00
R. RyanTM d0ef3538cf limesuite: 20.07.1 -> 20.07.2 2020-08-11 06:10:54 +00:00
R. RyanTM b8aa0991e0 gnss-sdr: 0.0.12 -> 0.0.13 2020-08-10 12:03:26 +00:00
markuskowa 44b673a132
Merge pull request #94227 from r-ryantm/auto-update/soapyremote
soapyremote: 0.5.1 -> 0.5.2
2020-08-03 23:58:30 +02:00
R. RyanTM c1ebb59e60 limesuite: 20.01.0 -> 20.07.1 2020-07-31 03:44:05 +00:00
R. RyanTM 85b8699dff soapyremote: 0.5.1 -> 0.5.2 2020-07-30 11:49:20 +00:00
Vladimír Čunát 7a5c6fee0f
Merge branch 'master' into staging-next
Some rebuilds, e.g. all of haskell.
Hydra nixpkgs: ?compare=1601713
2020-07-22 08:37:19 +02:00
Peter Hoeg ee8b7b4566
Merge pull request #87810 from evils/wxwidgets-3.1.3
wxGTK31: 3.1.2 -> 3.1.3
2020-07-20 22:03:16 +08:00
Jan Tojnar 83442a3533
Merge branch 'master' into staging-next 2020-07-20 02:16:21 +02:00
Andrew Dunham 6f1acf82c0 dsd: init at 2018-07-01 2020-07-16 17:59:24 -07:00
R. RyanTM 9002e5c533 flrig: 1.3.50 -> 1.3.51 2020-07-07 10:27:39 -07:00
Evils 6383a04893 Allow cubicsdr 0.2.5 to build with wxGTK 3.1.3 2020-06-16 17:35:32 +02:00
Peter Hoeg 227561d5f8 cubicsdr: use wxGTK31-gtk3 2020-06-15 12:18:45 +08:00
Peter Hoeg 154cbdece1 limesuite: use wxGTK30-gtk3 2020-06-15 12:18:06 +08:00
Michael Maclean 5b8a78a972 rtl-ais: init at 0.8.1 2020-06-10 22:46:34 +01:00
Doron Behar 93f30ea316 gnuradio: 3.7.13.4 -> 3.7.14.0 2020-05-31 11:59:30 +03:00
Mario Rodas 3f9902e765
Merge pull request #89130 from r-ryantm/auto-update/fldigi
fldigi: 4.1.12 -> 4.1.13
2020-05-29 04:40:08 -05:00
Mario Rodas a674766843
Merge pull request #89125 from r-ryantm/auto-update/dump1090
dump1090: 3.8.0 -> 3.8.1
2020-05-29 04:39:45 -05:00
Ryan Mulligan af7709afc7
Merge pull request #88366 from r-ryantm/auto-update/chirp-daily
chirp: 20200409 -> 20200430
2020-05-28 16:36:19 -07:00
R. RyanTM c845c36581 fldigi: 4.1.12 -> 4.1.13 2020-05-28 22:26:37 +00:00
R. RyanTM d001b9b24e dump1090: 3.8.0 -> 3.8.1 2020-05-28 20:36:54 +00:00
Doron Behar 208b5fbd75 gnuradio: format arguments and inputs 2020-05-23 18:42:52 +03:00
markuskowa b85cccb562
Merge pull request #87732 from markuskowa/fix-welle-io
welle-io: fix, add qtgraphicaleffects to inputs
2020-05-23 13:45:02 +02:00
R. RyanTM 9c146b8e63 chirp: 20200409 -> 20200430 2020-05-20 10:18:53 +00:00
R. RyanTM 3130356b9e urh: 2.8.7 -> 2.8.8 2020-05-20 02:54:26 +00:00
Markus Kowalewski 68160d7b78
welle-io: add qtgraphicaleffects to inputs
programm fails to start without this package
2020-05-13 12:04:37 +02:00
R. RyanTM 33272d9e98 xlog: 2.0.17 -> 2.0.19 2020-05-11 01:36:12 +00:00
Jörg Thalheim 887295fd2d
treewide: remove the-kenny from maintainers
@the-kenny did a good job in the past and is set as maintainer in many package,
however since 2017-2018 he stopped contributing. To create less confusion
in pull requests when people try to request his feedback, I removed him as
maintainer from all packages.
2020-05-09 10:28:57 +01:00
R. RyanTM b94553df07 fldigi: 4.1.11 -> 4.1.12 2020-05-05 18:53:45 -07:00
R. RyanTM 986503155f urh: 2.8.5 -> 2.8.7 2020-05-05 18:53:34 -07:00
Markus Kowalewski d833b20737
dablin: 1.12.0 -> 1.13.0 2020-05-06 00:24:30 +02:00
R. RyanTM 11de28348d tlf: 1.4.0 -> 1.4.1 2020-05-04 21:05:10 -07:00
Jan Tojnar e89e2edc73
libusb-compat-0_1: rename from libusb 2020-04-28 05:33:41 +02:00
Matthew Bauer 1c8aba8334 treewide: use blas and lapack
This makes packages use lapack and blas, which can wrap different
BLAS/LAPACK implementations.

treewide: cleanup from blas/lapack changes

A few issues in the original treewide:

- can’t assume blas64 is a bool
- unused commented code
2020-04-17 16:24:09 -05:00
R. RyanTM c446ce30c1 chirp: 20200213 -> 20200409 2020-04-15 16:42:37 +00:00
Ryan Mulligan 051eb2e27d
Merge pull request #85068 from r-ryantm/auto-update/dump1090
dump1090: 3.7.2 -> 3.8.0
2020-04-12 06:35:35 -07:00
R. RyanTM 45763475d1 dump1090: 3.7.2 -> 3.8.0 2020-04-12 11:11:11 +00:00
Michael Reilly 84cf00f980
treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
R. RyanTM de6ba564f8 fldigi: 4.1.09 -> 4.1.11 2020-04-07 19:21:30 -07:00
R. RyanTM 9de87dcf4a flrig: 1.3.49 -> 1.3.50 2020-04-07 19:19:41 -07:00
Frederik Rietdijk e50c67ad7e
Merge pull request #83618 from NixOS/staging-next
Staging next
2020-04-05 13:13:21 +02:00
Doron Behar b70907b9b6 uhd: quote homepage URL 2020-04-05 10:35:22 +02:00
Doron Behar 0ba95d0fc2 uhd: switch to python3 by default 2020-04-05 10:35:22 +02:00
Doron Behar 7da8a30a64 uhd: move udev rules to the standard location 2020-04-05 10:35:22 +02:00
Doron Behar bcf5a67e2a uhd: cleanup deps & add many enable / disable flags 2020-04-05 10:35:22 +02:00
Doron Behar fd2c3ff812 uhd: Remove python six and requests unneeded deps (tested) 2020-04-05 10:35:22 +02:00
Doron Behar 9723ccbc34 uhd: Remove orc unneeded dep 2020-04-05 10:35:22 +02:00
Doron Behar 6dc7131d26 uhd: remove and add TODO for old build fixes 2020-04-05 10:35:22 +02:00
Doron Behar 7bbed32888 uhd: format arguments and inputs 2020-04-05 10:35:22 +02:00
Doron Behar b68894b2cf uhd: 3.14.0.0 -> 3.15.0.0
Use rec instead of let in and use only 1 version attribute.
2020-04-05 10:35:22 +02:00
Jan Tojnar 73e2823538
dump1090: fix build
It was using libusb-compat instead of libusb1, and the former no longer propagates the latter.
2020-04-04 09:23:19 +02:00
Frederik Rietdijk 92124ed660 Merge master into staging-next 2020-04-03 21:54:40 +02:00
Jan Tojnar ac46ffbcfc
hackrf: fix build
It was using libusb-compat instead of libusb1, and the former no longer propagates the latter.

Also move cmake to nativeBuildInputs.
2020-04-02 08:14:13 +02:00
Jan Tojnar f613cea0f7
airspy: fix build
It was using libusb-compat instead of libusb1, and the former no longer propagates the latter.
2020-04-02 07:59:05 +02:00
R. RyanTM 7c4913be41 pyradio: 0.8.7.1 -> 0.8.7.2 2020-04-01 18:05:07 +00:00
R. RyanTM cba196b057 urh: 2.8.3 -> 2.8.5 2020-03-30 21:48:58 -07:00
Patrick Hilhorst 5b49816cf4
treewide: add quotes to recently-changed urls
Co-Authored-By: Drew <drewrisinger@users.noreply.github.com>
2020-03-28 00:05:50 +01:00
Patrick Hilhorst 9fc5e7e473
treewide: fix redirected urls (again)
Ran the same script as #78265.
Additionally, manually replaced `http://goodies.xfce.org`
with https.
2020-03-20 13:36:23 +01:00
R. RyanTM 348bcc9678 gnss-sdr: 0.0.11 -> 0.0.12 2020-03-14 05:56:58 +00:00
Rick van Schijndel 91c4571e4f rtl-sdr: fix cross compilation
This patch partially fixes #81985.
Cross-compiling rtl-sdr is possible using this patch.
Use nix build -f <nixpkgs-path> -A pkgsCross.raspberryPi.rtl-sdr to build rtl-sdr.

The error that occured when trying to do this before was as follows:

/nix/store/ldb2v2z0198abkp2minr9a9vz5np4mn4-cmake-3.16.4-armv6l-unknown-linux-gnueabihf/nix-support/setup-hook: line 107: cmake: command not found
2020-03-13 06:17:08 +01:00
R. RyanTM 592507780c urh: 2.8.2 -> 2.8.3 2020-03-06 07:21:10 +01:00
YI a4019eb9de pyradio: init at 0.8.7.1 2020-03-02 09:48:55 -08:00
R. RyanTM 031db7bf17 rtl_433: 19.08 -> 20.02 2020-02-21 10:09:23 +00:00
Daniel Schaefer a00a24dfc6
Merge pull request #79895 from r-ryantm/auto-update/chirp-daily
chirp: 20191221 -> 20200207
2020-02-15 22:01:00 +01:00
R. RyanTM 7f774d458d chirp: 20191221 -> 20200213
Co-authored-by: Daniel Schaefer <git@danielschaefer.me>
2020-02-15 22:00:25 +01:00
Daniel Schaefer 6cd2388f16
Merge pull request #79504 from r-ryantm/auto-update/fldigi
fldigi: 4.1.08.51 -> 4.1.09
2020-02-15 21:53:58 +01:00
B 0bfb75520f
inspectrum: add qt wrapper, cleanup (#80144)
Co-authored-by: Dmitry Kalinkin <dmitry.kalinkin@gmail.com>
2020-02-14 21:17:33 -05:00
R. RyanTM c984fbb50f tqsl: 2.4.7 -> 2.5.1 2020-02-09 09:58:13 +01:00
R. RyanTM 200b0caa9b fldigi: 4.1.08.51 -> 4.1.09 2020-02-08 04:52:30 +00:00
pulsation a2288cff7c fldigi: update fltk dependency to 1.4
Update FLTK dependency version to 1.4 so that `FLTK_SCALING_FACTOR` environment variable can be used. (c.f. https://www.fltk.org/doc-1.4/group__fl__screen.html )
2020-02-02 21:10:42 +01:00
markuskowa 7add31aa29
Merge pull request #78973 from r-ryantm/auto-update/gqrx
gqrx: 2.11.5 -> 2.12.1
2020-02-01 11:13:00 +01:00
R. RyanTM 71db54a01f gqrx: 2.11.5 -> 2.12.1 2020-01-31 23:14:55 +00:00
R. RyanTM 1f5a5debc2 limesuite: 19.04.0 -> 20.01.0 2020-01-30 22:19:22 -08:00
Frederik Rietdijk dce0ca29d9 Merge master into staging-next 2020-01-28 10:46:13 +01:00
R. RyanTM 35098e448b flrig: 1.3.48 -> 1.3.49 2020-01-21 16:12:11 -08:00
Francesco Zanini 2e2cb2890c svxlink: init at 19.09.1 (#76990) 2020-01-18 13:54:43 +01:00
Frederik Rietdijk bcd8c6b8dc Merge master into staging-next 2020-01-17 17:08:16 +01:00
R. RyanTM 6140752b04 urh: 2.8.1 -> 2.8.2 2020-01-17 11:59:25 +00:00
Frederik Rietdijk 2a88c3c302 Merge staging-next into staging 2020-01-15 09:23:28 +01:00
Markus Kowalewski cc4b59f138
soapysdr: 0.7.1 -> 0.7.2 2020-01-13 21:47:57 +01:00
Frederik Rietdijk 263bc67bda Merge staging-next into staging 2020-01-11 09:33:08 +01:00
Georg Haas 304d6cf8e7
qsstv: remove additional desktop item 2020-01-08 17:15:21 +01:00
R. RyanTM f5d270afab fldigi: 4.1.08 -> 4.1.08.51 2020-01-06 02:36:52 -08:00
Georg Haas ac1ddc70cf
qsstv: 9.2.6 -> 9.4.4 2020-01-05 15:43:03 +01:00
markuskowa 87021d3ca1
Merge pull request #76898 from markuskowa/fix-soapysdr
soapysdr: add as python module
2020-01-05 13:41:28 +01:00
Markus Kowalewski 4097ffcc29
soapysdr: add as python module
Use "toPythonModule" function to make python interface available.
2020-01-03 23:11:02 +01:00
Frederik Rietdijk 7aa2b0215b Merge master into staging-next 2020-01-03 10:25:14 +01:00
Georg Haas 328030c9d6
chirp: 20191123 -> 20191221; add support for chirp.drivers.tk8180 2020-01-01 21:45:27 +01:00
Robin Gloster 313da176d3
treewide: NIX_*_FLAGS -> string 2019-12-31 00:16:46 +01:00
Merijn Broeren 133103d709
treewide: replace make/build/configure/patchFlags with nix lists 2019-12-30 12:58:11 +01:00
Markus Kowalewski 6fc0d88cfa gr-osmosdr: 2018-08-15 -> 0.1.5
switch back to release
2019-12-24 07:51:37 +01:00
Markus Kowalewski 31112a7e05
dablin: 1.11.0 -> 1.12.0 2019-12-24 02:01:18 +01:00
Andreas Rammhold b5de0c55f1
Merge pull request #74518 from andir/chirp
chirp: modernize the expression by using buildPythonApplication
2019-12-12 17:55:37 +01:00
Ryan Mulligan b344d3a898
Merge pull request #75412 from r-ryantm/auto-update/wsjtx
wsjtx: 2.1.0 -> 2.1.2
2019-12-11 06:18:05 -08:00
R. RyanTM 958ddf72df wsjtx: 2.1.0 -> 2.1.2 2019-12-09 18:03:23 -08:00
Markus Kowalewski 215d7ecc5c
welle-io: 2.0 -> 2.1 2019-12-06 19:31:56 +01:00
Daniël de Kok 9ab21b09bf dump1090: 2014-10-31 -> 3.7.1
The derivation uses an upstream for dump1090 that has not been updated
since 2014. FlightAware seems to have the most actively maintained
version of dump1090, so this change switches to FlightAware's
version, bringing 5 years of improvements.
2019-12-02 14:45:45 +01:00
markuskowa 4e76dff4b4
Merge pull request #74671 from r-ryantm/auto-update/urh
urh: 2.8.0 -> 2.8.1
2019-11-30 12:31:07 +01:00
R. RyanTM 77f4e4e05e tlf: 1.3.2 -> 1.4.0 2019-11-29 12:36:47 -08:00