Trying to reapply some fixs

This commit is contained in:
Julien Malka 2021-12-12 11:22:39 +01:00
parent 26129b461a
commit cf78d0c359

View file

@ -22,7 +22,7 @@ in
(final: prev:
{
mosh = prev.mosh.overrideAttrs (old: {
patches = [];
patches = (prev.lib.take 1 old.patches) ++ (prev.lib.sublist 4 4 old.patches);
postPatch = '''';
buildInputs = with prev; [ protobuf ncurses zlib openssl ]
++ (with perlPackages; [ perl IOTty ])