ax25-apps: use nativeBuildInputs and strictDeps (#440435)
This commit is contained in:
@@ -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
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user