bonsai: remove aarch64-specific hacks
they aren't needed with newer hare
This commit is contained in:
@@ -1,12 +0,0 @@
|
|||||||
diff --git a/Makefile b/Makefile
|
|
||||||
index 4447137..6c2cebf 100644
|
|
||||||
--- a/Makefile
|
|
||||||
+++ b/Makefile
|
|
||||||
@@ -1,7 +1,6 @@
|
|
||||||
.POSIX:
|
|
||||||
.SUFFIXES:
|
|
||||||
HARE=hare
|
|
||||||
-HAREFLAGS=
|
|
||||||
SCDOC=scdoc
|
|
||||||
|
|
||||||
DESTDIR=
|
|
@@ -18,14 +18,6 @@ stdenv.mkDerivation rec {
|
|||||||
hash = "sha256-jOtFUpl2/Aa7f8JMZf6g63ayFOi+Ci+i7Ac63k63znc=";
|
hash = "sha256-jOtFUpl2/Aa7f8JMZf6g63ayFOi+Ci+i7Ac63k63znc=";
|
||||||
};
|
};
|
||||||
|
|
||||||
patches = [
|
|
||||||
./0001-cross-compile.patch
|
|
||||||
];
|
|
||||||
|
|
||||||
postPatch = lib.optionalString stdenv.isAarch64 ''
|
|
||||||
sed -i 's/hare build/hare build -t aarch64/g' Makefile
|
|
||||||
'';
|
|
||||||
|
|
||||||
nativeBuildInputs = [
|
nativeBuildInputs = [
|
||||||
hare
|
hare
|
||||||
hare-ev
|
hare-ev
|
||||||
|
Reference in New Issue
Block a user