Skip to content

Commit

Permalink
darwin.libtapi: update, fix installTargets
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewbauer committed Jul 21, 2020
1 parent c36cf87 commit 39c536c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/os-specific/darwin/libtapi/default.nix
Expand Up @@ -5,8 +5,8 @@ stdenv.mkDerivation {
src = fetchFromGitHub {
owner = "tpoechtrager";
repo = "apple-libtapi";
rev = "cd9885b97fdff92cc41e886bba4a404c42fdf71b";
sha256 = "1a19h39a48agvnmal99n9j1fjadiqwib7hfzmn342wmgh9z3vk0g";
rev = "3cb307764cc5f1856c8a23bbdf3eb49dfc6bea48";
sha256 = "1zb10p6xkls8x7wsdwgy9c0v16z97rfkgidii9ffq5rfczgvrhjh";
};

nativeBuildInputs = [ cmake python3 ];
Expand All @@ -20,7 +20,7 @@ stdenv.mkDerivation {

buildFlags = [ "libtapi" ];

installTarget = "install-libtapi";
installTargets = [ "install-libtapi" "install-tapi-headers"];

meta = with lib; {
license = licenses.apsl20;
Expand Down

0 comments on commit 39c536c

Please sign in to comment.