mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-23 23:43:30 +00:00
freestyle: mark as broken
This commit is contained in:
parent
877aaeff61
commit
cc82423366
@ -45,9 +45,10 @@ stdenv.mkDerivation {
|
||||
|
||||
installPhase = ":";
|
||||
|
||||
meta = {
|
||||
meta = {
|
||||
description = "Non-Photorealistic Line Drawing rendering from 3D scenes";
|
||||
homepage = http://freestyle.sourceforge.net;
|
||||
license = stdenv.lib.licenses.gpl2;
|
||||
license = stdenv.lib.licenses.gpl2;
|
||||
broken = true;
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user