Merge pull request #55659 from LnL7/perl-iotty
perlPackages.IOTty: fix darwin sandbox build
This commit is contained in:
commit
1583db7874
|
@ -7682,6 +7682,7 @@ let
|
|||
url = "mirror://cpan/authors/id/T/TO/TODDR/${name}.tar.gz";
|
||||
sha256 = "0399anjy3bc0w8xzsc3qx5vcyqryc9gc52lc7wh7i49hsdq8gvx2";
|
||||
};
|
||||
doCheck = !stdenv.isDarwin; # openpty fails in the sandbox
|
||||
};
|
||||
|
||||
IPCountry = buildPerlPackage rec {
|
||||
|
|
Loading…
Reference in New Issue