Skip to content

Commit

Permalink
prelink: Disable on Darwin
Browse files Browse the repository at this point in the history
https://hydra.nixos.org/build/60439488

A tool that works on ELF files only isn't probably that useful on
Darwin.

(cherry picked from commit 2cd2ee5)
  • Loading branch information
dezgeg committed Sep 13, 2017
1 parent 62eeec7 commit 221a743
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/development/tools/misc/prelink/default.nix
Expand Up @@ -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;
};
}

0 comments on commit 221a743

Please sign in to comment.