forked from mirrors/nixpkgs
pkgsMusl.mosh: fix build (#194120)
This commit is contained in:
parent
38eb5ec7ba
commit
473e97e434
|
@ -1,6 +1,6 @@
|
||||||
{ lib, stdenv, fetchurl, fetchpatch, zlib, protobuf, ncurses, pkg-config
|
{ lib, stdenv, fetchurl, fetchpatch, zlib, protobuf, ncurses, pkg-config
|
||||||
, makeWrapper, perl, openssl, autoreconfHook, openssh, bash-completion
|
, makeWrapper, perl, openssl, autoreconfHook, openssh, bash-completion
|
||||||
, withUtempter ? stdenv.isLinux, libutempter }:
|
, withUtempter ? stdenv.isLinux && !stdenv.hostPlatform.isMusl, libutempter }:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "mosh";
|
pname = "mosh";
|
||||||
|
|
Loading…
Reference in a new issue