fasd: work around non-deterministic failures
Example: http://hydra.nixos.org/build/19218521/nixlog/1/raw (cherry picked from commit 31810da31c98d6e634e2b5cb8eece3e3a67ce0cc)
This commit is contained in:
parent
217f6ed01b
commit
5fb4f2f39b
@ -1,4 +1,4 @@
|
|||||||
{ stdenv, fetchgit, pandoc, ... } :
|
{ stdenv, fetchgit, pandoc } :
|
||||||
|
|
||||||
let
|
let
|
||||||
rev = "287af2b80e0829b08dc6329b4fe8d8e5594d64b0";
|
rev = "287af2b80e0829b08dc6329b4fe8d8e5594d64b0";
|
||||||
@ -13,13 +13,16 @@ stdenv.mkDerivation {
|
|||||||
sha256 = "0kv9iyfdf916x0gab9fzs4vmsnkaqmb6kh4xna485nqij89xzkgs";
|
sha256 = "0kv9iyfdf916x0gab9fzs4vmsnkaqmb6kh4xna485nqij89xzkgs";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
# seems to be needed non-deterministically (timestamps?)
|
||||||
|
nativeBuildInputs = [ pandoc ];
|
||||||
|
|
||||||
installPhase = ''
|
installPhase = ''
|
||||||
PREFIX=$out make install
|
PREFIX=$out make install
|
||||||
'';
|
'';
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
homepage = "https://github.com/clvv/fasd";
|
homepage = "https://github.com/clvv/fasd";
|
||||||
description = "quick command-line access to files and directories for POSIX shells";
|
description = "Quick command-line access to files and directories for POSIX shells";
|
||||||
license = stdenv.lib.licenses.free; # https://github.com/clvv/fasd/blob/master/LICENSE
|
license = stdenv.lib.licenses.free; # https://github.com/clvv/fasd/blob/master/LICENSE
|
||||||
|
|
||||||
longDescription = ''
|
longDescription = ''
|
||||||
|
Loading…
x
Reference in New Issue
Block a user