about summary refs log tree commit diff
path: root/nixpkgs/pkgs/development/libraries/libqofono/0001-NixOS-Skip-tests-they-re-shock-full-of-hardcoded-FHS.patch
blob: b93562a663ced9d93ae32f60c139ad949966f560 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
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