Merge pull request #55659 from LnL7/perl-iotty

perlPackages.IOTty: fix darwin sandbox build
This commit is contained in:
Daiderd Jordan 2019-02-13 22:22:45 +01:00 committed by GitHub
commit 1583db7874
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -7682,6 +7682,7 @@ let
url = "mirror://cpan/authors/id/T/TO/TODDR/${name}.tar.gz"; url = "mirror://cpan/authors/id/T/TO/TODDR/${name}.tar.gz";
sha256 = "0399anjy3bc0w8xzsc3qx5vcyqryc9gc52lc7wh7i49hsdq8gvx2"; sha256 = "0399anjy3bc0w8xzsc3qx5vcyqryc9gc52lc7wh7i49hsdq8gvx2";
}; };
doCheck = !stdenv.isDarwin; # openpty fails in the sandbox
}; };
IPCountry = buildPerlPackage rec { IPCountry = buildPerlPackage rec {