9 stdenv.mkDerivation rec {
13 src = fetchFromGitHub {
17 sha256 = "Azw5qrz6OKDcpYydE6jXzVxSM5A8oYWAztrHr+O/DOE=";
25 enableParallelBuilding = true;
28 homepage = "https://github.com/void-linux/musl-fts";
29 description = "Implementation of fts(3) for musl-libc";
30 platforms = platforms.linux;
31 license = licenses.bsd3;
32 maintainers = [ maintainers.pjjw ];