tcsh: drop outdated patch for musl

This commit is contained in:
Nick Cao 2023-03-31 10:16:07 +08:00
parent 6ae3b95f56
commit 18f4e2dc98
No known key found for this signature in database

View file

@ -1,7 +1,6 @@
{ lib
, stdenv
, fetchurl
, fetchpatch
, libxcrypt
, ncurses
, buildPackages
@ -27,14 +26,6 @@ stdenv.mkDerivation rec {
ncurses
];
patches = lib.optional stdenv.hostPlatform.isMusl
# Use system malloc
(fetchpatch {
name = "sysmalloc.patch";
url = "https://git.alpinelinux.org/aports/plain/community/tcsh/001-sysmalloc.patch?id=184585c046cdd56512f1a76e426dd799b368f8cf";
sha256 = "1qc6ydxhdfizsbkaxhpn3wib8sfphrw10xnnsxx2prvzg9g2zp67";
});
meta = with lib; {
homepage = "https://www.tcsh.org/";
description = "An enhanced version of the Berkeley UNIX C shell (csh)";