Commit 422d5e9e authored by FliegendeWurst's avatar FliegendeWurst
Browse files

libdnet: fix cross build

parent f28864e0
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 = ''