Loading pkgs/by-name/zv/zvbi/package.nix +6 −1 Original line number Diff line number Diff line Loading @@ -49,7 +49,12 @@ stdenv.mkDerivation (finalAttrs: { enableParallelBuilding = true; doCheck = stdenv.buildPlatform.canExecute stdenv.hostPlatform && !stdenv.hostPlatform.isDarwin; doCheck = stdenv.buildPlatform.canExecute stdenv.hostPlatform && !stdenv.hostPlatform.isDarwin && # musl does not support TZDIR, used by the tzdata setup hook. !stdenv.hostPlatform.isMusl; passthru = { tests.pkg-config = testers.testMetaPkgConfig finalAttrs.finalPackage; Loading Loading
pkgs/by-name/zv/zvbi/package.nix +6 −1 Original line number Diff line number Diff line Loading @@ -49,7 +49,12 @@ stdenv.mkDerivation (finalAttrs: { enableParallelBuilding = true; doCheck = stdenv.buildPlatform.canExecute stdenv.hostPlatform && !stdenv.hostPlatform.isDarwin; doCheck = stdenv.buildPlatform.canExecute stdenv.hostPlatform && !stdenv.hostPlatform.isDarwin && # musl does not support TZDIR, used by the tzdata setup hook. !stdenv.hostPlatform.isMusl; passthru = { tests.pkg-config = testers.testMetaPkgConfig finalAttrs.finalPackage; Loading