xdp-tools: use emacs-nox for build to prevent cross compilation issues

The emacs-nox package fails to build with target set to armv7l but
xdp-tools does not need it to be able to work with correct target. It is
only used to generate man pages and for that we can use build package.
This commit is contained in:
Karel Kočí
2023-03-08 20:27:19 +01:00
parent 09c509a507
commit fbb1b6b11f
+3 -1
View File
@@ -33,12 +33,14 @@ stdenv.mkDerivation rec {
zlib
];
depsBuildBuild = [
emacs-nox # to generate man pages from .org
];
nativeBuildInputs = [
llvmPackages.clang
llvmPackages.llvm
pkg-config
m4
emacs-nox # to generate man pages from .org
nukeReferences
];
nativeCheckInputs = [