Commit Graph

38 Commits

Author SHA1 Message Date
Daniël de Kok
f4e7d11a2e fzf: 0.17.4 -> 0.17.5
Changes: https://github.com/junegunn/fzf/blob/master/CHANGELOG.md
2018-10-24 06:56:11 +02:00
Matías Lang
fcb4e32e9a fzf: fix invalid symlink on vim-plugins
The fzf vim plugin wasn't working because it was making a symlink to a
directory with the full source code. This directory isn't present
anymore since the commit e95f17e2720e67e2eabd59d7754c814d3e27a0b2 wich
removes it because it isn't so useful for the go packages.

I fixed it by manually copying the plugin/ directory into the out
derivation, which is the only part of the source that contains the vim
plugin.
2018-07-27 12:27:42 -03:00
volth
52f53c69ce pkgs/*: remove unreferenced function arguments 2018-07-21 02:48:04 +00:00
Benjamin Hipple
acec84f928 fzf: 0.17.3 -> 0.17.4 2018-06-13 22:14:07 +00:00
Matías Lang
b917daaf60 fzf: fix vim plugin patch phase
During patch phase, the path to the fzf binary is overwritten in the vim
plugin source. The sed expression doing this wasn't working because the fzf
code changed in this commit:
02ceae15a2
making the patch useless.

I fixed it and added a check to verify that the plugin was effecively
patched to prevent this to happen in the future.
2018-05-07 00:50:44 -03:00
Bart Brouns
2b1201b2ed fzf: 0.17.1 ->0.17.3 2017-12-08 22:16:30 +01:00
mimadrid
16172d4299
fzf: 0.17.1 2017-11-04 08:36:33 +01:00
mimadrid
393a2ea979 fzf: 0.17.0 -> 0.17.0-2 2017-10-12 21:31:17 +02:00
Yann Hodique
f214a47ac4
fzf: 0.16.11 -> 0.17.0 2017-08-26 21:47:01 -07:00
Yann Hodique
45fb1c94d7 fzf: 0.16.10 -> 0.16.11 2017-08-02 12:02:23 +02:00
Alexey Lebedeff
7723d9935f fzf: add script for finding 'share' folder
So that helper scripts can be easily sourced in interactive shell
configuration. `autojump` package was already present and had the same
requirements for findind a `share` folders, so I took an inspiration
there.

I beleive this is a better alternative to:
- https://github.com/NixOS/nixpkgs/pull/25080
- https://github.com/NixOS/nixpkgs/pull/27058

Replacing `$out/share/shell` with `$bin/share/fzf` was necessary to
prevent dependency loop in produced derivations.
2017-07-28 12:48:11 +03:00
Yann Hodique
7759b8c1ca fzf: 0.16.9 -> 0.16.10 2017-07-21 11:51:28 -07:00
Yann Hodique
3bb5b83584 fzf: 0.16.8 -> 0.16.9 2017-07-20 22:48:00 -07:00
Nadrieril
a0f9386d53 fzf: Include fzf shell scripts in output 2017-07-02 19:33:07 +01:00
Yann Hodique
3ac67c1482 fzf: 0.16.7 -> 0.16.8 2017-06-07 17:53:20 -07:00
Patrick Callahan
3d37af3e8b
fzf: add fish hook for NixOS 2017-05-10 10:16:04 +01:00
Yann Hodique
078b7c9f16 fzf: 0.16.6 -> 0.16.7 2017-04-30 11:38:58 -07:00
Yann Hodique
e0ed784c06 fzf: 0.16.4 -> 0.16.6 2017-04-14 21:38:31 -07:00
mimadrid
0280d327f4
fzf: 0.16.2 -> 0.16.4 2017-02-14 23:47:27 +01:00
Anmol Sethi
a4b8a67532 fzf: from 0.15.9 to 0.16.2 2017-01-29 00:52:22 -05:00
Anmol Sethi
d65be2eb12 fzf: install manpage
Closes #21706
2017-01-06 04:27:35 -05:00
zimbatm
2a224c6795 fzf: 0.15.1 -> 0.15.9 2016-12-14 23:23:29 +00:00
Daiderd Jordan
992b59c9a1 Merge pull request #18605 from LnL7/darwin-fzf
fzf: fix cycle in bin output
2016-09-23 00:29:40 +02:00
zimbatm
aec4a9fee7 fzf: 0.13.5 -> 0.15.1 2016-09-22 20:06:29 +01:00
Daiderd Jordan
0eddd42306
fzf: fix cycle in bin output 2016-09-16 23:06:50 +02:00
Kamil Chmielewski
914e0e594c buildGoPackage: deps.json -> deps.nix in NIXON
https://github.com/NixOS/nixpkgs/pull/17254#issuecomment-245295541

* update docs to describe `deps.nix`
* include goDeps in nix-shell GOPATH
* NixOS 16.09 rel notes about replacing goPackages
2016-09-16 00:04:55 +01:00
mimadrid
f4d13a44c0
fzf: 0.13.3 -> 0.13.5 2016-09-02 23:23:35 +02:00
Miguel Madrid
dc05af3284 fzf: 0.13.2 -> 0.13.3 (#17013) 2016-07-18 06:36:35 +02:00
mimadrid
5bf585806e
fzf: 0.12.3 -> 0.13.2 2016-06-26 15:53:30 +02:00
Kamil Chmielewski
bbc37e0eb7 Moving from fetchgit generated by go2nix to fetchFromGitHub where rev is
a tag
2016-06-09 13:08:10 +02:00
Kamil Chmielewski
7eb671ebcd no more goPackages 2016-06-09 13:08:00 +02:00
Kamil Chmielewski
6909d0e456 vimPlugins: FIX fzf outside goPackages 2016-06-09 11:21:30 +02:00
Kamil Chmielewski
dbf48cd10b fzf: application extracted from goPackages 2016-06-09 11:21:30 +02:00
William A. Kennington III
a8d64c8eea fzf: Move to go-packages and 0.10.0 -> 0.10.4 2015-09-02 17:27:03 -07:00
John Chee
17c1428bfb fzf: 0.9.13 -> 0.10.0 2015-07-15 19:59:20 -07:00
John Chee
ec6e64a371 fzf: add magnetophon as a maintainer 2015-07-11 10:30:51 -07:00
John Chee
9e2da99cc7 fzf: whitespace 2015-07-10 10:52:23 -07:00
John Chee
fb371c0642 fzf: init at 0.9.13
patch by @magnetophon
2015-07-09 18:05:14 -07:00