Unverified Commit 3ca21ca6 authored by Alyssa Ross's avatar Alyssa Ross
Browse files

passt: enable debug info

parent 83f409d7
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -16,6 +16,8 @@ stdenv.mkDerivation (finalAttrs: {
    hash = "sha256-IE0BMM24lrl5NHeQGkAZZVwmAsvkhDN64pARdEiOM6s=";
  };

  separateDebugInfo = true;

  postPatch = ''
    substituteInPlace Makefile --replace-fail \
      'PAGE_SIZE=$(shell getconf PAGE_SIZE)' \