Unverified Commit f6ee7c67 authored by jopejoe1's avatar jopejoe1 Committed by GitHub
Browse files

xpwn: fix build with cmake4 (#453801)

parents 1fcb03a6 56801606
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -51,6 +51,11 @@ stdenv.mkDerivation {
    openssl
  ];

  postPatch = ''
    substituteInPlace CMakeLists.txt \
      --replace-fail "cmake_minimum_required(VERSION 2.6)" "cmake_minimum_required(VERSION 3.10)"
  '';

  meta = with lib; {
    broken = stdenv.hostPlatform.isDarwin;
    homepage = "http://planetbeing.lighthouseapp.com/projects/15246-xpwn";