Unverified Commit 473e97e4 authored by Yureka's avatar Yureka Committed by GitHub
Browse files

pkgsMusl.mosh: fix build (#194120)

parent 38eb5ec7
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
{ lib, stdenv, fetchurl, fetchpatch, zlib, protobuf, ncurses, pkg-config
, makeWrapper, perl, openssl, autoreconfHook, openssh, bash-completion
, withUtempter ? stdenv.isLinux, libutempter }:
, withUtempter ? stdenv.isLinux && !stdenv.hostPlatform.isMusl, libutempter }:

stdenv.mkDerivation rec {
  pname = "mosh";