Unverified Commit 23332e09 authored by Franz Pletz's avatar Franz Pletz Committed by GitHub
Browse files

iwd: enable debug info (#346446)

parents 689b9903 d5b9c861
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -23,6 +23,7 @@ stdenv.mkDerivation rec {

  outputs = [ "out" "man" "doc" ]
    ++ lib.optional (stdenv.hostPlatform == stdenv.buildPlatform) "test";
  separateDebugInfo = true;

  nativeBuildInputs = [
    autoreconfHook