Files
nixpkgs/pkgs/development/libraries/libqofono/0001-NixOS-Skip-tests-they-re-shock-full-of-hardcoded-FHS.patch
Dark Steveneq 646b892680
Some checks failed
Periodic Merges (6h) / master → staging-nixos (push) Failing after 12m50s
Periodic Merges (6h) / master → staging-next (push) Failing after 12m54s
Periodic Merges (24h) / merge-base(master,staging) → haskell-updates (push) Failing after 11m54s
Periodic Merges (6h) / staging-next → staging (push) Failing after 12m13s
Periodic Merges (24h) / staging-next-25.05 → staging-25.05 (push) Failing after 13m24s
Periodic Merges (24h) / release-25.05 → staging-next-25.05 (push) Failing after 14m28s
push sheeet
2025-10-09 14:15:47 +02:00

30 lines
742 B
Diff

From 8b508d427c4fd472639ba8d4a0d3b8ab69e3f2e3 Mon Sep 17 00:00:00 2001
From: Samuel Dionne-Riel <samuel@dionne-riel.com>
Date: Tue, 30 Mar 2021 16:37:52 -0400
Subject: [PATCH] [NixOS] Skip tests, they're shock-full of hardcoded FHS paths
---
libqofono.pro | 4 +---
1 file changed, 1 insertion(+), 3 deletions(-)
diff --git a/libqofono.pro b/libqofono.pro
index 60d0b89..638a4a8 100644
--- a/libqofono.pro
+++ b/libqofono.pro
@@ -1,5 +1,5 @@
TEMPLATE = subdirs
-SUBDIRS += src plugin test ofonotest
+SUBDIRS += src plugin
OTHER_FILES += \
rpm/libqofono-qt5.spec \
TODO \
@@ -7,5 +7,3 @@ OTHER_FILES += \
src.target = src-target
plugin.depends = src-target
-test.depends = src-target
-ofonotest.depends = src-target
--
2.28.0