pencil: mark as broken
Currently pencil won't start, due to incompatible firefox version: $ pencil Error: Platform version '47.0.1' is not compatible with minVersion >= 36.0 See https://github.com/prikhi/pencil/issues/840.
This commit is contained in:
parent
cfc0a5415b
commit
5b6e3a3ed1
@ -32,5 +32,8 @@ stdenv.mkDerivation rec {
|
|||||||
license = licenses.gpl2; # Commercial license is also available
|
license = licenses.gpl2; # Commercial license is also available
|
||||||
maintainers = with maintainers; [ bjornfor prikhi ];
|
maintainers = with maintainers; [ bjornfor prikhi ];
|
||||||
platforms = platforms.linux;
|
platforms = platforms.linux;
|
||||||
|
# See https://github.com/prikhi/pencil/issues/840
|
||||||
|
# ("Error: Platform version '47.0' is not compatible with minVersion >= 36.0 maxVersion <= 46.*")
|
||||||
|
broken = true;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user