Loading pkgs/development/libraries/tpm2-tss/default.nix +1 −1 Original line number Diff line number Diff line Loading @@ -87,7 +87,7 @@ stdenv.mkDerivation rec { ''; doCheck = false; doInstallCheck = stdenv.buildPlatform == stdenv.hostPlatform; doInstallCheck = stdenv.buildPlatform.canExecute stdenv.hostPlatform; # Since we rewrote the load path in the dynamic loader for the TCTI # The various tcti implementation should be placed in their target directory # before we could run tests, so we make turn checkPhase into installCheckPhase Loading Loading
pkgs/development/libraries/tpm2-tss/default.nix +1 −1 Original line number Diff line number Diff line Loading @@ -87,7 +87,7 @@ stdenv.mkDerivation rec { ''; doCheck = false; doInstallCheck = stdenv.buildPlatform == stdenv.hostPlatform; doInstallCheck = stdenv.buildPlatform.canExecute stdenv.hostPlatform; # Since we rewrote the load path in the dynamic loader for the TCTI # The various tcti implementation should be placed in their target directory # before we could run tests, so we make turn checkPhase into installCheckPhase Loading