From f66b3e1523e1c7ee7d78958b2a8526d9100f0809 Mon Sep 17 00:00:00 2001 From: Efraim Flashner Date: Sun, 8 Jan 2017 13:35:41 +0200 Subject: gnu: qtxmlpatterns: Skip network tests. * gnu/packages/qt.scm (qtxmlpatterns)[arguments]: Add custom phase to prevent the building of network tests. --- gnu/packages/qt.scm | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/gnu/packages/qt.scm b/gnu/packages/qt.scm index 5189da4af0..b2fe6e445c 100644 --- a/gnu/packages/qt.scm +++ b/gnu/packages/qt.scm @@ -634,7 +634,13 @@ developers using C++ or QML, a CSS & JavaScript like language.") "1rgqnpg64gn5agmvjwy0am8hp5fpxl3cdkixr1yrsdxi5a6961d8")))) (arguments (substitute-keyword-arguments (package-arguments qtsvg) - ((#:tests? _ #f) #f))) ; TODO: Enable the tests + ((#:phases phases) + `(modify-phases ,phases + (add-after 'unpack 'disable-network-tests + (lambda _ (substitute* "tests/auto/auto.pro" + (("qxmlquery") "# qxmlquery") + (("xmlpatterns") "# xmlpatterns")) + #t)))))) (native-inputs `(("perl" ,perl))) (inputs `(("qtbase" ,qtbase))))) -- cgit v1.2.3 e7858cbe4dc1ada88a53d4efe50a5d957'>refslogtreecommitdiff
path: root/gnu/packages/disk.scm
AgeCommit message (Expand)Author
2020-03-13gnu: sdparm: Update to 1.11....Tobias Geerinckx-Rice
2020-03-12gnu: gptfdisk: Use HTTPS home page....Tobias Geerinckx-Rice
2020-03-04gnu: ddrescue: Update to 1.25....Efraim Flashner
2020-03-03gnu: gptfdisk: Update to 1.0.5....Tobias Geerinckx-Rice
2020-02-02gnu: Add lf....Pkill -9
2020-01-23gnu: gparted: Update to 1.1.0....Tobias Geerinckx-Rice
2020-01-14gnu: volume-key: Move util-linux to inputs....Marius Bakke
2020-01-02gnu: ranger: Update to 1.9.3....Tobias Geerinckx-Rice
2019-11-28gnu: gparted: Satisfy 'guix lint'....Efraim Flashner
2019-10-28gnu: ndctl: Update to 67....Tobias Geerinckx-Rice
2019-10-24gnu: libblockdev: Update to 2.23....Tobias Geerinckx-Rice
2019-10-13gnu: parted: End phases on #t....Marius Bakke
2019-10-13gnu: parted: Complete the 3.3 update....Marius Bakke
2019-10-12gnu: parted: Update to 3.3....Tobias Geerinckx-Rice
2019-09-26gnu: f3: Update to 7.2....Tobias Geerinckx-Rice