mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-11 04:02:55 +03:00
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/;
|
||||
license = "GPL";
|
||||
description = "ELF prelinking utility to speed up dynamic linking";
|
||||
platforms = stdenv.lib.platforms.all;
|
||||
platforms = stdenv.lib.platforms.linux;
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user