mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-25 12:05:19 -06:00
gnu: Remove imgui-1.87.
* gnu/packages/toolkits.scm (imgui-1.87): Delete variable. Change-Id: I461c5295ac47efa0b767270115560dcd45117ebe
This commit is contained in:
parent
424f88f6f4
commit
d1cddccb47
1 changed files with 0 additions and 16 deletions
|
|
@ -160,22 +160,6 @@ standard operating system features.")
|
|||
(base32
|
||||
"1lqcsyqj5m4d4g390x7n3jvjanrnsf64fgjxn51v1kc02dw28gpa"))))))
|
||||
|
||||
(define-public imgui-1.87
|
||||
(package
|
||||
(inherit imgui)
|
||||
(name "imgui")
|
||||
(version "1.87")
|
||||
(source (origin
|
||||
(inherit (package-source imgui))
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
(url "https://github.com/ocornut/imgui")
|
||||
(commit (string-append "v" version))))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
"10qil22s5qak3as41787iz273sibpq1bq66bakgn7yvhj5fym6hz"))))))
|
||||
|
||||
(define-public imgui-1.86
|
||||
(package
|
||||
(inherit imgui)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue