about summary refs log tree commit diff
path: root/pkgs/tools/misc/fzf
AgeCommit message (Collapse)AuthorFilesLines
2020-06-08fzf: add maintainerzowoq1-2/+2
2020-05-14go-modules: Update files to use vendorSha256Colin L Rice1-2/+2
2020-04-03fzf: 0.21.0-1 -> 0.21.1zowoq1-2/+2
https://github.com/junegunn/fzf/blob/master/CHANGELOG.md#0211
2020-03-13fzf: 0.21.0 -> 0.21.0-1zowoq1-2/+2
2020-03-12fzf: 0.20.0 -> 0.21.0zowoq1-4/+4
https://github.com/junegunn/fzf/blob/master/CHANGELOG.md#0210
2020-02-09fzf: fix patch for vim plugin; enable tests; avoid direct $src… (#79575)Benjamin Hipple1-10/+12
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-01-04fzf: fix unstable vim plugin pathmidchildan1-4/+2
exclude version number from vim plugin path
2019-12-26treewide: update which packages I'm currently maintainingMaximilian Bosch1-1/+1
Idea shamelessly stolen from 4e60b0efae56cc8e1a8a606a5a89462c38aba305. 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-21fzf: 0.19.0 -> 0.20.0zowoq1-2/+2
2019-12-03fzf: add filalex77 to maintainersOleksii Filonenko1-0/+1
2019-12-03fzf: 0.18.0 -> 0.19.0Oleksii Filonenko1-3/+3
2019-07-11fzf: 0.17.5 -> 0.18.0xrelkd2-109/+26
2019-02-26treewide: use runtimeShell instead of stdenv.shell whenever possibleJörg Thalheim1-2/+2
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-01-16treewide: use ${stdenv.shell} instead of /bin/sh where possiblernhmjoj1-1/+1
2018-10-24fzf: 0.17.4 -> 0.17.5Daniël de Kok1-2/+2
Changes: https://github.com/junegunn/fzf/blob/master/CHANGELOG.md
2018-07-27fzf: fix invalid symlink on vim-pluginsMatías Lang1-2/+2
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-21pkgs/*: remove unreferenced function argumentsvolth1-1/+1
2018-06-13fzf: 0.17.3 -> 0.17.4Benjamin Hipple1-2/+2
2018-05-07fzf: fix vim plugin patch phaseMatías Lang1-2/+7
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: https://github.com/junegunn/fzf/commit/02ceae15a235de6b5cd2aca9de070fb3fff78e5b 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.
2017-12-08fzf: 0.17.1 ->0.17.3Bart Brouns1-2/+2
2017-11-04fzf: 0.17.1mimadrid1-2/+2
2017-10-12fzf: 0.17.0 -> 0.17.0-2mimadrid1-2/+2
2017-08-26fzf: 0.16.11 -> 0.17.0Yann Hodique1-2/+2
2017-08-02fzf: 0.16.10 -> 0.16.11Yann Hodique1-2/+2
2017-07-28fzf: add script for finding 'share' folderAlexey Lebedeff1-1/+9
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-21fzf: 0.16.9 -> 0.16.10Yann Hodique1-2/+2
2017-07-20fzf: 0.16.8 -> 0.16.9Yann Hodique1-2/+2
2017-07-02fzf: Include fzf shell scripts in outputNadrieril1-0/+1
2017-06-07fzf: 0.16.7 -> 0.16.8Yann Hodique2-10/+55
2017-05-10fzf: add fish hook for NixOSPatrick Callahan1-1/+9
2017-04-30fzf: 0.16.6 -> 0.16.7Yann Hodique2-4/+4
2017-04-14fzf: 0.16.4 -> 0.16.6Yann Hodique2-6/+6
2017-02-14fzf: 0.16.2 -> 0.16.4mimadrid1-2/+2
2017-01-29fzf: from 0.15.9 to 0.16.2Anmol Sethi2-11/+13
2017-01-06fzf: install manpageAnmol Sethi1-0/+4
Closes #21706
2016-12-14fzf: 0.15.1 -> 0.15.9zimbatm2-2/+12
2016-09-23Merge pull request #18605 from LnL7/darwin-fzfDaiderd Jordan1-1/+8
fzf: fix cycle in bin output
2016-09-22fzf: 0.13.5 -> 0.15.1zimbatm1-2/+2
2016-09-16fzf: fix cycle in bin outputDaiderd Jordan1-1/+8
2016-09-16buildGoPackage: deps.json -> deps.nix in NIXONKamil Chmielewski3-21/+21
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-02fzf: 0.13.3 -> 0.13.5mimadrid1-2/+2
2016-07-18fzf: 0.13.2 -> 0.13.3 (#17013)Miguel Madrid1-3/+10
2016-06-26fzf: 0.12.3 -> 0.13.2mimadrid1-2/+2
2016-06-09Moving from fetchgit generated by go2nix to fetchFromGitHub where rev isKamil Chmielewski1-3/+4
a tag
2016-06-09no more goPackagesKamil Chmielewski1-4/+1
2016-06-09vimPlugins: FIX fzf outside goPackagesKamil Chmielewski1-1/+1
2016-06-09fzf: application extracted from goPackagesKamil Chmielewski2-0/+53
2015-09-02fzf: Move to go-packages and 0.10.0 -> 0.10.4William A. Kennington III1-33/+0
2015-07-15fzf: 0.9.13 -> 0.10.0John Chee1-2/+2
2015-07-11fzf: add magnetophon as a maintainerJohn Chee1-0/+1