musl-obstack: enable structuredAttrs, use tag

This commit is contained in:
Stefan Frijters
2026-08-05 11:28:44 +02:00
parent bef44b5305
commit b8ce44e582

View File

@@ -13,7 +13,7 @@ stdenv.mkDerivation (finalAttrs: {
src = fetchFromGitHub {
owner = "void-linux";
repo = "musl-obstack";
rev = "v${finalAttrs.version}";
tag = "v${finalAttrs.version}";
sha256 = "sha256-oydS7FubUniMHAUWfg84OH9+CZ0JCrTXy7jzwOyJzC8=";
};
@@ -30,6 +30,8 @@ stdenv.mkDerivation (finalAttrs: {
enableParallelBuilding = true;
__structuredAttrs = true;
meta = {
homepage = "https://github.com/void-linux/musl-obstack";
description = "Extraction of the obstack functions and macros from GNU libiberty for use with musl-libc";