From 29fede0fb64669e811e51bdf2556572d4d702715 Mon Sep 17 00:00:00 2001 From: Dominic Mills Date: Tue, 8 Aug 2023 18:08:38 -0500 Subject: [PATCH] testing the build --- pkgs/lcsync/default.nix | 2 ++ pkgs/librecast/default.nix | 1 + 2 files changed, 3 insertions(+) diff --git a/pkgs/lcsync/default.nix b/pkgs/lcsync/default.nix index 91c67cf0..630b2419 100644 --- a/pkgs/lcsync/default.nix +++ b/pkgs/lcsync/default.nix @@ -3,6 +3,7 @@ , fetchFromGitea , lcrq , librecast +, lib , ... }: stdenv.mkDerivation rec { @@ -23,6 +24,7 @@ stdenv.mkDerivation rec { preCheckPhase = '' # rm ''; + postCheck = "exit 1"; meta = with lib; { homepage = "https://librecast.net/lcsync.html"; diff --git a/pkgs/librecast/default.nix b/pkgs/librecast/default.nix index de7775b8..5cf4d338 100644 --- a/pkgs/librecast/default.nix +++ b/pkgs/librecast/default.nix @@ -2,6 +2,7 @@ , pkgs , fetchFromGitea , lcrq +, lib , ... }: stdenv.mkDerivation rec {