gnu: Move Linux-Libre modules to their own section.
* gnu/packages/linux.scm (vhba-module): Move to its own section.
This commit is contained in:
		
							parent
							
								
									9956812237
								
							
						
					
					
						commit
						e1f640db8f
					
				
					 1 changed files with 27 additions and 0 deletions
				
			
		|  | @ -535,6 +535,33 @@ 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. | ||||
| ;;; | ||||
| 
 | ||||
| (define-public vhba-module | ||||
|   (package | ||||
|     (name "vhba-module") | ||||
|  |  | |||
		Reference in a new issue