xastir: add support for ax25 interfaces

This commit is contained in:
Matt Melling
2022-12-26 10:33:49 -06:00
committed by Emery Hemingway
parent fb376978aa
commit cdd6bf809b
@@ -2,6 +2,7 @@
, curl, db, libgeotiff
, xorg, motif, pcre
, perl, proj, rastermagick, shapelib
, libax25
}:
stdenv.mkDerivation rec {
@@ -24,6 +25,7 @@ stdenv.mkDerivation rec {
curl db libgeotiff
xorg.libXpm xorg.libXt motif pcre
perl proj rastermagick shapelib
libax25
];
configureFlags = [ "--with-motif-includes=${motif}/include" ];