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:
parent
c78c565245
commit
2cd2ee5f85
@ -19,6 +19,6 @@ stdenv.mkDerivation rec {
|
|||||||
homepage = http://people.redhat.com/jakub/prelink/;
|
homepage = http://people.redhat.com/jakub/prelink/;
|
||||||
license = "GPL";
|
license = "GPL";
|
||||||
description = "ELF prelinking utility to speed up dynamic linking";
|
description = "ELF prelinking utility to speed up dynamic linking";
|
||||||
platforms = stdenv.lib.platforms.all;
|
platforms = stdenv.lib.platforms.linux;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user