# -*- mode: snippet -*- # name: guix-origin # key: origin... # -- (origin (method ${1:$$(yas-choose-value "url-fetch" "url-fetch/tarbomb" "url-fetch/zipbomb" "cvs-fetch" "git-fetch" "hg-fetch" "svn-fetch" "bzr-fetch")}) (uri ${1:$(cond ((equal yas-text "git-fetch") "git-reference...") ((equal yas-text "svn-fetch") "svn-reference...") ((equal yas-text "hg-fetch") "hg-reference...") ((equal yas-text "cvs-fetch") "cvs-reference...") ((equal yas-text "bzr-fetch") "bzr-reference...") (t "(string-append \\"https://\\" version \\".tar.gz\\")"))}$0) ${1:$(cond ((equal yas-text "git-fetch") "(file-name (git-file-name name version))") ((member yas-text '("svn-fetch" "hg-fetch" "cvs-fetch" "bzr-fetch")) "(file-name (string-append name \\"-\\" version \\"-checkout\\"))") (t ""))} (sha256 (base32 "$2")))fslogtreecommitdiff
path: root/gnu/packages/apl.scm
Rice
AgeCommit message (Expand)Author
2019-01-16gnu: Move sqlite to separate module....Ricardo Wurmus
2017-03-18gnu: apl: Update to 1.7....Efraim Flashner
2016-09-28gnu: Add and use gettext-minimal....Alex Kost
2016-08-30gnu: apl: Update to 1.6....Efraim Flashner
2017-11-09gnu: acl: Fix test regression with perl-5.26....Efraim Flashner
2017-11-04gnu: acl: Fix typo....Leo Famulari
2017-11-04gnu: acl: Enable tests....Kei Kebreau
2017-10-19gnu: acl: Use 'modify-phases' syntax....Efraim Flashner
2016-09-28gnu: Add and use gettext-minimal....Alex Kost
2016-04-14gnu: packages: Use 'search-patches' everywhere....Alex Kost