mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-12 03:56:17 +03:00
* Use a fixed patchelf.
svn path=/nixpkgs/branches/stdenv-updates/; revision=11958
This commit is contained in:
parent
0901882c1e
commit
5fadd928bc
@ -1,15 +1,15 @@
|
||||
{stdenv, fetchurl}:
|
||||
|
||||
stdenv.mkDerivation {
|
||||
name = "patchelf-0.4pre11926";
|
||||
name = "patchelf-0.4pre11957";
|
||||
|
||||
src = fetchurl {
|
||||
url = http://nixos.org/releases/patchelf/patchelf-0.4pre11926-l7bh3lls/patchelf-0.4pre11926.tar.bz2;
|
||||
url = http://nixos.org/releases/patchelf/patchelf-0.4pre11957-lngvn112/patchelf-0.4pre11957.tar.bz2;
|
||||
sha256 = "39cb2a277bb9cb6fe216694b0db3b7e364e2ec0597e437e5cb0fd4378fd172f3";
|
||||
};
|
||||
|
||||
meta = {
|
||||
homepage = "http://nixos.org/patchelf.html";
|
||||
homepage = http://nixos.org/patchelf.html;
|
||||
license = "GPL";
|
||||
description = "A small utility to modify the dynamic linker and RPATH of ELF executables";
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user