fzf: whitespace
This commit is contained in:
parent
fb371c0642
commit
9e2da99cc7
@ -13,7 +13,16 @@ buildGoPackage rec {
|
|||||||
sha256 = "1m9zbf02d6i47c33jys9lr0krqfjk2dr8jzpfhnrb266qcdb27xi";
|
sha256 = "1m9zbf02d6i47c33jys9lr0krqfjk2dr8jzpfhnrb266qcdb27xi";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = with goPackages; [ crypto ginkgo gomega junegunn.go-runewidth go-shellwords ncurses syncthing text ];
|
buildInputs = with goPackages; [
|
||||||
|
crypto
|
||||||
|
ginkgo
|
||||||
|
gomega
|
||||||
|
junegunn.go-runewidth
|
||||||
|
go-shellwords
|
||||||
|
ncurses
|
||||||
|
syncthing
|
||||||
|
text
|
||||||
|
];
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
homepage = https://github.com/junegunn/fzf;
|
homepage = https://github.com/junegunn/fzf;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user