Unverified Commit fbb1b6b1 authored by Karel Kočí's avatar Karel Kočí
Browse files

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.
parent 09c509a5
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -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 = [