trace: https://gist.github.com/steveeJ/4ac6baacccbca09863f7
This happens for a while now. The following patch seems to help a little
diff --git a/pkgs/misc/vim-plugins/default.nix b/pkgs/misc/vim-plugins/default.nix
index 84386ef..74c6b64 100644
--- a/pkgs/misc/vim-plugins/default.nix
+++ b/pkgs/misc/vim-plugins/default.nix
@@ -2,7 +2,7 @@
{ fetchurl, bash, stdenv, python, go, cmake, vim, vimUtils, perl, ruby, unzip
, which, fetchgit, fetchFromGitHub, fetchhg, fetchzip, llvmPackages, zip
, vim_configurable, vimPlugins, xkb_switch, git
-, Cocoa
+, Cocoa ? null
}:
let
I get build failures of other packages later of which I don't know if they're related. Currently, bash is the next fail in line.
/cc @jagajaga
trace: https://gist.github.com/steveeJ/4ac6baacccbca09863f7
This happens for a while now. The following patch seems to help a little
I get build failures of other packages later of which I don't know if they're related. Currently, bash is the next fail in line.
/cc @jagajaga