jucipp: mark broken

This commit is contained in:
Sandro Jäckel 2021-03-19 17:51:55 +01:00
parent 21c17bf758
commit e42a282a1a
No known key found for this signature in database
GPG Key ID: 3AF5A43A3EECC2E5

View File

@ -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 {