qgrx: remove with lib
This commit is contained in:
parent
a10bca57bb
commit
d103e67626
@ -89,7 +89,7 @@ gnuradioMinimal.pkgs.mkDerivation rec {
|
||||
qtWrapperArgs+=("''${gappsWrapperArgs[@]}")
|
||||
'';
|
||||
|
||||
meta = with lib; {
|
||||
meta = {
|
||||
description = "Software defined radio (SDR) receiver";
|
||||
mainProgram = "gqrx";
|
||||
longDescription = ''
|
||||
@ -101,9 +101,9 @@ gnuradioMinimal.pkgs.mkDerivation rec {
|
||||
homepage = "https://gqrx.dk/";
|
||||
# Some of the code comes from the Cutesdr project, with a BSD license, but
|
||||
# it's currently unknown which version of the BSD license that is.
|
||||
license = licenses.gpl3Plus;
|
||||
platforms = platforms.linux ++ platforms.darwin;
|
||||
maintainers = with maintainers; [
|
||||
license = lib.licenses.gpl3Plus;
|
||||
platforms = lib.platforms.linux ++ lib.platforms.darwin;
|
||||
maintainers = with lib.maintainers; [
|
||||
bjornfor
|
||||
fpletz
|
||||
];
|
||||
|
Loading…
x
Reference in New Issue
Block a user