diff --git a/srcpkgs/fzy/patches/musl.patch b/srcpkgs/fzy/patches/musl.patch deleted file mode 100644 index 35a98441a91..00000000000 --- a/srcpkgs/fzy/patches/musl.patch +++ /dev/null @@ -1,18 +0,0 @@ -commit 219d94ddc4dc9ed7e6d0650c4807e85442fffea1 -Author: Duncaen -Date: Sat Jul 30 23:11:13 2016 +0200 - - Add sys/select.h to fix building with musl libc - -diff --git src/tty.c src/tty.c -index 97ac2ab..ed951b3 100644 ---- src/tty.c -+++ src/tty.c -@@ -5,6 +5,7 @@ - #include - #include - #include -+#include - - #include "tty.h" - diff --git a/srcpkgs/fzy/template b/srcpkgs/fzy/template index 90397d6280c..a7af77327f1 100644 --- a/srcpkgs/fzy/template +++ b/srcpkgs/fzy/template @@ -1,6 +1,6 @@ # Template file for 'fzy' pkgname=fzy -version=0.6 +version=0.7 revision=1 build_style=gnu-makefile short_desc="A fuzzy text selector menu for the terminal" @@ -8,7 +8,7 @@ maintainer="Diogo Leal " license="MIT" homepage="https://github.com/jhawthorn/fzy" distfiles="https://github.com/jhawthorn/fzy/archive/${version}.tar.gz" -checksum=463d04adaccef51aac53d830847ffe8b8b82e22bd6cd86c6448f9cba2142694f +checksum=6eb0940c85518c32326e6d389de6a9ede695ed9846f8b78aafec1066b9720186 CFLAGS="-std=c99" post_extract() {