mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-26 08:53:21 +00:00
elfutils: 0.176 -> 0.180
This commit is contained in:
parent
fc2262365f
commit
5fce232e3f
@ -3,11 +3,11 @@
|
|||||||
# TODO: Look at the hardcoded paths to kernel, modules etc.
|
# TODO: Look at the hardcoded paths to kernel, modules etc.
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "elfutils";
|
pname = "elfutils";
|
||||||
version = "0.176";
|
version = "0.180";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "https://sourceware.org/elfutils/ftp/${version}/${pname}-${version}.tar.bz2";
|
url = "https://sourceware.org/elfutils/ftp/${version}/${pname}-${version}.tar.bz2";
|
||||||
sha256 = "08qhrl4g6qqr4ga46jhh78y56a47p3msa5b2x1qhzbxhf71lfmzb";
|
sha256 = "17an1f67bfzxin482nbcxdl5qvywm27i9kypjyx8ilarbkivc9xq";
|
||||||
};
|
};
|
||||||
|
|
||||||
patches = [ ./debug-info-from-env.patch ];
|
patches = [ ./debug-info-from-env.patch ];
|
||||||
@ -24,6 +24,7 @@ stdenv.mkDerivation rec {
|
|||||||
configureFlags =
|
configureFlags =
|
||||||
[ "--program-prefix=eu-" # prevent collisions with binutils
|
[ "--program-prefix=eu-" # prevent collisions with binutils
|
||||||
"--enable-deterministic-archives"
|
"--enable-deterministic-archives"
|
||||||
|
"--disable-debuginfod"
|
||||||
];
|
];
|
||||||
|
|
||||||
enableParallelBuilding = true;
|
enableParallelBuilding = true;
|
||||||
|
Loading…
Reference in New Issue
Block a user