musl-fts: enable strictDeps, enable structuredAttrs, modernize (#551988)

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

View File

@@ -13,7 +13,7 @@ stdenv.mkDerivation (finalAttrs: {
src = fetchFromGitHub {
owner = "void-linux";
repo = "musl-fts";
rev = "v${finalAttrs.version}";
tag = "v${finalAttrs.version}";
sha256 = "Azw5qrz6OKDcpYydE6jXzVxSM5A8oYWAztrHr+O/DOE=";
};
@@ -22,8 +22,12 @@ stdenv.mkDerivation (finalAttrs: {
pkg-config
];
strictDeps = true;
enableParallelBuilding = true;
__structuredAttrs = true;
meta = {
homepage = "https://github.com/void-linux/musl-fts";
description = "Implementation of fts(3) for musl-libc";