Unverified Commit 1cd8d446 authored by Doron Behar's avatar Doron Behar Committed by GitHub
Browse files

pplatex: unstable-2023-04-18 -> 1.0-unstable-2025-05-07 (#452234)

parents f853a4a2 57d97b3d
Loading
Loading
Loading
Loading
+7 −3
Original line number Diff line number Diff line
@@ -9,19 +9,23 @@

stdenv.mkDerivation (finalAttrs: {
  pname = "pplatex";
  version = "unstable-2023-04-18";
  version = "1.0-unstable-2025-05-07";

  src = fetchFromGitHub {
    owner = "stefanhepp";
    repo = "pplatex";
    rev = "8487b00b25127d9a4883e878000f4be6f89d56d5";
    sha256 = "sha256-wPPJBn/UfmTWsD5JOg6po83Qn4qlpwgsPUV3iJzw5KU=";
    rev = "9f6cfb23c3b578f14ad2664cd754cb4a66dc790e";
    sha256 = "sha256-vI7CujOn2J4qWiykTQj8wyRmfeTDvR0eiFKB2ElTNUk=";
  };

  nativeBuildInputs = [
    cmake
    pkg-config
  ];
  cmakeFlags = [
    # https://github.com/NixOS/nixpkgs/issues/445447
    (lib.cmakeFeature "CMAKE_POLICY_VERSION_MINIMUM" "3.5")
  ];

  buildInputs = [
    pcre