Skip to content

Instantly share code, notes, and snippets.

@codedmart
Created June 16, 2015 12:57
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save codedmart/5a672b4a11ac7fdbe2b2 to your computer and use it in GitHub Desktop.
Save codedmart/5a672b4a11ac7fdbe2b2 to your computer and use it in GitHub Desktop.
{ stdenv, fetchgit }:
stdenv.mkDerivation {
name = "UltiSnips-2015-06-11";
src = fetchgit {
url = "git://github.com/sirver/ultisnips";
rev = "c3a0924b777dbba2f8612950bd8f8a00df18d1bf";
sha256 = "7ad0e5dc8e8713db38ef2875e5d512e6cf8ef3dd7885ce12aff22052da780593";
};
dependencies = [];
}
patching sources
configuring
no configure script, doing nothing
building
no Makefile, doing nothing
installing
install flags: install
make: *** No rule to make target 'install'. Stop.
builder for ‘/nix/store/b5na2g88yd3v4c0v4wwdgwn728slikh9-UltiSnips-2015-06-11.drv’ failed with exit code 2
error: build of ‘/nix/store/b5na2g88yd3v4c0v4wwdgwn728slikh9-UltiSnips-2015-06-11.drv’ failed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment