mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-31 09:14:28 +00:00
wsjtx: 2.2.2 -> 2.3.1
This commit is contained in:
parent
9839cda8dc
commit
f2744c6b80
@ -1,15 +1,15 @@
|
|||||||
{ lib, stdenv, fetchurl, asciidoc, asciidoctor, autoconf, automake, cmake,
|
{ lib, stdenv, fetchurl, asciidoc, asciidoctor, autoconf, automake, cmake,
|
||||||
docbook_xsl, fftw, fftwFloat, gfortran, libtool, libusb1, qtbase,
|
docbook_xsl, fftw, fftwFloat, gfortran, libtool, libusb1, qtbase,
|
||||||
qtmultimedia, qtserialport, qttools, texinfo, wrapQtAppsHook }:
|
qtmultimedia, qtserialport, qttools, boost, texinfo, wrapQtAppsHook }:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "wsjtx";
|
pname = "wsjtx";
|
||||||
version = "2.2.2";
|
version = "2.3.1";
|
||||||
|
|
||||||
# This is a "superbuild" tarball containing both wsjtx and a hamlib fork
|
# This is a "superbuild" tarball containing both wsjtx and a hamlib fork
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "http://physics.princeton.edu/pulsar/k1jt/wsjtx-${version}.tgz";
|
url = "http://physics.princeton.edu/pulsar/k1jt/wsjtx-${version}.tgz";
|
||||||
sha256 = "17agyrhclqyahgdwba8vi9sl7vq03sm00jlyrmjgv34a4czidg0w";
|
sha256 = "11wzh4bxp9277kbqkyrc063akkk09czgxnkpk8k07vl4s3dan3hh";
|
||||||
};
|
};
|
||||||
|
|
||||||
# Hamlib builds with autotools, wsjtx builds with cmake
|
# Hamlib builds with autotools, wsjtx builds with cmake
|
||||||
@ -18,7 +18,7 @@ stdenv.mkDerivation rec {
|
|||||||
asciidoc asciidoctor autoconf automake cmake docbook_xsl gfortran libtool
|
asciidoc asciidoctor autoconf automake cmake docbook_xsl gfortran libtool
|
||||||
qttools texinfo wrapQtAppsHook
|
qttools texinfo wrapQtAppsHook
|
||||||
];
|
];
|
||||||
buildInputs = [ fftw fftwFloat libusb1 qtbase qtmultimedia qtserialport ];
|
buildInputs = [ fftw fftwFloat libusb1 qtbase qtmultimedia qtserialport boost ];
|
||||||
|
|
||||||
# Remove Git dependency from superbuild since sources are included
|
# Remove Git dependency from superbuild since sources are included
|
||||||
patches = [ ./super.patch ];
|
patches = [ ./super.patch ];
|
||||||
@ -36,6 +36,6 @@ stdenv.mkDerivation rec {
|
|||||||
# Older licenses are for the statically-linked hamlib
|
# Older licenses are for the statically-linked hamlib
|
||||||
license = with licenses; [ gpl3Plus gpl2Plus lgpl21Plus ];
|
license = with licenses; [ gpl3Plus gpl2Plus lgpl21Plus ];
|
||||||
platforms = platforms.linux;
|
platforms = platforms.linux;
|
||||||
maintainers = with maintainers; [ lasandell ];
|
maintainers = with maintainers; [ lasandell numinit ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user