Skip to content
This repository was archived by the owner on Jan 25, 2026. It is now read-only.

Commit dfd29f9

Browse files
committed
zanshin: broken before the 20.08.2 upgrade
1 parent 0d25246 commit dfd29f9

1 file changed

Lines changed: 27 additions & 10 deletions

File tree

Lines changed: 27 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,18 @@
1-
{
2-
mkDerivation, lib,
3-
fetchurl,
4-
extra-cmake-modules,
5-
qtbase, boost,
6-
akonadi-calendar, akonadi-notes, akonadi-search, kidentitymanagement, kontactinterface, kldap,
7-
krunner, kwallet, kcalendarcore
1+
{ mkDerivation
2+
, lib
3+
, fetchurl
4+
, extra-cmake-modules
5+
, qtbase
6+
, boost
7+
, akonadi-calendar
8+
, akonadi-notes
9+
, akonadi-search
10+
, kidentitymanagement
11+
, kontactinterface
12+
, kldap
13+
, krunner
14+
, kwallet
15+
, kcalendarcore
816
}:
917

1018
mkDerivation rec {
@@ -21,9 +29,17 @@ mkDerivation rec {
2129
];
2230

2331
buildInputs = [
24-
qtbase boost
25-
akonadi-calendar akonadi-notes akonadi-search kidentitymanagement kontactinterface kldap
26-
krunner kwallet kcalendarcore
32+
qtbase
33+
boost
34+
akonadi-calendar
35+
akonadi-notes
36+
akonadi-search
37+
kidentitymanagement
38+
kontactinterface
39+
kldap
40+
krunner
41+
kwallet
42+
kcalendarcore
2743
];
2844

2945
meta = with lib; {
@@ -32,5 +48,6 @@ mkDerivation rec {
3248
maintainers = with maintainers; [ zraexy ];
3349
platforms = platforms.linux;
3450
license = licenses.gpl2Plus;
51+
broken = true;
3552
};
3653
}

0 commit comments

Comments
 (0)