me
/
guix
Archived
1
0
Fork 0

gnu: Remove flex@2.6.1.

* gnu/packages/flex.scm (flex-2.6.1): Remove variable.
master
Marius Bakke 2020-03-21 20:15:48 +01:00
parent a67c4ff369
commit ee38d87c58
No known key found for this signature in database
GPG Key ID: A2A06DF2A33A54FA
1 changed files with 0 additions and 13 deletions

View File

@ -74,16 +74,3 @@ regular expressions for each rule. Whenever it finds a match, it
executes the corresponding C code.")
(license (non-copyleft "file://COPYING"
"See COPYING in the distribution."))))
(define-public flex-2.6.1
(package
(inherit flex)
(version "2.6.1")
(source (origin
(method url-fetch)
(uri (string-append "https://github.com/westes/flex"
"/releases/download/v" version "/"
"flex-" version ".tar.xz"))
(sha256
(base32
"0gqhk4vkwy4gl9xbpgkljph8c0a5kpijz6wd0p5r9q202qn42yic"))))))