mirror of
https://github.com/JulienMalka/snowfield.git
synced 2025-03-25 21:30:52 +01:00
Trying to reapply some fixs
This commit is contained in:
parent
26129b461a
commit
cf78d0c359
1 changed files with 1 additions and 1 deletions
|
@ -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 ])
|
||||
|
|
Loading…
Add table
Reference in a new issue