mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-19 11:00:19 +03:00
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:
parent
09c509a507
commit
fbb1b6b11f
@ -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