Merge pull request #143141 from sikmir/soapyrtlsdr

This commit is contained in:
Sandro 2021-10-27 22:40:36 +02:00 committed by GitHub
commit 50f7368e8c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -26,6 +26,6 @@ in stdenv.mkDerivation {
description = "SoapySDR plugin for RTL-SDR devices";
license = licenses.mit;
maintainers = with maintainers; [ ragge ];
platforms = platforms.linux;
platforms = platforms.unix;
};
}