newsboat - unmark as broken
newsboat builds fine on master/19.09 thus this commit should also be backported https://hydra.nixos.org/job/nixos/trunk-combined/nixpkgs.newsboat.x86_64-linux#tabs-status
This commit is contained in:
parent
018bba85bf
commit
fb60d59a51
|
@ -53,6 +53,5 @@ rustPlatform.buildRustPackage rec {
|
||||||
maintainers = with maintainers; [ dotlambda nicknovitski ];
|
maintainers = with maintainers; [ dotlambda nicknovitski ];
|
||||||
license = licenses.mit;
|
license = licenses.mit;
|
||||||
platforms = platforms.unix;
|
platforms = platforms.unix;
|
||||||
broken = true;
|
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue