mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-04-14 17:37:49 +00:00
conceal: mark as broken on darwin
This commit is contained in:
parent
b966b6feb5
commit
290280d678
@ -1,4 +1,4 @@
|
||||
{ lib, rustPlatform, fetchFromGitHub, installShellFiles }:
|
||||
{ lib, rustPlatform, fetchFromGitHub, installShellFiles, stdenv }:
|
||||
|
||||
rustPlatform.buildRustPackage rec {
|
||||
pname = "conceal";
|
||||
@ -34,5 +34,6 @@ rustPlatform.buildRustPackage rec {
|
||||
homepage = "https://github.com/TD-Sky/conceal";
|
||||
license = licenses.mit;
|
||||
maintainers = with maintainers; [ jedsek ];
|
||||
broken = stdenv.isDarwin;
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user