gnu: guile-fibers: Remove GNU/Hurd from 'supported-systems'.
* gnu/packages/guile-xyz.scm (guile-fibers-1.1)[supported-systems]: New field.
This commit is contained in:
		
							parent
							
								
									c31897055d
								
							
						
					
					
						commit
						9877408d2f
					
				
					 1 changed files with 7 additions and 1 deletions
				
			
		|  | @ -129,7 +129,8 @@ | ||||||
|   #:use-module (guix utils) |   #:use-module (guix utils) | ||||||
|   #:use-module ((guix build utils) #:select (alist-replace)) |   #:use-module ((guix build utils) #:select (alist-replace)) | ||||||
|   #:use-module (ice-9 match) |   #:use-module (ice-9 match) | ||||||
|   #:use-module ((srfi srfi-1) #:select (alist-delete))) |   #:use-module ((srfi srfi-1) #:select (alist-delete)) | ||||||
|  |   #:use-module (srfi srfi-26)) | ||||||
| 
 | 
 | ||||||
| (define-public artanis | (define-public artanis | ||||||
|   (package |   (package | ||||||
|  | @ -645,6 +646,11 @@ Unix-style DSV format and RFC 4180 format.") | ||||||
|            gettext-minimal)) |            gettext-minimal)) | ||||||
|     (inputs |     (inputs | ||||||
|      (list guile-3.0))                            ;for libguile-3.0.so |      (list guile-3.0))                            ;for libguile-3.0.so | ||||||
|  |     (supported-systems | ||||||
|  |      ;; This version requires 'epoll' and is thus limited to Linux-based | ||||||
|  |      ;; systems, but this may change soon: | ||||||
|  |      ;; <https://github.com/wingo/fibers/pull/53>. | ||||||
|  |      (filter (cut string-suffix? "-linux" <>) %supported-systems)) | ||||||
|     (synopsis "Lightweight concurrency facility for Guile") |     (synopsis "Lightweight concurrency facility for Guile") | ||||||
|     (description |     (description | ||||||
|      "Fibers is a Guile library that implements a a lightweight concurrency |      "Fibers is a Guile library that implements a a lightweight concurrency | ||||||
|  |  | ||||||
		Reference in a new issue