glibc: hurd: Use the old `rpcgen-path.patch'.
This commit is contained in:
parent
c7307122bf
commit
4d8cd0aa24
@ -32,14 +32,17 @@ stdenv.mkDerivation ({
|
|||||||
enableParallelBuilding = true;
|
enableParallelBuilding = true;
|
||||||
|
|
||||||
patches =
|
patches =
|
||||||
[ /* Have rpcgen(1) look for cpp(1) in $PATH. */
|
[ /* Have rpcgen(1) look for cpp(1) in $PATH.
|
||||||
./rpcgen-path.patch
|
On GNU/Hurd, use the old version of the patch since the new one
|
||||||
|
doesn't apply. */
|
||||||
|
(if hurdHeaders != null
|
||||||
|
then ../2.13/rpcgen-path.patch
|
||||||
|
else ./rpcgen-path.patch)
|
||||||
|
|
||||||
/* Allow NixOS and Nix to handle the locale-archive. */
|
/* Allow NixOS and Nix to handle the locale-archive. */
|
||||||
./nix-locale-archive.patch
|
./nix-locale-archive.patch
|
||||||
|
|
||||||
/* Don't use /etc/ld.so.cache, for non-NixOS systems. Currently
|
/* Don't use /etc/ld.so.cache, for non-NixOS systems. */
|
||||||
disabled on GNU/Hurd, which uses a more recent libc snapshot. */
|
|
||||||
./dont-use-system-ld-so-cache.patch
|
./dont-use-system-ld-so-cache.patch
|
||||||
|
|
||||||
/* Without this patch many KDE binaries crash. */
|
/* Without this patch many KDE binaries crash. */
|
||||||
|
Loading…
Reference in New Issue
Block a user