* Undo accidental commit.
svn path=/nixpkgs/trunk/; revision=33021
This commit is contained in:
parent
29df27f469
commit
891dd9121b
@ -1,7 +1,7 @@
|
|||||||
{ stdenv, fetchurl, noSysDirs, zlib, cross ? null, gold ? false, bison ? null, flex2535 ? null, bc ? null, dejagnu ? null }:
|
{ stdenv, fetchurl, noSysDirs, zlib, cross ? null, gold ? false, bison ? null, flex2535 ? null, bc ? null, dejagnu ? null }:
|
||||||
|
|
||||||
let basename = "binutils-2.21.1a"; in
|
let basename = "binutils-2.21.1a"; in
|
||||||
stdenv.mkDerivation ( rec {
|
stdenv.mkDerivation rec {
|
||||||
name = basename + stdenv.lib.optionalString (cross != null) "-${cross.config}";
|
name = basename + stdenv.lib.optionalString (cross != null) "-${cross.config}";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
@ -65,9 +65,4 @@ stdenv.mkDerivation ( rec {
|
|||||||
collision due to the ld/as wrappers/symlinks in the latter. */
|
collision due to the ld/as wrappers/symlinks in the latter. */
|
||||||
priority = "10";
|
priority = "10";
|
||||||
};
|
};
|
||||||
} // (stdenv.lib.optionalAttrs gold {
|
}
|
||||||
postInstall = ''
|
|
||||||
rm $out/bin/ld
|
|
||||||
ln -sf $out/bin/ld.gold $out/bin/ld
|
|
||||||
'';
|
|
||||||
} ) )
|
|
||||||
|
@ -40,19 +40,18 @@ stdenv.mkDerivation {
|
|||||||
name = "hydra-${version}";
|
name = "hydra-${version}";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "http://hydra.nixos.org/build/1264023/download/2/hydra-${version}.tar.gz";
|
url = http://hydra.nixos.org/build/1142240/download/2/hydra-0.1pre27592.tar.gz;
|
||||||
sha256 = "62cecc2da9cb0353ab4eb1f66b6783c0195421c35ba6b6eace9d3b56a9275631";
|
sha256 = "0197bcfkabqqv7611fh9kjabfm0nfci8kanfaa59hqwf3h6fmpwz";
|
||||||
};
|
};
|
||||||
|
|
||||||
configureFlags = "--with-nix=${nix}";
|
configureFlags = "--with-nix=${nix}";
|
||||||
|
|
||||||
buildInputs = [ perl makeWrapper libtool nix unzip nukeReferences pkgconfig boehmgc ] ++ perldeps ;
|
buildInputs = [ perl makeWrapper libtool nix unzip nukeReferences pkgconfig boehmgc ] ++ perldeps ;
|
||||||
|
|
||||||
hydraPath = stdenv.lib.concatStringsSep ":" (map (p: "${p}/bin") (
|
hydraPath = stdenv.lib.concatStringsSep ":" (map (p: "${p}/bin") ( [
|
||||||
[ libxslt sqlite subversion openssh nix coreutils findutils
|
libxslt sqlite subversion openssh nix coreutils findutils
|
||||||
gzip bzip2 lzma gnutar unzip git mercurial gnused graphviz
|
gzip bzip2 lzma gnutar unzip git mercurial gnused graphviz
|
||||||
rpm dpkg cdrkit
|
rpm dpkg cdrkit]));
|
||||||
]));
|
|
||||||
|
|
||||||
postInstall = ''
|
postInstall = ''
|
||||||
for i in "$out/bin/"*; do
|
for i in "$out/bin/"*; do
|
||||||
|
Loading…
x
Reference in New Issue
Block a user