mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-11 13:49:23 -05:00
gnu: ldc-bootstrap: Delete failing test.
* gnu/packages/ldc.scm (ldc-bootstrap)[arguments]: Delete failing test in build phase.
This commit is contained in:
parent
cb5be6df91
commit
538bce2472
1 changed files with 3 additions and 0 deletions
|
@ -2,6 +2,7 @@
|
||||||
;;; Copyright © 2015, 2016 Roel Janssen <roel@gnu.org>
|
;;; Copyright © 2015, 2016 Roel Janssen <roel@gnu.org>
|
||||||
;;; Copyright © 2015 Pjotr Prins <pjotr.guix@thebird.nl>
|
;;; Copyright © 2015 Pjotr Prins <pjotr.guix@thebird.nl>
|
||||||
;;; Copyright © 2017 Frederick Muriithi <fredmanglis@gmail.com>
|
;;; Copyright © 2017 Frederick Muriithi <fredmanglis@gmail.com>
|
||||||
|
;;; Copyright © 2017 Ricardo Wurmus <rekado@elephly.net>
|
||||||
;;;
|
;;;
|
||||||
;;; This file is part of GNU Guix.
|
;;; This file is part of GNU Guix.
|
||||||
;;;
|
;;;
|
||||||
|
@ -120,6 +121,8 @@ (define-public ldc-bootstrap
|
||||||
(string-append (assoc-ref inputs "tzdata") "/share/zoneinfo")))
|
(string-append (assoc-ref inputs "tzdata") "/share/zoneinfo")))
|
||||||
(substitute* "tests/d2/dmd-testsuite/Makefile"
|
(substitute* "tests/d2/dmd-testsuite/Makefile"
|
||||||
(("/bin/bash") (which "bash")))
|
(("/bin/bash") (which "bash")))
|
||||||
|
;; FIXME: this test cannot be linked.
|
||||||
|
(delete-file "tests/d2/dmd-testsuite/runnable/cppa.d")
|
||||||
#t)))))
|
#t)))))
|
||||||
(inputs
|
(inputs
|
||||||
`(("libconfig" ,libconfig)
|
`(("libconfig" ,libconfig)
|
||||||
|
|
Loading…
Reference in a new issue