Remove fetchpatch

This commit is contained in:
Tim Steinbach 2020-08-31 09:08:49 -04:00 committed by GitHub
parent 63a726d847
commit c23a404cb6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,7 +1,7 @@
# This script was inspired by the ArchLinux User Repository package:
#
# https://aur.archlinux.org/cgit/aur.git/tree/PKGBUILD?h=oh-my-zsh-git
{ stdenv, fetchFromGitHub, fetchpatch }:
{ stdenv, fetchFromGitHub }:
stdenv.mkDerivation rec {
version = "2020-08-28";