Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)

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.

+1 -1
+1 -1
pkgs/development/tools/misc/prelink/default.nix
··· 19 19 homepage = http://people.redhat.com/jakub/prelink/; 20 20 license = "GPL"; 21 21 description = "ELF prelinking utility to speed up dynamic linking"; 22 - platforms = stdenv.lib.platforms.all; 22 + platforms = stdenv.lib.platforms.linux; 23 23 }; 24 24 }