tradcpp: improved aarch64 support
This commit is contained in:
@@ -11,7 +11,10 @@ stdenv.mkDerivation {
|
||||
# tradcpp only comes with BSD-make Makefile; the patch adds configure support
|
||||
buildInputs = [ autoconf ];
|
||||
preConfigure = "autoconf";
|
||||
patches = [ ./tradcpp-configure.patch ];
|
||||
patches = [
|
||||
./tradcpp-configure.patch
|
||||
./aarch64.patch
|
||||
];
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
description = "A traditional (K&R-style) C macro preprocessor";
|
||||
|
||||
Reference in New Issue
Block a user