Fix tarball nosv

This commit is contained in:
2025-10-13 11:34:23 +02:00
parent f69e6b6457
commit 7fda98292f

View File

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