attr: add inline patch comments (#480677)
This commit is contained in:
@@ -29,6 +29,9 @@ stdenv.mkDerivation rec {
|
||||
|
||||
nativeBuildInputs = [ gettext ];
|
||||
|
||||
# tools/attr.c: Add missing libgen.h include for basename(3)
|
||||
# Fixes compilation issue with musl and modern C99 compilers.
|
||||
# See: https://bugs.gentoo.org/926294
|
||||
patches = [ ./musl.patch ];
|
||||
|
||||
postPatch = ''
|
||||
|
||||
Reference in New Issue
Block a user