qt-chat-app

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs

commit 003938557a906bc29822dc72625d81e282cfecdf
parent 88b2e5dfc5d6c8d41de71cb0991cb8b601a63f36
Author: Silas Brack <silasbrack@Silass-MacBook-Pro.local>
Date:   Mon, 26 Jan 2026 22:24:08 +0100

Fix broken dependency

Diffstat:
Mtrailbase.nix | 8++++----
1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/trailbase.nix b/trailbase.nix @@ -15,11 +15,11 @@ let }; "aarch64-linux" = { arch = "arm64_linux"; - sha256 = ""; + sha256 = lib.fakeSha256; }; "x86_64-darwin" = { arch = "x86_64_apple_darwin"; - sha256 = ""; + sha256 = lib.fakeSha256; }; "aarch64-darwin" = { arch = "arm64_apple_darwin"; @@ -39,9 +39,9 @@ stdenv.mkDerivation rec { stripRoot = false; }; - nativeBuildInputs = [ autoPatchelfHook ]; + nativeBuildInputs = lib.optionals stdenv.isLinux [ autoPatchelfHook ]; - buildInputs = [ + buildInputs = lib.optionals stdenv.isLinux [ stdenv.cc.cc.lib zlib openssl