inspectrum: 2017-05-31 -> 0.2.2

Also made sure that the QT applications are properly wrapped using
`wrapQtAppsHook`.
gstqt5
Maximilian Bosch 2020-08-25 13:04:28 +02:00
parent e253cb26fa
commit 049c0c526e
No known key found for this signature in database
GPG Key ID: 091DBF4D1FC46B8E
1 changed files with 6 additions and 5 deletions

View File

@ -8,20 +8,21 @@
, gnuradio
, liquid-dsp
, qtbase
, wrapQtAppsHook
}:
mkDerivation {
mkDerivation rec {
pname = "inspectrum";
version = "unstable-2017-05-31";
version = "0.2.2";
src = fetchFromGitHub {
owner = "miek";
repo = "inspectrum";
rev = "a89d1337efb31673ccb6a6681bb89c21894c76f7";
sha256 = "1fvnr8gca25i6s9mg9b2hyqs0zzr4jicw13mimc9dhrgxklrr1yv";
rev = "v${version}";
sha256 = "1a517y7s1xi66y5kjrpjay450pad9nc228pa8801mxq1c7m1lamm";
};
nativeBuildInputs = [ cmake pkgconfig ];
nativeBuildInputs = [ cmake pkgconfig wrapQtAppsHook ];
buildInputs = [
fftwFloat
boost