* Fix symbol to look for.
This commit is contained in:
@ -54,7 +54,7 @@ rec {
|
||||
configureFlags = "--with-nix=${nix}";
|
||||
|
||||
buildInputs =
|
||||
[ perl makeWrapper libtool nix unzip nukeReferences pkgconfig boehmgc sqlite git gitAndTools.topGit mercurial subversion bazaar]
|
||||
[ perl makeWrapper libtool nix unzip nukeReferences pkgconfig boehmgc sqlite git gitAndTools.topGit mercurial subversion bazaar ]
|
||||
++ (import ./deps.nix) { inherit pkgs; };
|
||||
|
||||
hydraPath = stdenv.lib.concatStringsSep ":" (map (p: "${p}/bin") ( [
|
||||
@ -75,10 +75,13 @@ rec {
|
||||
--set NIX_RELEASE ${nix.name}
|
||||
done
|
||||
''; # */
|
||||
|
||||
LOGNAME="$USER";
|
||||
|
||||
meta = {
|
||||
description = "Build of Hydra on ${system}";
|
||||
};
|
||||
|
||||
succeedOnFailure = true;
|
||||
keepBuildDirectory = true;
|
||||
};
|
||||
|
Reference in New Issue
Block a user