mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-25 16:33:15 +00:00
soapysdr: add numinit as maintainer
(cherry picked from commit 36a1705dcf
)
This commit is contained in:
parent
1d331c2db2
commit
9247adf8c2
@ -73,7 +73,10 @@ stdenv.mkDerivation (finalAttrs: {
|
|||||||
homepage = "https://github.com/pothosware/SoapySDR";
|
homepage = "https://github.com/pothosware/SoapySDR";
|
||||||
description = "Vendor and platform neutral SDR support library";
|
description = "Vendor and platform neutral SDR support library";
|
||||||
license = licenses.boost;
|
license = licenses.boost;
|
||||||
maintainers = with maintainers; [ markuskowa ];
|
maintainers = with maintainers; [
|
||||||
|
markuskowa
|
||||||
|
numinit
|
||||||
|
];
|
||||||
mainProgram = "SoapySDRUtil";
|
mainProgram = "SoapySDRUtil";
|
||||||
pkgConfigModules = [ "SoapySDR" ];
|
pkgConfigModules = [ "SoapySDR" ];
|
||||||
platforms = platforms.unix;
|
platforms = platforms.unix;
|
||||||
|
Loading…
Reference in New Issue
Block a user