8 # Note: this package is used for bootstrapping fetchurl, and thus
9 # cannot use fetchpatch! All mutable patches (generated by GitHub or
10 # cgit) that are needed here should be included directly in Nixpkgs as
13 stdenv.mkDerivation rec {
18 url = "mirror://savannah/attr/${pname}-${version}.tar.gz";
19 sha256 = "sha256-Ob9nRS+kHQlIwhl2AQU/SLPXigKTiXNDMqYwmmgMbIc=";
30 nativeBuildInputs = [ gettext ];
32 patches = [ ./musl.patch ];
35 for script in install-sh include/install-sh; do
41 homepage = "https://savannah.nongnu.org/projects/attr/";
42 description = "Library and tools for manipulating extended attributes";
43 platforms = platforms.linux;
44 badPlatforms = platforms.microblaze;
45 license = licenses.gpl2Plus;