mirror of
https://github.com/JulienMalka/snowfield.git
synced 2025-04-01 09:40:55 +02: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:
|
(final: prev:
|
||||||
{
|
{
|
||||||
mosh = prev.mosh.overrideAttrs (old: {
|
mosh = prev.mosh.overrideAttrs (old: {
|
||||||
patches = [];
|
patches = (prev.lib.take 1 old.patches) ++ (prev.lib.sublist 4 4 old.patches);
|
||||||
postPatch = '''';
|
postPatch = '''';
|
||||||
buildInputs = with prev; [ protobuf ncurses zlib openssl ]
|
buildInputs = with prev; [ protobuf ncurses zlib openssl ]
|
||||||
++ (with perlPackages; [ perl IOTty ])
|
++ (with perlPackages; [ perl IOTty ])
|
||||||
|
|
Loading…
Add table
Reference in a new issue