darwin.libtapi: update, fix installTargets
This commit is contained in:
parent
c36cf877f1
commit
39c536c8db
@ -5,8 +5,8 @@ stdenv.mkDerivation {
|
|||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "tpoechtrager";
|
owner = "tpoechtrager";
|
||||||
repo = "apple-libtapi";
|
repo = "apple-libtapi";
|
||||||
rev = "cd9885b97fdff92cc41e886bba4a404c42fdf71b";
|
rev = "3cb307764cc5f1856c8a23bbdf3eb49dfc6bea48";
|
||||||
sha256 = "1a19h39a48agvnmal99n9j1fjadiqwib7hfzmn342wmgh9z3vk0g";
|
sha256 = "1zb10p6xkls8x7wsdwgy9c0v16z97rfkgidii9ffq5rfczgvrhjh";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [ cmake python3 ];
|
nativeBuildInputs = [ cmake python3 ];
|
||||||
@ -20,7 +20,7 @@ stdenv.mkDerivation {
|
|||||||
|
|
||||||
buildFlags = [ "libtapi" ];
|
buildFlags = [ "libtapi" ];
|
||||||
|
|
||||||
installTarget = "install-libtapi";
|
installTargets = [ "install-libtapi" "install-tapi-headers"];
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
license = licenses.apsl20;
|
license = licenses.apsl20;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user