mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-10 03:23:29 +03:00
libsForQt5.kitinerary: mark broken
Not worth salvaging.
This commit is contained in:
parent
9737e0f8cd
commit
772cf181e1
1 changed files with 1 additions and 0 deletions
|
@ -18,6 +18,7 @@ mkDerivation {
|
||||||
meta = {
|
meta = {
|
||||||
license = with lib.licenses; [ lgpl21 ];
|
license = with lib.licenses; [ lgpl21 ];
|
||||||
maintainers = [ lib.maintainers.bkchr ];
|
maintainers = [ lib.maintainers.bkchr ];
|
||||||
|
broken = true; # doesn't build with latest Poppler
|
||||||
};
|
};
|
||||||
nativeBuildInputs = [
|
nativeBuildInputs = [
|
||||||
extra-cmake-modules
|
extra-cmake-modules
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue