eternal-terminal: remove broken linker flag for c++fs (#161416)

This commit is contained in:
Matt Sawyer 2022-02-22 16:07:01 -08:00 committed by GitHub
parent 5a5b8a0f42
commit 2ef808d266
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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/";