timewarrior: enable for darwin
This commit is contained in:
parent
4f17851fb2
commit
e0bf8113bf
|
@ -18,7 +18,7 @@ stdenv.mkDerivation rec {
|
||||||
homepage = https://tasktools.org/projects/timewarrior.html;
|
homepage = https://tasktools.org/projects/timewarrior.html;
|
||||||
license = licenses.mit;
|
license = licenses.mit;
|
||||||
maintainers = with maintainers; [ matthiasbeyer mrVanDalo ];
|
maintainers = with maintainers; [ matthiasbeyer mrVanDalo ];
|
||||||
platforms = platforms.linux;
|
platforms = platforms.linux ++ platforms.darwin;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue