Unverified Commit 00c24cc9 authored by Gaétan Lepage's avatar Gaétan Lepage Committed by GitHub
Browse files

chntpw: patch to build with gcc14 (#370154)

parents 3b8b5540 4daba66b
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -58,6 +58,11 @@ stdenv.mkDerivation rec {
      url = "https://sources.debian.org/data/main/c/chntpw/140201-1/debian/patches/14_improve_description";
      sha256 = "11y5kc4dh4zv24nkb0jw2zwlifx6nzsd4jbizn63l6dbpqgb25rs";
    })
    (fetchpatch {
      name = "17_hexdump-pointer-type.patch";
      url = "https://git.launchpad.net/ubuntu/+source/chntpw/plain/debian/patches/17_hexdump-pointer-type.patch?id=aed501c87499f403293e7b9f505277567c2f3b52";
      sha256 = "sha256-ir9LFl8FJq141OwF5SbyVMtjQ1kTMH1NXlHl0XZq7m8=";
    })
  ];

  installPhase = ''