checkinstall: Fix build on i686-linux
http://hydra.nixos.org/build/4844549
This commit is contained in:
parent
d21bfddc57
commit
233aca358f
@ -29,11 +29,12 @@ stdenv.mkDerivation {
|
||||
|
||||
# Fix a `conflicting types for 'scandir'' error on Glibc 2.11.
|
||||
./scandir.patch
|
||||
]
|
||||
|
||||
++ stdenv.lib.optional (stdenv.system == "x86_64-linux")
|
||||
# Force use of old memcpy so that installwatch works on Glibc <
|
||||
# 2.14.
|
||||
./use-old-memcpy.patch
|
||||
];
|
||||
./use-old-memcpy.patch;
|
||||
|
||||
buildInputs = [gettext];
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user