aboutsummaryrefslogtreecommitdiff
path: root/pkgs/shells/zsh
diff options
context:
space:
mode:
authorTim Steinbach <NeQuissimus@users.noreply.github.com>2020-08-31 09:08:49 -0400
committerGitHub <noreply@github.com>2020-08-31 09:08:49 -0400
commitc23a404cb6ee3a490583c1d08ef67c22b494880c (patch)
tree76ac12b39a736f47001e274a9c56f11b76482de5 /pkgs/shells/zsh
parent63a726d8479a4831fcc2b891638f56e9f185857e (diff)
Remove fetchpatch
Diffstat (limited to 'pkgs/shells/zsh')
-rw-r--r--pkgs/shells/zsh/oh-my-zsh/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/shells/zsh/oh-my-zsh/default.nix b/pkgs/shells/zsh/oh-my-zsh/default.nix
index fc87a3a2b312..2a98f43fb331 100644
--- a/pkgs/shells/zsh/oh-my-zsh/default.nix
+++ b/pkgs/shells/zsh/oh-my-zsh/default.nix
@@ -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";