Fix tarball nosv

This commit is contained in:
Aleix Boné 2025-10-13 11:34:23 +02:00
parent f69e6b6457
commit 7fda98292f
No known key found for this signature in database

View File

@ -51,6 +51,7 @@ let
nosv = pkgs.releaseTools.sourceTarball {
name = "nosv-tarball";
inherit (pkgs.nosv) src version;
preAutoconf = "sed -i 's/AC_MSG_RESULT/_AS_ECHO/' configure.ac";
};
};
in