xdaliclock: Fix aarch64 build

https://hydra.nixos.org/build/65030707
This commit is contained in:
Tuomas Tynkkynen 2017-12-04 19:31:02 +02:00
parent cb6065f0c9
commit e220f31908

View file

@ -9,7 +9,9 @@ stdenv.mkDerivation rec {
sha256 = "194zzp1a989k2v8qzfr81gdknr8xiz16d6fdl63jx9r3mj5klmvb";
};
sourceRoot = "${name}/X11";
# Note: don't change this to set sourceRoot, or updateAutotoolsGnuConfigScriptsHook
# on aarch64 doesn't find the files to patch and the aarch64 build fails!
preConfigure = "cd X11";
buildInputs = [ libX11 xproto libXt libICE libSM libXext ];