xastir: add support for ax25 interfaces

This commit is contained in:
Matt Melling 2022-12-25 23:41:37 +00:00 committed by Emery Hemingway
parent fb376978aa
commit cdd6bf809b

View file

@ -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" ];