Commit graph

62 commits

Author SHA1 Message Date
Oleksii Filonenko 512c3c0a05 maintainers: rename filalex77 -> Br1ght0ne 2020-11-17 13:09:31 +02:00
zowoq 64c4adce54 fzf: 0.24.2 -> 0.24.3
https://github.com/junegunn/fzf/releases/tag/0.24.3
2020-11-09 21:52:49 +10:00
zowoq 93c4fad2c3 fzf: 0.24.1 -> 0.24.2
https://github.com/junegunn/fzf/releases/tag/0.24.2
2020-11-04 08:25:03 +10:00
zowoq 263c9eabef fzf: 0.24.0 -> 0.24.1
https://github.com/junegunn/fzf/releases/tag/0.24.1
2020-10-29 08:38:06 +10:00
zowoq 023abd4ffb fzf: 0.23.1 -> 0.24.0
https://github.com/junegunn/fzf/releases/tag/0.24.0
2020-10-28 09:07:12 +10:00
zowoq 62e614262a fzf: 0.23.0 -> 0.23.1
https://github.com/junegunn/fzf/blob/master/CHANGELOG.md#0231
2020-10-11 16:42:35 +10:00
zowoq 1a6640a907 fzf: 0.22.0 -> 0.23.0
https://github.com/junegunn/fzf/blob/master/CHANGELOG.md#0230
2020-10-07 22:20:35 +10:00
Silvan Mosberger 7ff5fd2e91
fzf: Make sure that perl path is valid 2020-08-21 22:30:27 +02:00
zowoq 264475ce5b buildGoModule packages: remove doCheck = true 2020-08-10 16:02:36 +10:00
zowoq 6a8ca288e7 fzf: 0.21.1 -> 0.22.0
https://github.com/junegunn/fzf/blob/master/CHANGELOG.md#0220
2020-08-02 17:29:39 +10:00
zowoq 6ac70262b7 fzf: add maintainer 2020-06-08 13:25:05 +10:00
Colin L Rice d6162dab50
go-modules: Update files to use vendorSha256 2020-05-14 07:22:21 +01:00
zowoq cc21aa99a4 fzf: 0.21.0-1 -> 0.21.1
https://github.com/junegunn/fzf/blob/master/CHANGELOG.md#0211
2020-04-03 18:50:25 +10:00
zowoq 179aa6ec04 fzf: 0.21.0 -> 0.21.0-1 2020-03-13 10:34:32 +10:00
zowoq da13cdb56c fzf: 0.20.0 -> 0.21.0
https://github.com/junegunn/fzf/blob/master/CHANGELOG.md#0210
2020-03-12 06:58:34 +00:00
Benjamin Hipple e85e257ad9 fzf: fix patch for vim plugin; enable tests; avoid direct $src… (#79575)
It was previously referencing `$bin`, but this package no longer produces a
`bin` output, just `out` and `share`. Updated to make the comparison check a bit
more robust.

Also updated to avoid direct dependency on the `$src` directory out of the nix
store, instead using the processed src setup in the unpackPhase. This provides a
cleaner abstraction between the build/install phase and the input src phase, and
avoids an unnecessary dependency on whether the source disted tarball comes from
`fetchFromGitHub` (in which case it's an unpacked directory) or something like
`fetchurl`. In either case, stdenv is responsible for processing the input `src`
and setting up a clean build dir for us, so we should use that.

This produces an equivalent directory tree, except that the vim plugin is no
longer broken.
2020-02-09 15:43:22 -08:00
midchildan bc213d09e2
fzf: fix unstable vim plugin path
exclude version number from vim plugin path
2020-01-04 23:37:06 +09:00
Maximilian Bosch 9842c4b107
treewide: update which packages I'm currently maintaining
Idea shamelessly stolen from 4e60b0efae.

I realized that I don't really know anymore where I'm listed as maintainer and what
I'm actually (co)-maintaining which means that I can't proactively take
care of packages I officially maintain.

As I don't have the time, energy and motivation to take care of stuff I
was interested in 1 or 2 years ago (or packaged for someone else in the
past), I decided that I make this explicit by removing myself from several
packages and adding myself in some other stuff I'm now interested in.

I've seen it several times now that people remove themselves from a
package without removing the package if it's unmaintained after that
which is why I figured that it's fine in my case as the affected pkgs
are rather low-prio and were pretty easy to maintain.
2019-12-26 15:27:47 +01:00
zowoq bd3c7cd6e0 fzf: 0.19.0 -> 0.20.0 2019-12-21 13:30:39 +10:00
Oleksii Filonenko 80f06c0c86
fzf: add filalex77 to maintainers 2019-12-03 20:18:59 +02:00
Oleksii Filonenko 5d17fd1e0d
fzf: 0.18.0 -> 0.19.0 2019-12-03 20:18:33 +02:00
xrelkd 4dcd65aa99 fzf: 0.17.5 -> 0.18.0 2019-07-11 00:39:05 +08:00
Jörg Thalheim dadc7eb329
treewide: use runtimeShell instead of stdenv.shell whenever possible
Whenever we create scripts that are installed to $out, we must use runtimeShell
in order to get the shell that can be executed on the machine we create the
package for. This is relevant for cross-compiling. The only use case for
stdenv.shell are scripts that are executed as part of the build system.
Usages in checkPhase are borderline however to decrease the likelyhood
of people copying the wrong examples, I decided to use runtimeShell as well.
2019-02-26 14:10:49 +00:00
rnhmjoj bcf54ce5bb
treewide: use ${stdenv.shell} instead of /bin/sh where possible 2019-01-16 20:37:15 +01:00
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 e95f17e272 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