mirror of
https://github.com/SebastianWendel/nixpkgs.git
synced 2024-11-05 17:56:46 +01:00
binutils: Inherit version
This commit is contained in:
parent
2c59c1deb5
commit
04f3bc518e
|
@ -24,6 +24,7 @@ in
|
|||
|
||||
stdenv.mkDerivation {
|
||||
name = targetPrefix + basename;
|
||||
inherit version;
|
||||
|
||||
# HACK to ensure that we preserve source from bootstrap binutils to not rebuild LLVM
|
||||
src = stdenv.__bootPackages.binutils-unwrapped.src or (fetchurl {
|
||||
|
@ -132,7 +133,7 @@ stdenv.mkDerivation {
|
|||
enableParallelBuilding = true;
|
||||
|
||||
passthru = {
|
||||
inherit targetPrefix version;
|
||||
inherit targetPrefix;
|
||||
};
|
||||
|
||||
meta = with lib; {
|
||||
|
|
Loading…
Reference in a new issue