gnu: i3-wm: Remove obsolete code.
* gnu/packages/wm.scm (i3-wm)[arguments]: Remove #:make-flags. Update reason for disabled #:tests?.
This commit is contained in:
parent
a3dbfbbd04
commit
ebd2ae1858
1 changed files with 5 additions and 10 deletions
|
@ -15,7 +15,7 @@
|
||||||
;;; Copyright © 2017 Mekeor Melire <mekeor.melire@gmail.com>
|
;;; Copyright © 2017 Mekeor Melire <mekeor.melire@gmail.com>
|
||||||
;;; Copyright © 2017 Marius Bakke <mbakke@fastmail.com>
|
;;; Copyright © 2017 Marius Bakke <mbakke@fastmail.com>
|
||||||
;;; Copyright © 2017 Oleg Pykhalov <go.wigust@gmail.com>
|
;;; Copyright © 2017 Oleg Pykhalov <go.wigust@gmail.com>
|
||||||
;;; Copyright © 2018 Tobias Geerinckx-Rice <me@tobias.gr>
|
;;; Copyright © 2018, 2019 Tobias Geerinckx-Rice <me@tobias.gr>
|
||||||
;;; Copyright © 2018 Pierre-Antoine Rouby <contact@parouby.fr>
|
;;; Copyright © 2018 Pierre-Antoine Rouby <contact@parouby.fr>
|
||||||
;;; Copyright © 2018 Meiyo Peng <meiyo.peng@gmail.com>
|
;;; Copyright © 2018 Meiyo Peng <meiyo.peng@gmail.com>
|
||||||
;;;
|
;;;
|
||||||
|
@ -190,17 +190,12 @@ (define-public i3-wm
|
||||||
"0xl56y196vxv001gvx35xwfr25zah8m3xwizp9ycdgdc0rfc4rdb"))))
|
"0xl56y196vxv001gvx35xwfr25zah8m3xwizp9ycdgdc0rfc4rdb"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:make-flags
|
`(#:configure-flags
|
||||||
(list "CC=gcc"
|
|
||||||
(string-append "PREFIX=" %output)
|
|
||||||
;; This works around the following error:
|
|
||||||
;; 'error: ‘for’ loop initial declarations are only allowed in C99
|
|
||||||
;; or C11 mode'
|
|
||||||
"CFLAGS=-std=c11")
|
|
||||||
;; The build system tries to build in a separate directory, but that
|
;; The build system tries to build in a separate directory, but that
|
||||||
;; seems to be unnecessary.
|
;; seems to be unnecessary.
|
||||||
#:configure-flags '("--disable-builddir")
|
(list "--disable-builddir")
|
||||||
;; The test suite appears to require the unpackaged Perl module AnyEvent.
|
|
||||||
|
;; The test suite requires the unpackaged Xephyr X server.
|
||||||
#:tests? #f))
|
#:tests? #f))
|
||||||
(inputs
|
(inputs
|
||||||
`(("libxcb" ,libxcb)
|
`(("libxcb" ,libxcb)
|
||||||
|
|
Loading…
Reference in a new issue