mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-29 14:57:28 +03:00
welle-io: 1.0 -> 2.0
This commit is contained in:
parent
cbc94a05ba
commit
b6122418ed
@ -1,11 +1,11 @@
|
|||||||
{ stdenv, fetchFromGitHub, cmake, pkgconfig
|
{ mkDerivation, lib, fetchFromGitHub, cmake, pkgconfig
|
||||||
, qtbase, qtcharts, qtmultimedia, qtquickcontrols, qtquickcontrols2
|
, qtbase, qtcharts, qtmultimedia, qtquickcontrols, qtquickcontrols2
|
||||||
, faad2, rtl-sdr, soapysdr-with-plugins, libusb, fftwSinglePrec }:
|
, faad2, rtl-sdr, soapysdr-with-plugins, libusb, fftwSinglePrec, lame, mpg123 }:
|
||||||
let
|
let
|
||||||
|
|
||||||
version = "1.0";
|
version = "2.0";
|
||||||
|
|
||||||
in stdenv.mkDerivation {
|
in mkDerivation {
|
||||||
|
|
||||||
pname = "welle-io";
|
pname = "welle-io";
|
||||||
inherit version;
|
inherit version;
|
||||||
@ -13,8 +13,8 @@ in stdenv.mkDerivation {
|
|||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "AlbrechtL";
|
owner = "AlbrechtL";
|
||||||
repo = "welle.io";
|
repo = "welle.io";
|
||||||
rev = "V${version}";
|
rev = "v${version}";
|
||||||
sha256 = "1fsr0c2w16z45mcr85sqmllw1xf2gn6hp6f6fmgx2zfprq8gdmcr";
|
sha256 = "0cp8dyswgwidabaj9bvkkc6hl3160096j6myckd5bw00zxnbfiqn";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [ cmake pkgconfig ];
|
nativeBuildInputs = [ cmake pkgconfig ];
|
||||||
@ -22,7 +22,9 @@ in stdenv.mkDerivation {
|
|||||||
buildInputs = [
|
buildInputs = [
|
||||||
faad2
|
faad2
|
||||||
fftwSinglePrec
|
fftwSinglePrec
|
||||||
|
lame
|
||||||
libusb
|
libusb
|
||||||
|
mpg123
|
||||||
qtbase
|
qtbase
|
||||||
qtcharts
|
qtcharts
|
||||||
qtmultimedia
|
qtmultimedia
|
||||||
@ -38,7 +40,7 @@ in stdenv.mkDerivation {
|
|||||||
|
|
||||||
enableParallelBuilding = true;
|
enableParallelBuilding = true;
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with lib; {
|
||||||
description = "A DAB/DAB+ Software Radio";
|
description = "A DAB/DAB+ Software Radio";
|
||||||
homepage = https://www.welle.io/;
|
homepage = https://www.welle.io/;
|
||||||
maintainers = with maintainers; [ ck3d markuskowa ];
|
maintainers = with maintainers; [ ck3d markuskowa ];
|
||||||
|
Loading…
Reference in New Issue
Block a user