reattach-to-user-namespace: Set platforms
This commit is contained in:
parent
1e7bb272e1
commit
f91458ca38
@ -2,15 +2,21 @@
|
|||||||
|
|
||||||
stdenv.mkDerivation {
|
stdenv.mkDerivation {
|
||||||
name = "reattach-to-user-namespace-2.4";
|
name = "reattach-to-user-namespace-2.4";
|
||||||
|
|
||||||
src = fetchgit {
|
src = fetchgit {
|
||||||
url = "https://github.com/ChrisJohnsen/tmux-MacOSX-pasteboard.git";
|
url = "https://github.com/ChrisJohnsen/tmux-MacOSX-pasteboard.git";
|
||||||
sha256 = "0hrh95di5dvpynq2yfcrgn93l077h28i6msham00byw68cx0dd3z";
|
sha256 = "0hrh95di5dvpynq2yfcrgn93l077h28i6msham00byw68cx0dd3z";
|
||||||
rev = "2765aeab8f337c29e260a912bf4267a2732d8640";
|
rev = "2765aeab8f337c29e260a912bf4267a2732d8640";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildFlags = "ARCHES=x86_64";
|
buildFlags = "ARCHES=x86_64";
|
||||||
|
|
||||||
installPhase = ''
|
installPhase = ''
|
||||||
mkdir -p $out/bin
|
mkdir -p $out/bin
|
||||||
cp reattach-to-user-namespace $out/bin/
|
cp reattach-to-user-namespace $out/bin/
|
||||||
'';
|
'';
|
||||||
}
|
|
||||||
|
|
||||||
|
meta = {
|
||||||
|
platforms = stdenv.lib.platforms.darwin;
|
||||||
|
};
|
||||||
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user