qrcodegen: mark as broken on Darwin
This commit is contained in:
parent
bca4a0c32f
commit
0610155a9b
1 changed files with 1 additions and 0 deletions
|
@ -34,6 +34,7 @@ stdenv.mkDerivation rec {
|
||||||
license = licenses.mit;
|
license = licenses.mit;
|
||||||
maintainers = with maintainers; [ mcbeth AndersonTorres ];
|
maintainers = with maintainers; [ mcbeth AndersonTorres ];
|
||||||
platforms = platforms.unix;
|
platforms = platforms.unix;
|
||||||
|
broken = stdenv.isDarwin;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
# TODO: build the other languages
|
# TODO: build the other languages
|
||||||
|
|
Loading…
Reference in a new issue