prelink: Disable on Darwin

https://hydra.nixos.org/build/60439488

A tool that works on ELF files only isn't probably that useful on
Darwin.
This commit is contained in:
Tuomas Tynkkynen 2017-09-13 14:48:10 +03:00
parent c78c565245
commit 2cd2ee5f85

View file

@ -19,6 +19,6 @@ stdenv.mkDerivation rec {
homepage = http://people.redhat.com/jakub/prelink/;
license = "GPL";
description = "ELF prelinking utility to speed up dynamic linking";
platforms = stdenv.lib.platforms.all;
platforms = stdenv.lib.platforms.linux;
};
}