pdftk: pin to Gradle 8
This commit is contained in:
parent
b433620b61
commit
eddcbd19d3
@ -1,5 +1,8 @@
|
||||
{ lib, stdenv, fetchFromGitLab, gradle, jre, runtimeShell }:
|
||||
|
||||
{ lib, stdenv, fetchFromGitLab, gradle_8, jre, runtimeShell }:
|
||||
let
|
||||
# "Deprecated Gradle features were used in this build, making it incompatible with Gradle 9.0."
|
||||
gradle = gradle_8;
|
||||
in
|
||||
stdenv.mkDerivation rec {
|
||||
pname = "pdftk";
|
||||
version = "3.3.3";
|
||||
|
Loading…
Reference in New Issue
Block a user