levmar: install new header

lm.h only contains a deprecation warning now
This commit is contained in:
Guilhem Saurel
2025-10-28 19:54:35 +01:00
parent 06083cc5ed
commit cdcdbe2731
+1 -1
View File
@@ -26,7 +26,7 @@ stdenv.mkDerivation (finalAttrs: {
installPhase = ''
mkdir -p $out/include $out/lib
cp lm.h $out/include
cp levmar.h lm.h $out/include
cp liblevmar.a $out/lib
'';