xastir: add support for ax25 interfaces
This commit is contained in:
parent
fb376978aa
commit
cdd6bf809b
1 changed files with 2 additions and 0 deletions
|
@ -2,6 +2,7 @@
|
||||||
, curl, db, libgeotiff
|
, curl, db, libgeotiff
|
||||||
, xorg, motif, pcre
|
, xorg, motif, pcre
|
||||||
, perl, proj, rastermagick, shapelib
|
, perl, proj, rastermagick, shapelib
|
||||||
|
, libax25
|
||||||
}:
|
}:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
|
@ -24,6 +25,7 @@ stdenv.mkDerivation rec {
|
||||||
curl db libgeotiff
|
curl db libgeotiff
|
||||||
xorg.libXpm xorg.libXt motif pcre
|
xorg.libXpm xorg.libXt motif pcre
|
||||||
perl proj rastermagick shapelib
|
perl proj rastermagick shapelib
|
||||||
|
libax25
|
||||||
];
|
];
|
||||||
|
|
||||||
configureFlags = [ "--with-motif-includes=${motif}/include" ];
|
configureFlags = [ "--with-motif-includes=${motif}/include" ];
|
||||||
|
|
Loading…
Reference in a new issue