mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-26 00:43:20 +00:00
conserver: fix cross compilation
This commit is contained in:
parent
6531b95ebc
commit
230e331cd2
@ -53,6 +53,13 @@ stdenv.mkDerivation rec {
|
||||
# Disabled due to exist upstream cases failing 8/15 tests
|
||||
doCheck = false;
|
||||
|
||||
postPatch = ''
|
||||
# install -s calls the wrong strip program when cross compiling
|
||||
substituteInPlace \
|
||||
console/Makefile.in conserver/Makefile.in autologin/Makefile.in contrib/chat/Makefile.in \
|
||||
--replace-fail "@INSTALL_PROGRAM@ -s" "@INSTALL_PROGRAM@"
|
||||
'';
|
||||
|
||||
meta = with lib; {
|
||||
homepage = "https://www.conserver.com/";
|
||||
description = "Application that allows multiple users to watch a serial console at the same time";
|
||||
|
Loading…
Reference in New Issue
Block a user