ax25-apps: use nativeBuildInputs and strictDeps (#440435)

This commit is contained in:
Fernando Rodrigues
2025-09-18 03:47:59 +00:00
committed by GitHub
+4 -1
View File
@@ -11,8 +11,11 @@ stdenv.mkDerivation {
pname = "ax25-apps";
version = "0.0.8-rc5-unstable-2021-05-13";
strictDeps = true;
nativeBuildInputs = [ autoreconfHook ];
buildInputs = [
autoreconfHook
libax25
ncurses
];