musl-obstack: enable strictDeps, enable structuredAttrs, modernize (#551987)

This commit is contained in:
Yohann Boniface
2026-08-12 23:06:49 +00:00
committed by GitHub

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=";
};
@@ -26,8 +26,12 @@ stdenv.mkDerivation (finalAttrs: {
pkg-config
];
strictDeps = true;
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";