9 stdenv.mkDerivation rec {
10 pname = "musl-obstack";
13 src = fetchFromGitHub {
15 repo = "musl-obstack";
17 sha256 = "sha256-oydS7FubUniMHAUWfg84OH9+CZ0JCrTXy7jzwOyJzC8=";
25 enableParallelBuilding = true;
28 homepage = "https://github.com/void-linux/musl-obstack";
29 description = "An extraction of the obstack functions and macros from GNU libiberty for use with musl-libc";
30 platforms = platforms.linux;
31 license = licenses.lgpl21Plus;
32 maintainers = [ maintainers.pjjw ];