ursadb: mark broken on darwin
This commit is contained in:
parent
48c7d89f74
commit
d607ea4740
1 changed files with 1 additions and 0 deletions
|
@ -31,5 +31,6 @@ stdenv.mkDerivation {
|
||||||
license = licenses.bsd3;
|
license = licenses.bsd3;
|
||||||
maintainers = with maintainers; [ msm ];
|
maintainers = with maintainers; [ msm ];
|
||||||
platforms = platforms.unix;
|
platforms = platforms.unix;
|
||||||
|
broken = stdenv.isDarwin;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue