We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b92edf1 + 230e331 commit 75df28eCopy full SHA for 75df28e
pkgs/tools/misc/conserver/default.nix
@@ -53,6 +53,13 @@ stdenv.mkDerivation rec {
53
# Disabled due to exist upstream cases failing 8/15 tests
54
doCheck = false;
55
56
+ postPatch = ''
57
+ # install -s calls the wrong strip program when cross compiling
58
+ substituteInPlace \
59
+ console/Makefile.in conserver/Makefile.in autologin/Makefile.in contrib/chat/Makefile.in \
60
+ --replace-fail "@INSTALL_PROGRAM@ -s" "@INSTALL_PROGRAM@"
61
+ '';
62
+
63
meta = with lib; {
64
homepage = "https://www.conserver.com/";
65
description = "Application that allows multiple users to watch a serial console at the same time";
0 commit comments