Created
June 16, 2015 12:57
-
-
Save codedmart/5a672b4a11ac7fdbe2b2 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ stdenv, fetchgit }: | |
stdenv.mkDerivation { | |
name = "UltiSnips-2015-06-11"; | |
src = fetchgit { | |
url = "git://github.com/sirver/ultisnips"; | |
rev = "c3a0924b777dbba2f8612950bd8f8a00df18d1bf"; | |
sha256 = "7ad0e5dc8e8713db38ef2875e5d512e6cf8ef3dd7885ce12aff22052da780593"; | |
}; | |
dependencies = []; | |
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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