nbody: Remove libtampi-c patch

See #37
This commit is contained in:
Rodrigo Arias 2020-10-05 12:39:34 +02:00
parent 533d8e9768
commit 6d413c946c

View File

@ -35,11 +35,6 @@ stdenv.mkDerivation rec {
makeFlagsArray+=(CFLAGS="${cflags}")
'' else "");
# HACK: This should be fixed in the Makefile.
postPatch = ''
sed -i 's/libtampi.a/libtampi-c.a/g' Makefile
'';
makeFlags = [
"CC=${cc.cc.CC}"
"BS=${toString blocksize}"