mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-12 20:55:31 +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,
|
autoreconfHook,
|
||||||
libelf,
|
libelf,
|
||||||
libiberty,
|
libiberty,
|
||||||
|
unstableGitUpdater,
|
||||||
}:
|
}:
|
||||||
|
|
||||||
stdenv.mkDerivation {
|
stdenv.mkDerivation {
|
||||||
pname = "prelink";
|
pname = "prelink";
|
||||||
version = "unstable-2019-06-24";
|
version = "20151030-unstable-2024-07-02";
|
||||||
|
|
||||||
src = fetchgit {
|
src = fetchgit {
|
||||||
url = "https://git.yoctoproject.org/git/prelink-cross";
|
url = "https://git.yoctoproject.org/prelink-cross";
|
||||||
branchName = "cross_prelink";
|
branchName = "cross_prelink";
|
||||||
rev = "f9975537dbfd9ade0fc813bd5cf5fcbe41753a37";
|
rev = "ff2561c02ade96c5d4d56ddd4e27ff064840a176";
|
||||||
sha256 = "sha256-O9/oZooLRyUBBZX3SFcB6LFMmi2vQqkUlqtZnrq5oZc=";
|
sha256 = "sha256-wmX7ybrZDWEop9fiInZMvgK/fpEk3sq+Wu8DSWWIvQY=";
|
||||||
};
|
};
|
||||||
|
|
||||||
strictDeps = true;
|
strictDeps = true;
|
||||||
|
@ -40,6 +41,8 @@ stdenv.mkDerivation {
|
||||||
|
|
||||||
enableParallelBuilding = true;
|
enableParallelBuilding = true;
|
||||||
|
|
||||||
|
passthru.updateScript = unstableGitUpdater { };
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
description = "ELF prelinking utility to speed up dynamic linking";
|
description = "ELF prelinking utility to speed up dynamic linking";
|
||||||
homepage = "https://wiki.yoctoproject.org/wiki/Cross-Prelink";
|
homepage = "https://wiki.yoctoproject.org/wiki/Cross-Prelink";
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue