Revert "build-system/linux-module: Accept a #:make-flags keyword."
I should've tested this better before pushing the commit.
This reverts commit fabd4900d8
.
master
parent
ac1ee30f4f
commit
73bd8ab669
|
@ -1,6 +1,5 @@
|
||||||
;;; GNU Guix --- Functional package management for GNU
|
;;; GNU Guix --- Functional package management for GNU
|
||||||
;;; Copyright © 2019 Danny Milosavljevic <dannym@scratchpost.org>
|
;;; Copyright © 2019 Danny Milosavljevic <dannym@scratchpost.org>
|
||||||
;;; Copyright © 2019 Tobias Geerinckx-Rice <me@tobias.gr>
|
|
||||||
;;;
|
;;;
|
||||||
;;; This file is part of GNU Guix.
|
;;; This file is part of GNU Guix.
|
||||||
;;;
|
;;;
|
||||||
|
@ -121,7 +120,6 @@
|
||||||
(define* (linux-module-build store name inputs
|
(define* (linux-module-build store name inputs
|
||||||
#:key
|
#:key
|
||||||
(search-paths '())
|
(search-paths '())
|
||||||
(make-flags '())
|
|
||||||
(tests? #t)
|
(tests? #t)
|
||||||
(phases '(@ (guix build linux-module-build-system)
|
(phases '(@ (guix build linux-module-build-system)
|
||||||
%standard-phases))
|
%standard-phases))
|
||||||
|
@ -148,7 +146,6 @@
|
||||||
search-paths)
|
search-paths)
|
||||||
#:phases ,phases
|
#:phases ,phases
|
||||||
#:system ,system
|
#:system ,system
|
||||||
#:make-flags ,make-flags
|
|
||||||
#:tests? ,tests?
|
#:tests? ,tests?
|
||||||
#:outputs %outputs
|
#:outputs %outputs
|
||||||
#:inputs %build-inputs)))
|
#:inputs %build-inputs)))
|
||||||
|
|
Reference in New Issue