pkgsMusl.mosh: fix build (#194120)

This commit is contained in:
Yureka
2022-10-06 19:43:15 +02:00
committed by GitHub
parent 38eb5ec7ba
commit 473e97e434
+1 -1
View File
@@ -1,6 +1,6 @@
{ 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";