drawpile,drawpile-server-headless: 2.1.17 -> 2.1.19 (#134331)
This commit is contained in:
parent
50dd4a6cb2
commit
5919a42546
@ -69,23 +69,15 @@ let
|
|||||||
|
|
||||||
in mkDerivation rec {
|
in mkDerivation rec {
|
||||||
pname = "drawpile";
|
pname = "drawpile";
|
||||||
version = "2.1.17";
|
version = "2.1.19";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "drawpile";
|
owner = "drawpile";
|
||||||
repo = "drawpile";
|
repo = "drawpile";
|
||||||
rev = version;
|
rev = version;
|
||||||
sha256 = "sha256-AFFY+FcY9ExAur13OoWR9285RZtBe6jnRIrwi5raiCM=";
|
sha256 = "sha256-MNmzcqTHfMms6q3ZilrChE5WoGzGxnAOkB0a75udA1I=";
|
||||||
};
|
};
|
||||||
|
|
||||||
patches = [
|
|
||||||
# fix for libmicrohttpd 0.9.71
|
|
||||||
(fetchpatch {
|
|
||||||
url = "https://github.com/drawpile/Drawpile/commit/ed1a75deb113da2d1df91a28f557509c4897130e.diff";
|
|
||||||
sha256 = "sha256-54wabH5F3Hf+6vv9rpCwCRdhjSaUFtuF/mE1/U+CpOA=";
|
|
||||||
name = "mhdfix.patch"; })
|
|
||||||
];
|
|
||||||
|
|
||||||
nativeBuildInputs = [ extra-cmake-modules ];
|
nativeBuildInputs = [ extra-cmake-modules ];
|
||||||
|
|
||||||
buildInputs = [
|
buildInputs = [
|
||||||
|
@ -23953,8 +23953,8 @@ with pkgs;
|
|||||||
|
|
||||||
drawio = callPackage ../applications/graphics/drawio {};
|
drawio = callPackage ../applications/graphics/drawio {};
|
||||||
|
|
||||||
drawpile = libsForQt514.callPackage ../applications/graphics/drawpile { };
|
drawpile = libsForQt5.callPackage ../applications/graphics/drawpile { };
|
||||||
drawpile-server-headless = libsForQt514.callPackage ../applications/graphics/drawpile {
|
drawpile-server-headless = libsForQt5.callPackage ../applications/graphics/drawpile {
|
||||||
buildClient = false;
|
buildClient = false;
|
||||||
buildServerGui = false;
|
buildServerGui = false;
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user