Merge #220198: xdp-tools: use emacs-nox for build
...to prevent cross compilation issues
This commit is contained in:
commit
974a1893d3
@ -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 = [
|
||||
|
Loading…
Reference in New Issue
Block a user