mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-10 19:55:41 +03:00
prelink: unstable-2019-06-24 -> 20151030-unstable-2024-07-02 (#402659)
This commit is contained in:
commit
bdbe3aeef4
1 changed files with 7 additions and 4 deletions
|
@ -5,17 +5,18 @@
|
|||
autoreconfHook,
|
||||
libelf,
|
||||
libiberty,
|
||||
unstableGitUpdater,
|
||||
}:
|
||||
|
||||
stdenv.mkDerivation {
|
||||
pname = "prelink";
|
||||
version = "unstable-2019-06-24";
|
||||
version = "20151030-unstable-2024-07-02";
|
||||
|
||||
src = fetchgit {
|
||||
url = "https://git.yoctoproject.org/git/prelink-cross";
|
||||
url = "https://git.yoctoproject.org/prelink-cross";
|
||||
branchName = "cross_prelink";
|
||||
rev = "f9975537dbfd9ade0fc813bd5cf5fcbe41753a37";
|
||||
sha256 = "sha256-O9/oZooLRyUBBZX3SFcB6LFMmi2vQqkUlqtZnrq5oZc=";
|
||||
rev = "ff2561c02ade96c5d4d56ddd4e27ff064840a176";
|
||||
sha256 = "sha256-wmX7ybrZDWEop9fiInZMvgK/fpEk3sq+Wu8DSWWIvQY=";
|
||||
};
|
||||
|
||||
strictDeps = true;
|
||||
|
@ -40,6 +41,8 @@ stdenv.mkDerivation {
|
|||
|
||||
enableParallelBuilding = true;
|
||||
|
||||
passthru.updateScript = unstableGitUpdater { };
|
||||
|
||||
meta = with lib; {
|
||||
description = "ELF prelinking utility to speed up dynamic linking";
|
||||
homepage = "https://wiki.yoctoproject.org/wiki/Cross-Prelink";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue