kronometer: fix build with cmake4
This commit is contained in:
@@ -1,6 +1,7 @@
|
|||||||
{
|
{
|
||||||
mkDerivation,
|
mkDerivation,
|
||||||
fetchurl,
|
fetchurl,
|
||||||
|
fetchpatch,
|
||||||
lib,
|
lib,
|
||||||
extra-cmake-modules,
|
extra-cmake-modules,
|
||||||
kdoctools,
|
kdoctools,
|
||||||
@@ -18,6 +19,13 @@ mkDerivation rec {
|
|||||||
sha256 = "sha256-dbnhom8PRo0Bay3DzS2P0xQSrJaMXD51UadQL3z6xHY=";
|
sha256 = "sha256-dbnhom8PRo0Bay3DzS2P0xQSrJaMXD51UadQL3z6xHY=";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
patches = [
|
||||||
|
(fetchpatch {
|
||||||
|
url = "https://invent.kde.org/utilities/kronometer/-/commit/949f1dccd48f4a1e3068e24d241c5ce73fe2ab8f.patch";
|
||||||
|
hash = "sha256-zv9ty25vQXr3xB1S7QmXx3YIouOVUoMpdZ9gHBD1gMQ=";
|
||||||
|
})
|
||||||
|
];
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
homepage = "https://kde.org/applications/utilities/kronometer/";
|
homepage = "https://kde.org/applications/utilities/kronometer/";
|
||||||
description = "Stopwatch application";
|
description = "Stopwatch application";
|
||||||
|
|||||||
Reference in New Issue
Block a user