Skip to content

./pkgs/misc/vim-plugins/default.nix:2:1 called without required argument ‘Cocoa’, at ./lib/customisation.nix:56:12 #12931

@steveej

Description

@steveej

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions