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;
|
||||
maintainers = with maintainers; [ mcbeth AndersonTorres ];
|
||||
platforms = platforms.unix;
|
||||
broken = stdenv.isDarwin;
|
||||
};
|
||||
}
|
||||
# TODO: build the other languages
|
||||
|
|
Loading…
Reference in a new issue