Unverified Commit 18b6ca21 authored by Christian Kögler's avatar Christian Kögler Committed by GitHub
Browse files

libdnet: fix cross build (#370316)

parents 143a0284 422d5e9e
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -26,9 +26,11 @@ stdenv.mkDerivation (finalAttrs: {
    automake
    autoconf
    pkg-config
  ];
  buildInputs = [
    check
    libtool
  ];
  buildInputs = [ libtool ];

  # .so endings are missing (quick and dirty fix)
  postInstall = ''