Revert "darwin.libunwind: fix install phase"
This reverts commit 76125722f0cd445cbce0fb183ae127aeb28796d0.
This commit is contained in:
parent
2a224c6795
commit
14bf940610
@ -1,16 +1,15 @@
|
|||||||
{ stdenv, appleDerivation, dyld, osx_private_sdk }:
|
{ stdenv, appleDerivation, dyld, osx_private_sdk }:
|
||||||
|
|
||||||
appleDerivation {
|
appleDerivation {
|
||||||
buildPhase = ":";
|
phases = [ "unpackPhase" "installPhase" ];
|
||||||
|
|
||||||
# install headers only
|
|
||||||
installPhase = ''
|
installPhase = ''
|
||||||
mkdir -p $out/lib
|
mkdir -p $out/lib
|
||||||
make install-data-am
|
cp -R include $out/include
|
||||||
'';
|
'';
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
maintainers = with maintainers; [ copumpkin lnl7 ];
|
maintainers = with maintainers; [ copumpkin ];
|
||||||
platforms = platforms.darwin;
|
platforms = platforms.darwin;
|
||||||
license = licenses.apsl20;
|
license = licenses.apsl20;
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user