eternal-terminal: remove broken linker flag for c++fs (#161416)
This commit is contained in:
parent
5a5b8a0f42
commit
2ef808d266
@ -42,10 +42,6 @@ stdenv.mkDerivation rec {
|
||||
"-std=c++17"
|
||||
];
|
||||
|
||||
LDFLAGS = lib.optional stdenv.cc.isClang [
|
||||
"-lc++fs"
|
||||
];
|
||||
|
||||
meta = with lib; {
|
||||
description = "Remote shell that automatically reconnects without interrupting the session";
|
||||
homepage = "https://eternalterminal.dev/";
|
||||
|
Loading…
Reference in New Issue
Block a user