Revert "build-system/linux-module: Accept a #:make-flags keyword."

I should've tested this better before pushing the commit.

This reverts commit fabd4900d8.
This commit is contained in:
Efraim Flashner 2019-12-05 15:34:29 +02:00
parent ac1ee30f4f
commit 73bd8ab669
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 0 additions and 3 deletions

View File

@ -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)))