aboutsummaryrefslogtreecommitdiff
path: root/nix/libstore/store-api.hh
diff options
context:
space:
mode:
authorMaxim Cournoyer <maxim.cournoyer@gmail.com>2020-11-27 23:35:12 -0500
committerMaxim Cournoyer <maxim.cournoyer@gmail.com>2020-11-29 14:02:46 -0500
commitd4732deb4f885152e98b64a70806fbe5e4b44843 (patch)
tree0e48e581d83e08ef01ee1d4f16afddf0905198e9 /nix/libstore/store-api.hh
parentcbb03bd5211d93526ce9a08920eebaa48d0ad27b (diff)
downloadguix-d4732deb4f885152e98b64a70806fbe5e4b44843.tar.gz
guix-d4732deb4f885152e98b64a70806fbe5e4b44843.zip
gnu: Add python-pytest-6.
* gnu/packages/check.scm (python-pytest-6): New variable. (python-pytest-6-bootstrap): Likewise.
Diffstat (limited to 'nix/libstore/store-api.hh')
0 files changed, 0 insertions, 0 deletions
zlib)) (home-page "https://www.libgd.org/") (synopsis "Library for the dynamic creation of images by programmers") (description "GD is a library for the dynamic creation of images by programmers. GD is written in C, and \"wrappers\" are available for Perl, PHP and other languages. GD creates PNG, JPEG, GIF, WebP, XPM, BMP images, among other formats. GD is commonly used to generate charts, graphics, thumbnails, and most anything else, on the fly. While not restricted to use on the web, the most common applications of GD involve website development.") (license (non-copyleft "file://COPYING" "See COPYING file in the distribution.")) (properties '((cpe-name . "libgd") (upstream-name . "libgd") (release-monitoring-url . "https://github.com/libgd/libgd/releases"))))) (define-public perl-gd (package (name "perl-gd") (version "2.78") (source (origin (method url-fetch) (uri (string-append "mirror://cpan/authors/id/R/RU/RURBAN/" "GD-" version ".tar.gz")) (sha256 (base32 "1r3fpr8jhpwi48i66rickiphyj442hypsqnk4df4yjs2ym5hacb8")))) (build-system perl-build-system) (inputs (list fontconfig freetype gd libpng libjpeg-turbo zlib)) (native-inputs (list perl-extutils-pkgconfig perl-test-nowarnings)) (arguments (list #:make-maker-flags #~(list (string-append "--lib_jpeg_path=" #$(this-package-input "libjpeg-turbo"))))) (home-page "https://metacpan.org/release/GD") (synopsis "Perl interface to the GD graphics library") (description "GD.pm is an autoloadable interface module for libgd, a popular library for creating and manipulating PNG files. With this library you can create PNG images on the fly or modify existing files.") (license perl-license))) (define-public perl-gd-securityimage (package (name "perl-gd-securityimage") (version "1.75") (source (origin (method url-fetch) (uri (string-append "mirror://cpan/authors/id/B/BU/BURAK/" "GD-SecurityImage-" version ".tar.gz")) (sha256 (base32 "19lf1kzdavrkkx3f900jnpynr55d5kjd2sdmwpfir5dsmkcj9pix")))) (build-system perl-build-system) (arguments '(#:phases (modify-phases %standard-phases (add-after 'unpack 'set-env (lambda _ (setenv "PERL_USE_UNSAFE_INC" "1") #t))))) (native-inputs (list perl-module-build)) (propagated-inputs (list perl-gd perl-image-magick)) (home-page "https://metacpan.org/release/GD-SecurityImage") (synopsis "Security image generator") (description "This module provides a basic interface to create security (captcha) images. The final output is the actual graphic data, the mime type of the graphic, and the created random string. The module also has some \"styles\" that are used to create the background (or foreground) of the image.") (license perl-license)))