guix-commits
[Top][All Lists]
Advanced

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

01/07: gnu: vhba-module: Remove duplicate definition.


From: guix-commits
Subject: 01/07: gnu: vhba-module: Remove duplicate definition.
Date: Sun, 26 May 2019 14:25:00 -0400 (EDT)

mhw pushed a commit to branch master
in repository guix.

commit efbbf9a15cd80d8372e5136d90775594c086368e
Author: Mark H Weaver <address@hidden>
Date:   Wed May 22 19:03:31 2019 -0400

    gnu: vhba-module: Remove duplicate definition.
    
    This is a followup to commit e1f640db8fa2a3aee018ce80df47b37e245c4b52.
    
    * gnu/packages/linux.scm (vhba-module): Remove duplicate definition.
---
 gnu/packages/linux.scm | 22 ----------------------
 1 file changed, 22 deletions(-)

diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm
index b645249..cbb5fdc 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -535,28 +535,6 @@ It has been modified to remove all non-free binary blobs.")
                     #:defconfig "omap2plus_defconfig"
                     #:extra-version "arm-omap2plus"))
 
-(define-public vhba-module
-  (package
-    (name "vhba-module")
-    (version "20190410")
-    (source (origin
-              (method url-fetch)
-              (uri (string-append
-                    
"http://downloads.sourceforge.net/cdemu/vhba-module/vhba-module-";
-                    version ".tar.bz2"))
-              (sha256
-               (base32
-                "1513hq130raxp9z5grj54cwfjfxj05apipxg425j0zicii59a60c"))))
-    (build-system linux-module-build-system)
-    (arguments
-     ;; TODO: No tests?
-     `(#:tests? #f))
-    (home-page "https://cdemu.sourceforge.io/";)
-    (synopsis "Kernel module that emulates SCSI devices")
-    (description "VHBA module provides a Virtual (SCSI) HBA, which is the link
-between the CDemu userspace daemon and linux kernel.")
-    (license license:gpl2+)))
-
 
 ;;;
 ;;; Linux kernel modules.



reply via email to

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