gnu: Add forgotten ecl-stmx and cl-stmx definitions.
* gnu/packages/lisp-xyz.scm (cl-ecl-stmx, ecl-ecl-stmx): New variables.
This commit is contained in:
		
							parent
							
								
									30a04c00be
								
							
						
					
					
						commit
						659cc959b3
					
				
					 1 changed files with 6 additions and 0 deletions
				
			
		| 
						 | 
					@ -17471,3 +17471,9 @@ Memory transactions give freedom from deadlocks, are immune to thread-safety
 | 
				
			||||||
bugs and race conditions, provide automatic roll-back on failure, and aim at
 | 
					bugs and race conditions, provide automatic roll-back on failure, and aim at
 | 
				
			||||||
resolving the tension between granularity and concurrency.")
 | 
					resolving the tension between granularity and concurrency.")
 | 
				
			||||||
     (license license:llgpl))))
 | 
					     (license license:llgpl))))
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					(define-public ecl-stmx
 | 
				
			||||||
 | 
					  (sbcl-package->ecl-package sbcl-stmx))
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					(define-public cl-stmx
 | 
				
			||||||
 | 
					  (sbcl-package->cl-source-package sbcl-stmx))
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue