jucipp: mark broken
This commit is contained in:
parent
21c17bf758
commit
e42a282a1a
1 changed files with 3 additions and 0 deletions
|
@ -15,6 +15,9 @@ stdenv.mkDerivation rec {
|
|||
license = licenses.mit;
|
||||
platforms = platforms.linux;
|
||||
maintainers = with maintainers; [ xnwdd ];
|
||||
# error: token ""1.1"" is not valid in preprocessor expression
|
||||
# TODO: fix pname being different from the attribute name
|
||||
broken = true;
|
||||
};
|
||||
|
||||
src = fetchgit {
|
||||
|
|
Loading…
Reference in a new issue