guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


From: guix-commits
Subject: 01/01: Revert "build-system/linux-module: Accept a #:make-flags keyword."
Date: Thu, 5 Dec 2019 08:38:06 -0500 (EST)

efraim pushed a commit to branch master
in repository guix.

commit 73bd8ab6692df2536df4fe230c9c223179645e88
Author: Efraim Flashner <address@hidden>
Date:   Thu Dec 5 15:34:29 2019 +0200

    Revert "build-system/linux-module: Accept a #:make-flags keyword."
    
    I should've tested this better before pushing the commit.
    
    This reverts commit fabd4900d8fb739a55e2dff76dee3a29b2a90bb1.
---
 guix/build-system/linux-module.scm | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/guix/build-system/linux-module.scm 
b/guix/build-system/linux-module.scm
index dde2423..6084d22 100644
--- a/guix/build-system/linux-module.scm
+++ b/guix/build-system/linux-module.scm
@@ -1,6 +1,5 @@
 ;;; GNU Guix --- Functional package management for GNU
 ;;; Copyright © 2019 Danny Milosavljevic <address@hidden>
-;;; Copyright © 2019 Tobias Geerinckx-Rice <address@hidden>
 ;;;
 ;;; 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)))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]