mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 23:13:19 +00:00
welle-io: 2.4 -> 2.5
This commit is contained in:
parent
47913dd80e
commit
1d95eeb172
@ -1,20 +1,20 @@
|
|||||||
{ mkDerivation, lib, fetchFromGitHub, cmake, pkg-config
|
{ stdenv, lib, fetchFromGitHub, cmake, pkg-config,wrapQtAppsHook
|
||||||
, qtbase, qtcharts, qtmultimedia, qtquickcontrols, qtquickcontrols2, qtgraphicaleffects
|
, qtbase, qtcharts, qtmultimedia, qtdeclarative, qt5compat
|
||||||
, faad2, rtl-sdr, soapysdr-with-plugins, libusb-compat-0_1, fftwSinglePrec, lame, mpg123
|
, faad2, rtl-sdr, soapysdr-with-plugins, libusb-compat-0_1, fftwSinglePrec, lame, mpg123
|
||||||
} :
|
} :
|
||||||
|
|
||||||
mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "welle-io";
|
pname = "welle-io";
|
||||||
version = "2.4";
|
version = "2.5";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "AlbrechtL";
|
owner = "AlbrechtL";
|
||||||
repo = "welle.io";
|
repo = "welle.io";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
sha256 = "sha256-xXiCL/A2SwCSr5SA4AQQEdieRzBksXx9Z78bHtlFiW4=";
|
hash = "sha256-sSknzZiD9/MLyO+gAYopogOQu5HRcqaRcfqwq4Rld7A=";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [ cmake pkg-config ];
|
nativeBuildInputs = [ cmake pkg-config wrapQtAppsHook ];
|
||||||
|
|
||||||
buildInputs = [
|
buildInputs = [
|
||||||
faad2
|
faad2
|
||||||
@ -25,9 +25,7 @@ mkDerivation rec {
|
|||||||
qtbase
|
qtbase
|
||||||
qtcharts
|
qtcharts
|
||||||
qtmultimedia
|
qtmultimedia
|
||||||
qtquickcontrols
|
qt5compat
|
||||||
qtquickcontrols2
|
|
||||||
qtgraphicaleffects
|
|
||||||
rtl-sdr
|
rtl-sdr
|
||||||
soapysdr-with-plugins
|
soapysdr-with-plugins
|
||||||
];
|
];
|
||||||
|
@ -29395,7 +29395,7 @@ with pkgs;
|
|||||||
|
|
||||||
wavrsocvt = callPackage ../applications/misc/audio/wavrsocvt { };
|
wavrsocvt = callPackage ../applications/misc/audio/wavrsocvt { };
|
||||||
|
|
||||||
welle-io = libsForQt5.callPackage ../applications/radio/welle-io { };
|
welle-io = qt6Packages.callPackage ../applications/radio/welle-io { };
|
||||||
|
|
||||||
wireshark = qt6Packages.callPackage ../applications/networking/sniffers/wireshark {
|
wireshark = qt6Packages.callPackage ../applications/networking/sniffers/wireshark {
|
||||||
inherit (darwin.apple_sdk_11_0.frameworks) ApplicationServices SystemConfiguration;
|
inherit (darwin.apple_sdk_11_0.frameworks) ApplicationServices SystemConfiguration;
|
||||||
|
Loading…
Reference in New Issue
Block a user