zim: mark as broken for darwin
Has been broken for about a year already.
This commit is contained in:
parent
58452342fd
commit
1d04be420c
|
@ -42,5 +42,6 @@ python2Packages.buildPythonApplication rec {
|
||||||
homepage = http://zim-wiki.org;
|
homepage = http://zim-wiki.org;
|
||||||
license = licenses.gpl2Plus;
|
license = licenses.gpl2Plus;
|
||||||
maintainers = with maintainers; [ pSub ];
|
maintainers = with maintainers; [ pSub ];
|
||||||
|
broken = stdenv.isDarwin; # https://github.com/NixOS/nixpkgs/pull/52658#issuecomment-449565790
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue