mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-23 20:44:12 +00:00
libcdio: fix build w/glibc-2.36
Failing Hydra build: https://hydra.nixos.org/build/193374680
This commit is contained in:
parent
2a2cd02cb6
commit
1e33e85063
@ -10,6 +10,12 @@ stdenv.mkDerivation rec {
|
||||
};
|
||||
|
||||
patches = [
|
||||
# Fixes test failure of realpath test with glibc-2.36
|
||||
(fetchpatch {
|
||||
url = "https://src.fedoraproject.org/rpms/libcdio/raw/d49ccdd9c8b4e9d57c01539f4c8948f28ce82bca/f/realpath-test-fix.patch";
|
||||
sha256 = "sha256-ldAGlcf79uQ8QAt4Au8Iv6jsI6ICZXtXOKZBpyELtN8=";
|
||||
})
|
||||
|
||||
# pull pending upstream patch to fix build on ncurses-6.3:
|
||||
# https://savannah.gnu.org/patch/index.php?10130
|
||||
(fetchpatch {
|
||||
|
Loading…
Reference in New Issue
Block a user