summaryrefslogtreecommitdiffstats
path: root/pkgs/applications/editors/ghostwriter
diff options
context:
space:
mode:
authorJustin Humm <justin.humm@posteo.de>2021-01-05 13:22:13 +0100
committerJustin Humm <justin.humm@posteo.de>2021-01-07 13:38:31 +0100
commit5d815cce8abc0e20ba0455dd0f15080e0c3a302d (patch)
tree44d30e8de8d203abf2156c0a917a5aa0de4f79b8 /pkgs/applications/editors/ghostwriter
parent0d7ccb77915b54f28c2ceb95e4a59f11c2826593 (diff)
ghostwriter: 1.0.1 -> 2.0.0-rc3, build with newest libsForQt5
- mark as broken on darwin - add myself as maintainer
Diffstat (limited to 'pkgs/applications/editors/ghostwriter')
-rw-r--r--pkgs/applications/editors/ghostwriter/default.nix9
1 files changed, 5 insertions, 4 deletions
diff --git a/pkgs/applications/editors/ghostwriter/default.nix b/pkgs/applications/editors/ghostwriter/default.nix
index 8c1b95a1d26e..aa67124c1146 100644
--- a/pkgs/applications/editors/ghostwriter/default.nix
+++ b/pkgs/applications/editors/ghostwriter/default.nix
@@ -2,13 +2,13 @@
mkDerivation rec {
pname = "ghostwriter";
- version = "1.8.1";
+ version = "2.0.0-rc3";
src = fetchFromGitHub {
owner = "wereturtle";
repo = pname;
- rev = "v${version}";
- sha256 = "0jc6szfh5sdnafhwsr1xv7cn1fznniq58bix41hb9wlbkvq7wzi6";
+ rev = version;
+ sha256 = "sha256-Ag97iE++f3nG2zlwqn0qxSL9RpF8O3XWH9NtQ5kFuWg=";
};
nativeBuildInputs = [ qmake pkgconfig qttools ];
@@ -20,6 +20,7 @@ mkDerivation rec {
homepage = src.meta.homepage;
license = licenses.gpl3Plus;
platforms = platforms.unix;
- maintainers = with maintainers; [ dotlambda ];
+ maintainers = with maintainers; [ dotlambda erictapen ];
+ broken = stdenv.isDarwin;
};
}