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
|
||||
;;; Copyright © 2019 Danny Milosavljevic <dannym@scratchpost.org>
|
||||
;;; Copyright © 2019 Tobias Geerinckx-Rice <me@tobias.gr>
|
||||
;;;
|
||||
;;; This file is part of GNU Guix.
|
||||
;;;
|
||||
|
@ -121,7 +120,6 @@
|
|||
(define* (linux-module-build store name inputs
|
||||
#:key
|
||||
(search-paths '())
|
||||
(make-flags '())
|
||||
(tests? #t)
|
||||
(phases '(@ (guix build linux-module-build-system)
|
||||
%standard-phases))
|
||||
|
@ -148,7 +146,6 @@
|
|||
search-paths)
|
||||
#:phases ,phases
|
||||
#:system ,system
|
||||
#:make-flags ,make-flags
|
||||
#:tests? ,tests?
|
||||
#:outputs %outputs
|
||||
#:inputs %build-inputs)))
|
||||
|
|
Reference in New Issue