aboutsummaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2020-10-07 03:45:24 +0200
committerTobias Geerinckx-Rice <me@tobias.gr>2020-10-07 13:54:50 +0200
commitdf7ebbd9bd7c430ee396295ddde1ba32f45af246 (patch)
tree11d3a9e4ece458d8eb155bcd41ad29c9b65b56f4 /README
parent19e6c4445f09606bfda72b2f36582021951e1e9c (diff)
downloadguix-df7ebbd9bd7c430ee396295ddde1ba32f45af246.tar.gz
guix-df7ebbd9bd7c430ee396295ddde1ba32f45af246.zip
gnu: filezilla, libfilezilla: Update to 3.50.0, 0.24.1.
* gnu/packages/ftp.scm (libfilezilla): Update to 0.24.1. [native-inputs]: Add gettext-minimal. [inputs]: Add gnutls. (filezilla): Update to 3.50.0.
Diffstat (limited to 'README')
0 files changed, 0 insertions, 0 deletions
ize-uri (@@ (guix import snix) factorize-uri)) (define-syntax-rule (every? proc lists ...) (not (not (every proc lists ...)))) (test-begin "snix") (test-assert "factorize-uri" (every? (match-lambda ((uri version '-> expected) (equal? (factorize-uri uri version) expected))) '(("http://example.com/foo.tgz" "1.0" -> "http://example.com/foo.tgz") ("http://example.com/foo-2.8.tgz" "2.8" -> ("http://example.com/foo-" version ".tgz")) ("http://example.com/2.8/foo-2.8.tgz" "2.8" -> ("http://example.com/" version "/foo-" version ".tgz"))))) (test-skip (if (and %nixpkgs-directory (file-exists? (string-append %nixpkgs-directory "/default.nix"))) 0 1)) (test-assert "nixpkgs->guix-package" (match (nixpkgs->guix-package %nixpkgs-directory "guile") (('package ('name "guile") ('version (? string?)) ('source ('origin _ ...)) ('build-system _) ('inputs ('quasiquote (inputs ...))) ('propagated-inputs ('quasiquote (pinputs ...))) ('home-page (? string?)) ('synopsis (? string?)) ('description (? string?)) ('license (? symbol?))) (and (member '("libffi" ,libffi) inputs) (member '("gmp" ,gmp) pinputs) #t)) (x (pk 'fail x #f)))) (test-end "snix")