Archived
1
0
Fork 0

gnu: Further simplify package inputs.

This is the result of running:

  ./pre-inst-env guix style --input-simplification=safe

and manually undoing changes on a dozen of packages to reduce
rebuilds (derivations for emacs, icecat, and libreoffice are unchanged.)
This commit is contained in:
Ludovic Courtès 2021-12-13 22:15:07 +01:00
parent fc9ca46aa6
commit e3196755e6
No known key found for this signature in database
GPG key ID: 090B11993D9AEBB5
94 changed files with 1544 additions and 2077 deletions

View file

@ -206,13 +206,13 @@ simplicity in mind.")
(native-inputs (native-inputs
(list bison flex)) (list bison flex))
(inputs (inputs
`(("libgcrypt" ,libgcrypt) (list libgcrypt
("libgpg-error" ,libgpg-error) libgpg-error
("libmhash" ,libmhash) libmhash
("pcre:static" ,pcre "static") `(,pcre "static")
("pcre" ,pcre) pcre
("zlib:static" ,zlib "static") `(,zlib "static")
("zlib" ,zlib))) zlib))
(synopsis "File and directory integrity checker") (synopsis "File and directory integrity checker")
(description (description
"AIDE (Advanced Intrusion Detection Environment) is a file and directory "AIDE (Advanced Intrusion Detection Environment) is a file and directory
@ -645,9 +645,7 @@ console.")
(inputs (inputs
(list ncurses)) (list ncurses))
(native-inputs (native-inputs
`(("autoconf" ,autoconf) (list autoconf automake python-minimal-wrapper)) ; for scripts/MakeHeader.py
("automake" ,automake)
("python" ,python-minimal-wrapper))) ; for scripts/MakeHeader.py
(home-page "https://htop.dev") (home-page "https://htop.dev")
(synopsis "Interactive process viewer") (synopsis "Interactive process viewer")
(description (description
@ -2303,14 +2301,14 @@ characters can be replaced as well, as can UTF-8 characters.")
"1zlh44w67py416hkvw6nrfmjickc2d43v51vcli5p374d5sw84ql")))) "1zlh44w67py416hkvw6nrfmjickc2d43v51vcli5p374d5sw84ql"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(inputs (inputs
`(("ntfs-3g" ,ntfs-3g) (list ntfs-3g
("util-linux" ,util-linux "lib") `(,util-linux "lib")
("openssl" ,openssl) openssl
;; FIXME: add reiserfs. ;; FIXME: add reiserfs.
("zlib" ,zlib) zlib
("e2fsprogs" ,e2fsprogs) e2fsprogs
("libjpeg" ,libjpeg-turbo) libjpeg-turbo
("ncurses" ,ncurses))) ncurses))
(home-page "https://www.cgsecurity.org/wiki/TestDisk") (home-page "https://www.cgsecurity.org/wiki/TestDisk")
(synopsis "Data recovery tool") (synopsis "Data recovery tool")
(description (description
@ -3918,12 +3916,12 @@ late.")
#t)))) #t))))
(build-system gnu-build-system) (build-system gnu-build-system)
(inputs (inputs
`(("mpi" ,openmpi) (list openmpi
("munge" ,munge) munge
("boost" ,boost) boost
("libelf" ,libelf) libelf
("libgcrypt" ,libgcrypt) libgcrypt
("libgpg-error" ,libgpg-error))) libgpg-error))
(synopsis "Infrastructue for large scale tool daemon launching") (synopsis "Infrastructue for large scale tool daemon launching")
(description (description
"LaunchMON is a software infrastructure that enables HPC run-time "LaunchMON is a software infrastructure that enables HPC run-time

View file

@ -214,11 +214,8 @@ the real span of the lattice.")
(inputs (inputs
(list fplll gmp mpfr pari-gp)) (list fplll gmp mpfr pari-gp))
(propagated-inputs (propagated-inputs
`(("cysignals" ,python-cysignals) (list python-cysignals python-cython python-flake8 python-numpy
("cython" ,python-cython) python-pytest))
("flake8" ,python-flake8)
("numpy" ,python-numpy)
("pytest" ,python-pytest)))
(home-page "https://github.com/fplll/fpylll") (home-page "https://github.com/fplll/fpylll")
(synopsis "Python interface for fplll") (synopsis "Python interface for fplll")
(description "fpylll is a Python wrapper for fplll.") (description "fpylll is a Python wrapper for fplll.")

View file

@ -271,15 +271,15 @@ assembler, a C compiler and a linker. The assembler uses Intel syntax
"0p6wklslkkp3s4aisj3w5a53bagqn5fy4m6088ppd4fcfxgqkrcd")))) "0p6wklslkkp3s4aisj3w5a53bagqn5fy4m6088ppd4fcfxgqkrcd"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(native-inputs (native-inputs
`(("autoconf" ,autoconf) (list autoconf
("automake" ,automake) automake
("bison" ,bison) bison
("flex" ,flex) flex
("help2man" ,help2man) help2man
("gettext" ,gettext-minimal) gettext-minimal
("libtool" ,libtool) libtool
("makeinfo" ,texinfo) texinfo
("pkg-config" ,pkg-config))) pkg-config))
(home-page "https://www.gnu.org/software/libjit/") (home-page "https://www.gnu.org/software/libjit/")
(synopsis "Just-In-Time compilation library") (synopsis "Just-In-Time compilation library")
(description (description

View file

@ -200,10 +200,7 @@ for reading and writing.")
(base32 "0nh12dr7gk4ki55lz95pkm4fpf7kazirra3zax9pab6v4qql4hlw")))) (base32 "0nh12dr7gk4ki55lz95pkm4fpf7kazirra3zax9pab6v4qql4hlw"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(native-inputs (native-inputs
`(("automake" ,automake) (list automake autoconf libtool pkg-config))
("autoreconf" ,autoconf)
("libtool" ,libtool)
("pkg-config" ,pkg-config)))
(home-page "https://github.com/liberfa/erfa") (home-page "https://github.com/liberfa/erfa")
(synopsis "Essential Routines for Fundamental Astronomy") (synopsis "Essential Routines for Fundamental Astronomy")
(description (description
@ -1224,10 +1221,9 @@ functions, so that they can be called with scalar or array inputs.")
(base32 "0wxdqn92q1grv8k7xi7h88ac6wnznw4xh5bdlz1vz6za2dgsyj4m")))) (base32 "0wxdqn92q1grv8k7xi7h88ac6wnznw4xh5bdlz1vz6za2dgsyj4m"))))
(build-system python-build-system) (build-system python-build-system)
(native-inputs (native-inputs
`(("cython" ,python-cython) (list python-cython python-pytest))
("pytest" ,python-pytest)))
(inputs (inputs
`(("numpy" ,python-numpy))) (list python-numpy))
(home-page "https://github.com/kbarbary/sep") (home-page "https://github.com/kbarbary/sep")
(synopsis "Astronomical source extraction and photometry library") (synopsis "Astronomical source extraction and photometry library")
(description (description

View file

@ -985,16 +985,16 @@ plugins are provided.")
"17x4hylgq4dn9qycsdacfxy64f5cv57n2qgkvsdp524gnqzw4az3")))) "17x4hylgq4dn9qycsdacfxy64f5cv57n2qgkvsdp524gnqzw4az3"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(inputs (inputs
`(("fluidsynth" ,fluidsynth) (list fluidsynth
("expat" ,expat) expat
("glib" ,glib) glib
("gtk" ,gtk+-2) gtk+-2
("cairo" ,cairo) cairo
("lash" ,lash) lash
("jack" ,jack-1) jack-1
("lv2" ,lv2) lv2
("ladspa" ,ladspa) ladspa
("fftw" ,fftw))) fftw))
(native-inputs (native-inputs
(list pkg-config)) (list pkg-config))
(native-search-paths (native-search-paths
@ -1140,13 +1140,13 @@ synchronized with the server to play synced audio.")
(base32 (base32
"1c98z2xxz9pgcb4dg99gz8qrylh5cnag0j18a52d88ifsy24isvq")))) "1c98z2xxz9pgcb4dg99gz8qrylh5cnag0j18a52d88ifsy24isvq"))))
(native-inputs (native-inputs
`(("autoconf" ,autoconf) (list autoconf
("automake" ,automake) automake
("gettext" ,gettext-minimal) ;for autopoint gettext-minimal ;for autopoint
("libtool" ,libtool) libtool
("perl" ,perl) perl
("pkg-config" ,pkg-config) pkg-config
("which" ,which))) which))
(inputs (inputs
(list fftwf perl-xml-parser)) (list fftwf perl-xml-parser))
(build-system gnu-build-system) (build-system gnu-build-system)
@ -1315,10 +1315,7 @@ object library.")
(base32 "1sr9knfhbm2m0wpkjq2l5n471vnl51wy4p6j4m95zqybimzb4s2j")))) (base32 "1sr9knfhbm2m0wpkjq2l5n471vnl51wy4p6j4m95zqybimzb4s2j"))))
(build-system cmake-build-system) (build-system cmake-build-system)
(native-inputs (native-inputs
`(("bison" ,bison) (list bison flex gettext-minimal zlib))
("flex" ,flex)
("gettext" ,gettext-minimal)
("zlib" ,zlib)))
(inputs (inputs
(list alsa-lib (list alsa-lib
boost boost
@ -1994,21 +1991,21 @@ auto-wah.")
#t)))) #t))))
(build-system gnu-build-system) (build-system gnu-build-system)
(inputs (inputs
`(("alsa-utils" ,alsa-utils) (list alsa-utils
("fltk" ,fltk) fltk
("libx11" ,libx11) libx11
("libxext" ,libxext) libxext
("libxfixes" ,libxfixes) libxfixes
("libxft" ,libxft) libxft
("libxrender" ,libxrender) libxrender
("libxpm" ,libxpm) libxpm
("fontconfig" ,fontconfig) fontconfig
("freetype" ,freetype) freetype
("jack" ,jack-1) jack-1
("alsa-lib" ,alsa-lib) alsa-lib
("libsndfile" ,libsndfile) libsndfile
("libsamplerate" ,libsamplerate) libsamplerate
("zlib" ,zlib))) zlib))
(home-page "http://rakarrack.sourceforge.net/") (home-page "http://rakarrack.sourceforge.net/")
(synopsis "Audio effects processor") (synopsis "Audio effects processor")
(description (description
@ -3417,7 +3414,7 @@ stretching and pitch scaling of audio. This package contains the library.")
(base32 "1623kirmxhmvmhx7f8lbzk0f18w2hrhwlkzl8l4aa906lfqffdp2")))) (base32 "1623kirmxhmvmhx7f8lbzk0f18w2hrhwlkzl8l4aa906lfqffdp2"))))
(build-system cmake-build-system) (build-system cmake-build-system)
(native-inputs (native-inputs
`(("catch" ,catch-framework2))) (list catch-framework2))
(inputs (inputs
(list fftw)) (list fftw))
(home-page "https://mixxxdj.github.io/libkeyfinder/") (home-page "https://mixxxdj.github.io/libkeyfinder/")

View file

@ -1510,14 +1510,14 @@ used visualizations.")
"07vr27rv3z86ajd62c0ilvfgz9z35qsiwwi5pv4sygbhnnjwh3rc")))) "07vr27rv3z86ajd62c0ilvfgz9z35qsiwwi5pv4sygbhnnjwh3rc"))))
(build-system r-build-system) (build-system r-build-system)
(propagated-inputs (propagated-inputs
`(("r-ggplot2" ,r-ggplot2) (list r-ggplot2
("r-kernsmooth" ,r-kernsmooth) r-kernsmooth
("r-matrixstats" ,r-matrixstats) r-matrixstats
("r-patchwork" ,r-patchwork) r-patchwork
("r-pbapply" ,r-pbapply) r-pbapply
("r-statmod" ,r-statmod) r-statmod
("r-survey" ,r-survey) r-survey
("r-viridislite" ,r-kernsmooth))) r-kernsmooth))
(home-page "https://github.com/borishejblum/dearseq") (home-page "https://github.com/borishejblum/dearseq")
(synopsis "DEA for RNA-seq data through a robust variance component test") (synopsis "DEA for RNA-seq data through a robust variance component test")
(description (description
@ -3578,30 +3578,30 @@ throughput genetic sequencing data sets using regression methods.")
(native-inputs (native-inputs
(list r-knitr)) (list r-knitr))
(propagated-inputs (propagated-inputs
`(("r-biocgenerics" ,r-biocgenerics) (list r-biocgenerics
("r-biostrings" ,r-biostrings) r-biostrings
("r-bsgenome" ,r-bsgenome) r-bsgenome
;; These two packages are suggested packages ;; These two packages are suggested packages
("r-bsgenome-hsapiens-1000g" ,r-bsgenome-hsapiens-1000genomes-hs37d5) r-bsgenome-hsapiens-1000genomes-hs37d5
("r-bsgenome-hsapiens-ucsc-hg19" ,r-bsgenome-hsapiens-ucsc-hg19) r-bsgenome-hsapiens-ucsc-hg19
("r-cowplot" ,r-cowplot) r-cowplot
("r-dplyr" ,r-dplyr) r-dplyr
("r-genomeinfodb" ,r-genomeinfodb) r-genomeinfodb
("r-genomicranges" ,r-genomicranges) r-genomicranges
("r-ggalluvial" ,r-ggalluvial) r-ggalluvial
("r-ggdendro" ,r-ggdendro) r-ggdendro
("r-ggplot2" ,r-ggplot2) r-ggplot2
("r-iranges" ,r-iranges) r-iranges
("r-magrittr" ,r-magrittr) r-magrittr
("r-nmf" ,r-nmf) r-nmf
("r-pracma" ,r-pracma) r-pracma
("r-purrr" ,r-purrr) r-purrr
("r-rcolorbrewer" ,r-rcolorbrewer) r-rcolorbrewer
("r-s4vectors" ,r-s4vectors) r-s4vectors
("r-stringr" ,r-stringr) r-stringr
("r-tibble" ,r-tibble) r-tibble
("r-tidyr" ,r-tidyr) r-tidyr
("r-variantannotation" ,r-variantannotation))) r-variantannotation))
(home-page "https://bioconductor.org/packages/MutationalPatterns/") (home-page "https://bioconductor.org/packages/MutationalPatterns/")
(synopsis "Extract and visualize mutational patterns in genomic data") (synopsis "Extract and visualize mutational patterns in genomic data")
(description "This package provides an extensive toolset for the (description "This package provides an extensive toolset for the

View file

@ -103,9 +103,7 @@
(base32 "0lsg791x6n95pxg6vif8qfc46nqcamhjq3g0dl5xqf6imy7n3acd")))) (base32 "0lsg791x6n95pxg6vif8qfc46nqcamhjq3g0dl5xqf6imy7n3acd"))))
(build-system glib-or-gtk-build-system) (build-system glib-or-gtk-build-system)
(native-inputs (native-inputs
`(("clang" ,clang) (list clang pkg-config python-wrapper))
("pkg-config" ,pkg-config)
("python" ,python-wrapper)))
(inputs (inputs
(list glib)) (list glib))
(synopsis "Code checker for C") (synopsis "Code checker for C")
@ -435,7 +433,7 @@ a multi-paradigm automated test framework for C++ and Objective-C.")
"100r0kmra8jmra2hv92lzvwcmphpaiccwvq3lpdsa5b7hailhach")))) "100r0kmra8jmra2hv92lzvwcmphpaiccwvq3lpdsa5b7hailhach"))))
(build-system cmake-build-system) (build-system cmake-build-system)
(inputs (inputs
`(("python" ,python-wrapper))) (list python-wrapper))
(synopsis "Automated test framework for C++ and Objective-C") (synopsis "Automated test framework for C++ and Objective-C")
(description "Catch2 stands for C++ Automated Test Cases in Headers and is (description "Catch2 stands for C++ Automated Test Cases in Headers and is
a multi-paradigm automated test framework for C++ and Objective-C.") a multi-paradigm automated test framework for C++ and Objective-C.")
@ -1619,8 +1617,7 @@ testresources package instead.")
(list python-pbr)) (list python-pbr))
(arguments '()) (arguments '())
(native-inputs (native-inputs
`(("python-fixtures" ,python-fixtures) (list python-fixtures python-testtools))
("python-testtols" ,python-testtools)))
(description (description
"Testresources is an extension to Python's unittest to allow declarative "Testresources is an extension to Python's unittest to allow declarative
use of resources by test cases."))) use of resources by test cases.")))
@ -1638,12 +1635,10 @@ use of resources by test cases.")))
"0j0ymmnc5nfxi1qzvy59j27viqca7l7xd0y9x29g7yr0h693j804")))) "0j0ymmnc5nfxi1qzvy59j27viqca7l7xd0y9x29g7yr0h693j804"))))
(build-system python-build-system) (build-system python-build-system)
(propagated-inputs (propagated-inputs
`(("python-extras" ,python-extras) (list python-extras python-testtools-bootstrap))
("python-testtools" ,python-testtools-bootstrap)))
(native-inputs (native-inputs
`(("python-fixtures" ,python-fixtures-bootstrap) (list python-fixtures-bootstrap python-hypothesis
("python-hypothesis" ,python-hypothesis) python-testscenarios-bootstrap))
("python-testscenarios" ,python-testscenarios-bootstrap)))
(home-page "https://launchpad.net/subunit") (home-page "https://launchpad.net/subunit")
(synopsis "Python implementation of the subunit protocol") (synopsis "Python implementation of the subunit protocol")
(description (description
@ -2108,9 +2103,7 @@ seamlessly into your existing Python unit testing work flow.")
"02j101m5grjrbvrgjap17jsxd1hgawkylmyswcn33vf42mxh9zzr")))) "02j101m5grjrbvrgjap17jsxd1hgawkylmyswcn33vf42mxh9zzr"))))
(build-system python-build-system) (build-system python-build-system)
(propagated-inputs (propagated-inputs
`(("python-hypothesis" ,python-hypothesis) (list python-hypothesis python-lark-parser python-libcst-minimal))
("python-lark-parser" ,python-lark-parser)
("python-libcst" ,python-libcst-minimal)))
(home-page "https://github.com/Zac-HD/hypothesmith") (home-page "https://github.com/Zac-HD/hypothesmith")
(synopsis "Strategies for generating Python programs") (synopsis "Strategies for generating Python programs")
(description (description
@ -2318,7 +2311,7 @@ recognize TestCases.")
"0gf2dpahpl5igb7jh1sr9acj3z3gp7zahqdqb69nk6wx01c8kc1g")))) "0gf2dpahpl5igb7jh1sr9acj3z3gp7zahqdqb69nk6wx01c8kc1g"))))
(build-system python-build-system) (build-system python-build-system)
(propagated-inputs (propagated-inputs
`(("pytest" ,python-pytest))) (list python-pytest))
(home-page "https://github.com/fschulze/pytest-warnings") (home-page "https://github.com/fschulze/pytest-warnings")
(synopsis "Pytest plugin to list Python warnings in pytest report") (synopsis "Pytest plugin to list Python warnings in pytest report")
(description (description
@ -2347,7 +2340,7 @@ pytest report.")
"038049nyjl7di59ycnxvc9nydivc5m8np3hqq84j2iirkccdbs5n")))) "038049nyjl7di59ycnxvc9nydivc5m8np3hqq84j2iirkccdbs5n"))))
(build-system python-build-system) (build-system python-build-system)
(propagated-inputs (propagated-inputs
`(("pytest" ,python-pytest))) (list python-pytest))
(home-page "https://bitbucket.org/memedough/pytest-capturelog/overview") (home-page "https://bitbucket.org/memedough/pytest-capturelog/overview")
(synopsis "Pytest plugin to catch log messages") (synopsis "Pytest plugin to catch log messages")
(description (description
@ -2372,7 +2365,7 @@ pytest report.")
(native-inputs (native-inputs
(list unzip)) (list unzip))
(propagated-inputs (propagated-inputs
`(("pytest" ,python-pytest))) (list python-pytest))
(home-page "https://github.com/eisensheng/pytest-catchlog") (home-page "https://github.com/eisensheng/pytest-catchlog")
(synopsis "Pytest plugin to catch log messages") (synopsis "Pytest plugin to catch log messages")
(description (description

View file

@ -53,24 +53,24 @@
(build-system gnu-build-system) (build-system gnu-build-system)
;; TODO: package 'libgsystem'. ;; TODO: package 'libgsystem'.
(inputs (inputs
`(("accountsservice" ,accountsservice) (list accountsservice
("gtk+" ,gtk+) gtk+
("glib" ,glib) glib
("gobject-introspection" ,gobject-introspection) gobject-introspection
("gnome-common" ,gnome-common) gnome-common
("libxkbfile" ,libxkbfile) libxkbfile
("libxrandr" ,libxrandr) libxrandr
("python-2" ,python-2) python-2
("pulseaudio" ,pulseaudio) pulseaudio
("xkeyboard-config" ,xkeyboard-config))) xkeyboard-config))
(native-inputs (native-inputs
`(("autoconf" ,autoconf) (list autoconf
("automake" ,automake) automake
("gettext" ,gettext-minimal) gettext-minimal
("glib" ,glib "bin") ; glib-gettextize `(,glib "bin") ; glib-gettextize
("intltool" ,intltool) intltool
("libtool" ,libtool) libtool
("pkg-config" ,pkg-config))) pkg-config))
(home-page "https://github.com/linuxmint/cinnamon-desktop/") (home-page "https://github.com/linuxmint/cinnamon-desktop/")
(synopsis "Library for the Cinnamon Desktop") (synopsis "Library for the Cinnamon Desktop")
(description (description

View file

@ -1896,11 +1896,8 @@ timestamps in the file header with a fixed time (1 January 2008).
(native-inputs (native-inputs
(list perl pkg-config)) (list perl pkg-config))
(inputs (inputs
`(("gnutls" ,gnutls) (list gnutls xz openssl zlib
("liblzma" ,xz) `(,zstd "lib")))
("openssl" ,openssl)
("zlib" ,zlib)
("zstd:lib" ,zstd "lib")))
(build-system cmake-build-system) (build-system cmake-build-system)
(home-page "https://libzip.org") (home-page "https://libzip.org")
(synopsis "C library for reading, creating, and modifying zip archives") (synopsis "C library for reading, creating, and modifying zip archives")
@ -2463,10 +2460,7 @@ file compression algorithm.")
(base32 "00adrjpxqlaccrwjf65w3vhxfswdj0as8aj263c6f9b85llypc5v")))) (base32 "00adrjpxqlaccrwjf65w3vhxfswdj0as8aj263c6f9b85llypc5v"))))
(build-system glib-or-gtk-build-system) (build-system glib-or-gtk-build-system)
(native-inputs (native-inputs
`(("gettext" ,gettext-minimal) (list gettext-minimal intltool libxslt pkg-config))
("intltool" ,intltool)
("libxslt" ,libxslt)
("pkg-config" ,pkg-config)))
(inputs (inputs
(list adwaita-icon-theme ; hard-coded theme (list adwaita-icon-theme ; hard-coded theme
gtk+)) gtk+))

View file

@ -2814,7 +2814,7 @@ applications. That is, compute distances and related measures for angular
(base32 (base32
"0wihj538wdnr71wdldym83qadb4kh68a6rkallwbh2f25r27b881")))) "0wihj538wdnr71wdldym83qadb4kh68a6rkallwbh2f25r27b881"))))
(build-system r-build-system) (build-system r-build-system)
(inputs `(("libjpeg" ,libjpeg-turbo))) (inputs (list libjpeg-turbo))
(home-page "https://www.rforge.net/jpeg/") (home-page "https://www.rforge.net/jpeg/")
(synopsis "Read and write JPEG images with R") (synopsis "Read and write JPEG images with R")
(description "This package provides a way to read, write and display (description "This package provides a way to read, write and display
@ -4545,8 +4545,7 @@ dimensioned arrays.")
(properties `((upstream-name . "RMySQL"))) (properties `((upstream-name . "RMySQL")))
(build-system r-build-system) (build-system r-build-system)
(inputs (inputs
`(("mariadb-dev" ,mariadb "dev") (list `(,mariadb "dev") zlib))
("zlib" ,zlib)))
(propagated-inputs (propagated-inputs
(list r-dbi)) (list r-dbi))
(home-page "https://github.com/r-dbi/RMySQL") (home-page "https://github.com/r-dbi/RMySQL")
@ -11389,7 +11388,7 @@ back to file after modifications.")
"1snzn7nxy0rwz0bzjsg6k04c0n811dgn8gn9cmn2v78aj57ayjmi")))) "1snzn7nxy0rwz0bzjsg6k04c0n811dgn8gn9cmn2v78aj57ayjmi"))))
(properties `((upstream-name . "gitcreds"))) (properties `((upstream-name . "gitcreds")))
(build-system r-build-system) (build-system r-build-system)
(inputs `(("git" ,git-minimal))) (inputs (list git-minimal))
(native-inputs (list r-knitr)) (native-inputs (list r-knitr))
(home-page "https://github.com/r-lib/gitcreds") (home-page "https://github.com/r-lib/gitcreds")
(synopsis "Query git credentials from R") (synopsis "Query git credentials from R")
@ -12612,9 +12611,7 @@ redundant complex conjugate when the input is real data.")
"1zha6bzb1rmfl6n2xjkygs9wfi3ah9cjr7a6jzk4zqc5kvl58lak")))) "1zha6bzb1rmfl6n2xjkygs9wfi3ah9cjr7a6jzk4zqc5kvl58lak"))))
(build-system r-build-system) (build-system r-build-system)
(inputs (inputs
`(("libtiff" ,libtiff) (list libtiff libjpeg-turbo zlib))
("libjpeg" ,libjpeg-turbo)
("zlib" ,zlib)))
(native-inputs (native-inputs
(list pkg-config)) (list pkg-config))
(home-page "https://www.rforge.net/tiff/") (home-page "https://www.rforge.net/tiff/")
@ -19356,8 +19353,7 @@ both R code and compiled C/C++/FORTRAN code.")
(propagated-inputs (propagated-inputs
(list r-cpp11)) (list r-cpp11))
(inputs (inputs
`(("fontconfig" ,fontconfig) (list fontconfig zlib))
("zlib" ,zlib)))
(native-inputs (native-inputs
(list pkg-config r-knitr)) (list pkg-config r-knitr))
(home-page "https://github.com/r-lib/systemfonts") (home-page "https://github.com/r-lib/systemfonts")
@ -22075,8 +22071,7 @@ currently limited to 8 bit greyscale images and 24, 32 bit (A)RGB images.")
(properties `((upstream-name . "readbitmap"))) (properties `((upstream-name . "readbitmap")))
(build-system r-build-system) (build-system r-build-system)
(inputs (inputs
`(("libjpeg" ,libjpeg-turbo) (list libjpeg-turbo libpng))
("libpng" ,libpng)))
(propagated-inputs (propagated-inputs
(list r-bmp r-jpeg r-png r-tiff)) (list r-bmp r-jpeg r-png r-tiff))
(home-page "https://github.com/jefferis/readbitmap") (home-page "https://github.com/jefferis/readbitmap")
@ -24795,8 +24790,7 @@ subpopulation type designs.")
(properties `((upstream-name . "nbconvertR"))) (properties `((upstream-name . "nbconvertR")))
(build-system r-build-system) (build-system r-build-system)
(inputs (inputs
`(("jupyter" ,python-nbconvert) (list python-nbconvert pandoc))
("pandoc" ,pandoc)))
(home-page "https://cran.r-project.org/web/packages/nbconvertR/") (home-page "https://cran.r-project.org/web/packages/nbconvertR/")
(synopsis "Vignette engine wrapping Jupyter notebooks") (synopsis "Vignette engine wrapping Jupyter notebooks")
(description (description
@ -28692,11 +28686,7 @@ the font tool-set provided by the @code{systemfonts} package.")
(properties `((upstream-name . "ragg"))) (properties `((upstream-name . "ragg")))
(build-system r-build-system) (build-system r-build-system)
(inputs (inputs
`(("freetype" ,freetype) (list freetype libjpeg-turbo libpng libtiff zlib))
("libjpeg" ,libjpeg-turbo)
("libpng" ,libpng)
("libtiff" ,libtiff)
("zlib" ,zlib)))
(propagated-inputs (propagated-inputs
(list r-systemfonts r-textshaping)) (list r-systemfonts r-textshaping))
(native-inputs (native-inputs

View file

@ -185,14 +185,14 @@
"4store-fix-buildsystem.patch")))) "4store-fix-buildsystem.patch"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(native-inputs (native-inputs
`(("perl" ,perl) (list perl
("python" ,python-2) python-2
("autoconf" ,autoconf) autoconf
("automake" ,automake) automake
("gettext" ,gettext-minimal) gettext-minimal
("libtool" ,libtool) libtool
("pcre" ,pcre "bin") ;for 'pcre-config' `(,pcre "bin") ;for 'pcre-config'
("pkg-config" ,pkg-config))) pkg-config))
(inputs (inputs
(list glib (list glib
rasqal rasqal

View file

@ -281,10 +281,7 @@ unpacking them into a directory which can eventually be chrooted into.")
"1sbdjcb44g2s1zxjf9kxrp9drf9mmh6b49a9z3k428gmc6zsci4r")))) "1sbdjcb44g2s1zxjf9kxrp9drf9mmh6b49a9z3k428gmc6zsci4r"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(native-inputs (native-inputs
`(("autoconf" ,autoconf) (list autoconf automake gettext-minimal po4a))
("automake" ,automake)
("gettext" ,gettext-minimal)
("po4a" ,po4a)))
(home-page "https://packages.debian.org/unstable/debianutils") (home-page "https://packages.debian.org/unstable/debianutils")
(synopsis "Miscellaneous shell utilities") (synopsis "Miscellaneous shell utilities")
(description (description

View file

@ -246,8 +246,7 @@ and to some extent D.")
"doc++-segfault-fix.patch")))) "doc++-segfault-fix.patch"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(native-inputs (native-inputs
`(("flex" ,flex) (list flex gettext-minimal))
("gettext" ,gettext-minimal)))
(home-page "http://docpp.sourceforge.net/") (home-page "http://docpp.sourceforge.net/")
(synopsis "Documentation system for C, C++, IDL, and Java") (synopsis "Documentation system for C, C++, IDL, and Java")
(description (description

View file

@ -54,8 +54,7 @@
(list pkg-config)) (list pkg-config))
(propagated-inputs (propagated-inputs
;; Required by 'liblcf.pc'. ;; Required by 'liblcf.pc'.
`(("expat" ,expat) (list expat icu4c))
("icu" ,icu4c)))
(home-page "https://easyrpg.org/") (home-page "https://easyrpg.org/")
(synopsis "Library to handle RPG Maker 2000 and 2003 game data") (synopsis "Library to handle RPG Maker 2000 and 2003 game data")
(description (description

View file

@ -771,8 +771,8 @@ adjust the level of difficulty.")
(base32 "0dz63m9p4ggzw0yb309qmgnl664qb5q268vaa3i9v0i8qsl66d78")))) (base32 "0dz63m9p4ggzw0yb309qmgnl664qb5q268vaa3i9v0i8qsl66d78"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(native-inputs (native-inputs
`(("gettext" ,gettext-minimal) ; for msgfmt (list gettext-minimal ; for msgfmt
("pkg-config" ,pkg-config))) pkg-config))
(inputs (inputs
(list libxml2 gtk+)) (list libxml2 gtk+))
(home-page "https://kanatest.sourceforge.io/") (home-page "https://kanatest.sourceforge.io/")

View file

@ -335,8 +335,7 @@ a generic Scheme interaction mode for the GNU Emacs editor.")
(file-name (git-file-name name version)))) (file-name (git-file-name name version))))
(build-system emacs-build-system) (build-system emacs-build-system)
(propagated-inputs (propagated-inputs
`(("geiser" ,emacs-geiser) (list emacs-geiser emacs-auto-complete))
("auto-complete" ,emacs-auto-complete)))
(synopsis "Auto-complete backend for geiser") (synopsis "Auto-complete backend for geiser")
(description (description
"This package provides an auto-complete source for Scheme projects "This package provides an auto-complete source for Scheme projects
@ -868,10 +867,8 @@ rebasing, and other common Git operations.")
(base32 (base32
"1v1y4fir1plz4kj0cvkcd29wibli4dw7vp4fmbxq4df76d8iy8yd")))) "1v1y4fir1plz4kj0cvkcd29wibli4dw7vp4fmbxq4df76d8iy8yd"))))
(build-system emacs-build-system) (build-system emacs-build-system)
(propagated-inputs `(("dash" ,emacs-dash) (propagated-inputs (list emacs-dash emacs-with-editor emacs-magit
("with-editor" ,emacs-with-editor) emacs-transient))
("magit" ,emacs-magit)
("transient" ,emacs-transient)))
(home-page "https://github.com/magit/magit-svn") (home-page "https://github.com/magit/magit-svn")
(synopsis "Git-SVN extension to Magit") (synopsis "Git-SVN extension to Magit")
(description (description
@ -927,8 +924,7 @@ process, passing on the arguments as command line arguments.")
(base32 "1amr2c08mq1nnn6k66mgz4rzyni4np7gxm96g4qyla2cbfbachgk")))) (base32 "1amr2c08mq1nnn6k66mgz4rzyni4np7gxm96g4qyla2cbfbachgk"))))
(build-system emacs-build-system) (build-system emacs-build-system)
(propagated-inputs (propagated-inputs
`(("magit" ,emacs-magit) (list emacs-magit emacs-transient))
("transient" ,emacs-transient)))
(home-page "https://github.com/magit/magit-annex/") (home-page "https://github.com/magit/magit-annex/")
(synopsis "Git-annex support for Magit") (synopsis "Git-annex support for Magit")
(description (description
@ -2252,7 +2248,7 @@ light user interface.")
"0q80f0plch6k4lhs8c9qm3mfycfbp3kn5sjrk9zxgxwnn901y9mp")))) "0q80f0plch6k4lhs8c9qm3mfycfbp3kn5sjrk9zxgxwnn901y9mp"))))
(build-system emacs-build-system) (build-system emacs-build-system)
(propagated-inputs (propagated-inputs
`(("emms" ,emacs-emms))) (list emacs-emms))
(home-page "https://github.com/momomo5717/emms-mode-line-cycle") (home-page "https://github.com/momomo5717/emms-mode-line-cycle")
(synopsis "Display the EMMS mode line as a ticker") (synopsis "Display the EMMS mode line as a ticker")
(description (description
@ -3499,7 +3495,7 @@ restore the saved place.")
"0sszdl4kvqbihdh8d7mybpp0d8yw2p3gyiipjcxz9xhvvmw3ww4x")))) "0sszdl4kvqbihdh8d7mybpp0d8yw2p3gyiipjcxz9xhvvmw3ww4x"))))
(build-system emacs-build-system) (build-system emacs-build-system)
(propagated-inputs (propagated-inputs
`(("dash" ,emacs-dash))) (list emacs-dash))
(home-page "https://notabug.org/alezost/emacs-bui") (home-page "https://notabug.org/alezost/emacs-bui")
(synopsis "Buffer interface library for Emacs") (synopsis "Buffer interface library for Emacs")
(description (description
@ -3583,8 +3579,7 @@ management tasks from Emacs. To begin with, run @code{M-x guix-about} or
"0i0bwbav5861j2y15j9nd5m9rdqg9q97zgcbld8pivr9nyxy63lz")))) "0i0bwbav5861j2y15j9nd5m9rdqg9q97zgcbld8pivr9nyxy63lz"))))
(build-system emacs-build-system) (build-system emacs-build-system)
(propagated-inputs (propagated-inputs
`(("bui" ,emacs-bui) (list emacs-bui emacs-magit-popup))
("magit-popup" ,emacs-magit-popup)))
(home-page "https://notabug.org/alezost/emacs-build-farm") (home-page "https://notabug.org/alezost/emacs-build-farm")
(synopsis "Emacs interface for Hydra and Cuirass build farms") (synopsis "Emacs interface for Hydra and Cuirass build farms")
(description (description
@ -6351,9 +6346,7 @@ with Irony mode using Clang tooling.")
(base32 "0qa5a8wzvzxwqql92ibc9s43k8sj3vwn7skz9hfr8av0skkhx996")))) (base32 "0qa5a8wzvzxwqql92ibc9s43k8sj3vwn7skz9hfr8av0skkhx996"))))
(build-system emacs-build-system) (build-system emacs-build-system)
(inputs (inputs
`(("irony-mode" ,emacs-irony-mode) (list emacs-irony-mode emacs-flycheck emacs-company))
("flycheck-mode" ,emacs-flycheck)
("emacs-company" ,emacs-company)))
(synopsis "Live syntax checking frontend for Flycheck using irony-mode") (synopsis "Live syntax checking frontend for Flycheck using irony-mode")
(description "This package provides a frontend for Flycheck that lets (description "This package provides a frontend for Flycheck that lets
irony-mode do the syntax checking.") irony-mode do the syntax checking.")
@ -6375,7 +6368,7 @@ irony-mode do the syntax checking.")
(base32 "1l5qpr66v1l12fb50yh73grb2rr85xxmbj19mm33b5rdrq2bqmmd")))) (base32 "1l5qpr66v1l12fb50yh73grb2rr85xxmbj19mm33b5rdrq2bqmmd"))))
(build-system emacs-build-system) (build-system emacs-build-system)
(inputs (inputs
`(("irony-mode" ,emacs-irony-mode))) (list emacs-irony-mode))
(synopsis "Eldoc integration for irony-mode") (synopsis "Eldoc integration for irony-mode")
(description "Irony-eldoc is an eldoc extension that shows documentation (description "Irony-eldoc is an eldoc extension that shows documentation
for the current function or variable in the minibuffer.") for the current function or variable in the minibuffer.")
@ -14897,7 +14890,7 @@ additions:
(base32 "090dqaqyjmkzrz4szjpk1iip0bdvb0frp4l79393f8ki8w7c16c1")))) (base32 "090dqaqyjmkzrz4szjpk1iip0bdvb0frp4l79393f8ki8w7c16c1"))))
(build-system emacs-build-system) (build-system emacs-build-system)
(propagated-inputs (propagated-inputs
`(("emacs-dired-subtree" ,emacs-dired-hacks))) (list emacs-dired-hacks))
(synopsis "Sidebar for Emacs using Dired") (synopsis "Sidebar for Emacs using Dired")
(description (description
"This package provides a sidebar for Emacs similar to @code{NeoTree} "This package provides a sidebar for Emacs similar to @code{NeoTree}
@ -19350,7 +19343,7 @@ Emacs.")
(base32 (base32
"07r5x256k1fjjxs1yfg41kc94nwvnjlk2vvknkra3j8v9p0j88m7")))) "07r5x256k1fjjxs1yfg41kc94nwvnjlk2vvknkra3j8v9p0j88m7"))))
(propagated-inputs (propagated-inputs
`(("magit" ,emacs-magit))) (list emacs-magit))
(build-system emacs-build-system) (build-system emacs-build-system)
(home-page "https://github.com/danielma/magit-org-todos.el") (home-page "https://github.com/danielma/magit-org-todos.el")
(synopsis "Get todo.org into Emacs Magit status") (synopsis "Get todo.org into Emacs Magit status")
@ -21903,13 +21896,13 @@ buffers other modes on the TODO list).
"12ay02vk6bk77k33mhlqi41m03a77y80b15rj1dbh1n6jfrjwkfy")))) "12ay02vk6bk77k33mhlqi41m03a77y80b15rj1dbh1n6jfrjwkfy"))))
(build-system emacs-build-system) (build-system emacs-build-system)
(propagated-inputs (propagated-inputs
`(("emacs-async" ,emacs-async) (list emacs-async
("emacs-dash" ,emacs-dash) emacs-dash
("emacs-f" ,emacs-f) emacs-f
("emacs-hl-todo" ,emacs-hl-todo) emacs-hl-todo
("magit" ,emacs-magit) emacs-magit
("emacs-pcre2el" ,emacs-pcre2el) emacs-pcre2el
("emacs-s" ,emacs-s))) emacs-s))
(home-page "https://github.com/alphapapa/magit-todos") (home-page "https://github.com/alphapapa/magit-todos")
(synopsis "Show source files' TODOs (and FIXMEs, etc) in Magit status buffer") (synopsis "Show source files' TODOs (and FIXMEs, etc) in Magit status buffer")
(description "This package displays keyword entries from source code (description "This package displays keyword entries from source code
@ -22363,9 +22356,7 @@ themes comes with the package.")
"1q8r95zfrh0vxna5ml2pq9b9f66clfqcl4d2qy2aizkvzyxg6skl")))) "1q8r95zfrh0vxna5ml2pq9b9f66clfqcl4d2qy2aizkvzyxg6skl"))))
(build-system emacs-build-system) (build-system emacs-build-system)
(propagated-inputs (propagated-inputs
`(("dash" ,emacs-dash) (list emacs-dash emacs-powerline emacs-s))
("powerline" ,emacs-powerline)
("s" ,emacs-s)))
(home-page "https://github.com/TheBB/spaceline") (home-page "https://github.com/TheBB/spaceline")
(synopsis "Powerline theme from Spacemacs") (synopsis "Powerline theme from Spacemacs")
(description "Spaceline provides Spacemacs' mode-line theme. (description "Spaceline provides Spacemacs' mode-line theme.
@ -22571,18 +22562,18 @@ Emacs.")
"1scfv1502yg7x4bsl253cpr6plml1j4d437vci2ggs764sh3rcqq")))) "1scfv1502yg7x4bsl253cpr6plml1j4d437vci2ggs764sh3rcqq"))))
(build-system emacs-build-system) (build-system emacs-build-system)
(propagated-inputs (propagated-inputs
`(("a" ,emacs-a) (list emacs-a
("anaphora" ,emacs-anaphora) emacs-anaphora
("dash" ,emacs-dash) emacs-dash
("esxml" ,emacs-esxml) emacs-esxml
("f" ,emacs-f) emacs-f
("frame-purpose" ,emacs-frame-purpose) emacs-frame-purpose
("ht" ,emacs-ht) emacs-ht
("ov" ,emacs-ov) emacs-ov
("rainbow-identifiers" ,emacs-rainbow-identifiers) emacs-rainbow-identifiers
("request" ,emacs-request) emacs-request
("s" ,emacs-s) emacs-s
("tracking" ,emacs-tracking))) emacs-tracking))
(home-page "https://github.com/jgkamat/matrix-client-el") (home-page "https://github.com/jgkamat/matrix-client-el")
(synopsis "Matrix client for Emacs") (synopsis "Matrix client for Emacs")
(description "@code{matrix-client} is a simple chat UI to Matrix.org (description "@code{matrix-client} is a simple chat UI to Matrix.org
@ -22751,7 +22742,7 @@ not have any relation with variables defined by @code{defvar},
(file-name (git-file-name name version)))) (file-name (git-file-name name version))))
(build-system emacs-build-system) (build-system emacs-build-system)
(inputs (inputs
`(("dash" ,emacs-dash))) (list emacs-dash))
(synopsis "Purpose-specific frames for Emacs") (synopsis "Purpose-specific frames for Emacs")
(description "@code{frame-purpose} makes it easy to open purpose-specific (description "@code{frame-purpose} makes it easy to open purpose-specific
frames that only show certain buffers, e.g. by buffers major mode, their frames that only show certain buffers, e.g. by buffers major mode, their
@ -23371,11 +23362,9 @@ convenient to edit foreign files.")
"0jgiawdnzjlrpx2j1y6djwbqncdpmyfd31q1qf1890049y8ppxnb")))) "0jgiawdnzjlrpx2j1y6djwbqncdpmyfd31q1qf1890049y8ppxnb"))))
(build-system emacs-build-system) (build-system emacs-build-system)
(native-inputs (native-inputs
`(("emacs-el-mock" ,emacs-el-mock) (list emacs-el-mock emacs-ert-runner))
("ert-runner" ,emacs-ert-runner)))
(propagated-inputs (propagated-inputs
`(("emacs-f" ,emacs-f) (list emacs-f emacs-magit))
("magit" ,emacs-magit)))
(home-page "https://github.com/canatella/repo-el") (home-page "https://github.com/canatella/repo-el")
(synopsis "Emacs interface for the Google Repo tool") (synopsis "Emacs interface for the Google Repo tool")
(description "This package provides integration of the Google Repo tool (description "This package provides integration of the Google Repo tool
@ -25432,7 +25421,7 @@ C-f} to advance by #xa4 characters.
"148a5xsnbsiddhf9cl7yxdk41lrv38h0pip91kcflw9d7l0dp7pr")))) "148a5xsnbsiddhf9cl7yxdk41lrv38h0pip91kcflw9d7l0dp7pr"))))
(build-system emacs-build-system) (build-system emacs-build-system)
(inputs (inputs
`(("helm" ,emacs-helm))) (list emacs-helm))
(synopsis "Search suggestions and article extracts from Wikipedia for Emacs") (synopsis "Search suggestions and article extracts from Wikipedia for Emacs")
(description (description
"This package provides an Emacs Helm interface for search suggestions "This package provides an Emacs Helm interface for search suggestions
@ -26205,8 +26194,7 @@ Helm and Ivy.")
"1sqsm5sv311xfdk4f4rsnvprdf2v2vm7l1b3vqi7pc0g8adlnw1d")))) "1sqsm5sv311xfdk4f4rsnvprdf2v2vm7l1b3vqi7pc0g8adlnw1d"))))
(build-system emacs-build-system) (build-system emacs-build-system)
(propagated-inputs (propagated-inputs
`(("emms" ,emacs-emms) (list emacs-emms emacs-org))
("emacs-org" ,emacs-org)))
(home-page "https://gitlab.com/jagrg/org-emms") (home-page "https://gitlab.com/jagrg/org-emms")
(synopsis "Play multimedia files from org-mode") (synopsis "Play multimedia files from org-mode")
(description (description
@ -26327,7 +26315,7 @@ keybindings for skipping from host section to host section.")
"1i3zmsn0w2k7p2hlzssibckm32kf05l56mkhg96x4sf06g3pwq1d")))) "1i3zmsn0w2k7p2hlzssibckm32kf05l56mkhg96x4sf06g3pwq1d"))))
(build-system emacs-build-system) (build-system emacs-build-system)
(propagated-inputs (propagated-inputs
`(("dash" ,emacs-dash))) (list emacs-dash))
(home-page "https://github.com/magit/ssh-agency") (home-page "https://github.com/magit/ssh-agency")
(synopsis "Manage @code{ssh-agent} from Emacs") (synopsis "Manage @code{ssh-agent} from Emacs")
(description (description
@ -26755,8 +26743,7 @@ Google guidelines.")
(base32 "1j2vfngq3512naaayv9kx0d1q2zg1xgs69l8afc7swg72h0l0imw")))) (base32 "1j2vfngq3512naaayv9kx0d1q2zg1xgs69l8afc7swg72h0l0imw"))))
(build-system emacs-build-system) (build-system emacs-build-system)
(propagated-inputs (propagated-inputs
`(("helm" ,emacs-helm) (list emacs-helm emacs-fish-completion))
("fish-completion" ,emacs-fish-completion)))
(synopsis "Helm interface for Emacs fish-completion") (synopsis "Helm interface for Emacs fish-completion")
(description "Helm Fish Completion is a Helm interface for Emacs (description "Helm Fish Completion is a Helm interface for Emacs
fish-completion. It can be used in both Eshell and M-x shell.") fish-completion. It can be used in both Eshell and M-x shell.")
@ -26778,7 +26765,7 @@ fish-completion. It can be used in both Eshell and M-x shell.")
(base32 "0n8qa549c5syvgqw1h2zrakjjbygddpxzaifaq5irscgdcajrads")))) (base32 "0n8qa549c5syvgqw1h2zrakjjbygddpxzaifaq5irscgdcajrads"))))
(build-system emacs-build-system) (build-system emacs-build-system)
(propagated-inputs (propagated-inputs
`(("helm" ,emacs-helm))) (list emacs-helm))
(synopsis "Helm action to switch directory in Emacs REPLs") (synopsis "Helm action to switch directory in Emacs REPLs")
(description "Helm \"Switch-to-REPL\" offers the (description "Helm \"Switch-to-REPL\" offers the
@code{helm-switch-to-repl} action, a generalized and extensible version of @code{helm-switch-to-repl} action, a generalized and extensible version of
@ -29030,8 +29017,7 @@ included with Emacs.")
(base32 "1qi092mw2n08v6yr0j6hlpx0pnlcnhxjqbsrlw9pn4yin6zk91yp")))) (base32 "1qi092mw2n08v6yr0j6hlpx0pnlcnhxjqbsrlw9pn4yin6zk91yp"))))
(build-system emacs-build-system) (build-system emacs-build-system)
(propagated-inputs (propagated-inputs
`(("dash" ,emacs-dash) (list emacs-dash emacs-s))
("s" ,emacs-s)))
(home-page "https://github.com/plexus/html-to-hiccup") (home-page "https://github.com/plexus/html-to-hiccup")
(synopsis "Turn HTML into Hiccup syntax") (synopsis "Turn HTML into Hiccup syntax")
(description (description
@ -29113,8 +29099,7 @@ faithfully. See @url{https://github.com/then/promise}.
(base32 "0aav9qdswnw7ynqlzn0sm34as5fj2d85syxgg8zjabzp6646ay29")))) (base32 "0aav9qdswnw7ynqlzn0sm34as5fj2d85syxgg8zjabzp6646ay29"))))
(build-system emacs-build-system) (build-system emacs-build-system)
(propagated-inputs (propagated-inputs
`(("promise" ,emacs-promise) (list emacs-promise emacs-iter2))
("iter2" ,emacs-iter2)))
(home-page "https://github.com/chuntaro/emacs-async-await") (home-page "https://github.com/chuntaro/emacs-async-await")
(synopsis "Async/Await for Emacs") (synopsis "Async/Await for Emacs")
(description "This is a simple implementation of Async/Await inspired by (description "This is a simple implementation of Async/Await inspired by
@ -29138,8 +29123,7 @@ the TypeScript implementation.")
(base32 "02a4j0yy7330kfr3rd3k2agdj01ii6989nki598anbamq6xvj5ql")))) (base32 "02a4j0yy7330kfr3rd3k2agdj01ii6989nki598anbamq6xvj5ql"))))
(build-system emacs-build-system) (build-system emacs-build-system)
(propagated-inputs (propagated-inputs
`(("async-await" ,emacs-async-await) (list emacs-async-await emacs-request))
("request" ,emacs-request)))
(home-page "https://github.com/4hiziri/rocket-chat") (home-page "https://github.com/4hiziri/rocket-chat")
(synopsis "Emacs Rocket.chat client") (synopsis "Emacs Rocket.chat client")
(description "This package provides an Emacs client for the Rocket.chat (description "This package provides an Emacs client for the Rocket.chat
@ -29712,8 +29696,7 @@ Unlike Emacs' generic ASM mode, it understands NASM-specific syntax.")
"1q30cbqq0h1gfwlcbnx9s930li7w7a0y8sx2ivbvvyyc2j5gsk4j")))) "1q30cbqq0h1gfwlcbnx9s930li7w7a0y8sx2ivbvvyyc2j5gsk4j"))))
(build-system emacs-build-system) (build-system emacs-build-system)
(propagated-inputs (propagated-inputs
`(("emacs-async" ,emacs-async) (list emacs-async emacs-ht))
("ht" ,emacs-ht)))
(synopsis "Testeable Emacs Lisp API that wraps around GNU Global") (synopsis "Testeable Emacs Lisp API that wraps around GNU Global")
(description "This package provides a testeable Emacs Lisp API that (description "This package provides a testeable Emacs Lisp API that
wraps GNU Global calls and integration to editor using this API with wraps GNU Global calls and integration to editor using this API with

View file

@ -58,12 +58,12 @@
(base32 "0wbb6dwmzlsyy224y0liis0azgzwbjdvcyzc31pw1aw6vbp36na6")))) (base32 "0wbb6dwmzlsyy224y0liis0azgzwbjdvcyzc31pw1aw6vbp36na6"))))
(build-system cmake-build-system) (build-system cmake-build-system)
(native-inputs (native-inputs
`(("catch" ,catch-framework2) (list catch-framework2
("git" ,git-minimal) git-minimal
("perl" ,perl) perl
;;FIX-ME: Building with ronn fails. ;;FIX-ME: Building with ronn fails.
;;("ronn" ,ronn) ;;("ronn" ,ronn)
("pkg-config" ,pkg-config))) pkg-config))
(inputs (inputs
(list boost)) (list boost))
(propagated-inputs (propagated-inputs

View file

@ -77,7 +77,7 @@ identified by unique ID codes).")
(inputs (inputs
(list readline)) (list readline))
(native-inputs (native-inputs
`(("python-2" ,python-2))) ; for the tests (list python-2)) ; for the tests
(synopsis "LOLCODE interpreter written in C") (synopsis "LOLCODE interpreter written in C")
(description (description
"@code{lci} is a LOLCODE interpreter written in C and is designed to be "@code{lci} is a LOLCODE interpreter written in C and is designed to be

View file

@ -154,10 +154,7 @@ client.")
(base32 "0f3raxzkq0nwdfpc9hxvg65vga09gznjjgy9dr6jlkamzx8zlyw9")))) (base32 "0f3raxzkq0nwdfpc9hxvg65vga09gznjjgy9dr6jlkamzx8zlyw9"))))
(build-system cmake-build-system) (build-system cmake-build-system)
(inputs (inputs
`(("fcitx5" ,fcitx5) (list fcitx5 lua gettext-minimal libpthread-stubs))
("lua" ,lua)
("gettext" ,gettext-minimal)
("libpthread-stubs" ,libpthread-stubs)))
(native-inputs (native-inputs
(list extra-cmake-modules)) (list extra-cmake-modules))
(home-page "https://github.com/fcitx/fcitx5-lua") (home-page "https://github.com/fcitx/fcitx5-lua")

View file

@ -354,15 +354,15 @@ ones.")
(native-inputs (native-inputs
(list autoconf automake pkg-config)) (list autoconf automake pkg-config))
(inputs (inputs
`(("bzip2" ,bzip2) (list bzip2
("e2fsprogs" ,e2fsprogs) e2fsprogs
("libgcrypt" ,libgcrypt) libgcrypt
("lz4" ,lz4) lz4
("lzo" ,lzo) lzo
("util-linux" ,util-linux "lib") `(,util-linux "lib")
("xz" ,xz) xz
("zlib" ,zlib) zlib
("zstd:lib" ,zstd "lib"))) `(,zstd "lib")))
(synopsis "File system back-up, deployment, and migration tool") (synopsis "File system back-up, deployment, and migration tool")
(description (description
"FSArchiver saves the contents of a file system to a compressed archive "FSArchiver saves the contents of a file system to a compressed archive

View file

@ -1835,14 +1835,10 @@ editing on the Web.")
(base32 "1zd0pfiphnijh1l94swb3mjrpmjsn37z11mklamd7zw6h2d4zh4d")))) (base32 "1zd0pfiphnijh1l94swb3mjrpmjsn37z11mklamd7zw6h2d4zh4d"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(inputs (inputs
`(("gsl" ,gsl) (list gsl gtk+ ncurses))
("gtk3" ,gtk+)
("ncurses" ,ncurses)))
(native-inputs (native-inputs
`(("pkg-config" ,pkg-config) (list pkg-config texinfo
("texinfo" ,texinfo) (texlive-updmap.cfg (list texlive-epsf texlive-tex-texinfo))))
("texlive" ,(texlive-updmap.cfg (list texlive-epsf
texlive-tex-texinfo)))))
(home-page "https://anthonybradford.github.io/optionmatrix/") (home-page "https://anthonybradford.github.io/optionmatrix/")
(synopsis "Financial derivative calculator") (synopsis "Financial derivative calculator")
(description (description

View file

@ -152,9 +152,7 @@ brick your device.")
(base32 "15m1w1qad3dj7r8n5ng1qqcaiyx1gyd6hnc3p2apgjllccdp77qg")))) (base32 "15m1w1qad3dj7r8n5ng1qqcaiyx1gyd6hnc3p2apgjllccdp77qg"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(inputs (inputs
`(("libelf" ,libelf) (list libelf libusb-compat libftdi))
("libusb" ,libusb-compat)
("libftdi" ,libftdi)))
(native-inputs (native-inputs
(list bison flex)) (list bison flex))
(home-page "https://www.nongnu.org/avrdude/") (home-page "https://www.nongnu.org/avrdude/")

View file

@ -849,12 +849,12 @@ maintain the Noto Fonts project.")
(list check gcc-10 ;TODO: Remove when the default compiler is > GCC 7. (list check gcc-10 ;TODO: Remove when the default compiler is > GCC 7.
pkg-config scdoc)) pkg-config scdoc))
(propagated-inputs (propagated-inputs
`(;; Required by fcft.pc. (list ;; Required by fcft.pc.
("fontconfig" ,fontconfig) fontconfig
("freetype" ,freetype) freetype
("harfbuzz" ,harfbuzz) harfbuzz
("pixman" ,pixman) pixman
("tllist" ,tllist))) tllist))
(synopsis "Font loading and glyph rasterization library") (synopsis "Font loading and glyph rasterization library")
(description (description
"@code{fcft} is a small font loading and glyph rasterization library "@code{fcft} is a small font loading and glyph rasterization library
@ -995,9 +995,7 @@ Unicode Charts. It was developed for use with DejaVu Fonts project.")
(base32 "1shcs5l27l7380dvacvhl8wrdq3lix0wnhzvfdh7vx2pkzjs3zk6")))) (base32 "1shcs5l27l7380dvacvhl8wrdq3lix0wnhzvfdh7vx2pkzjs3zk6"))))
(build-system meson-build-system) (build-system meson-build-system)
(native-inputs (native-inputs
`(("gtk-doc" ,gtk-doc/stable) (list gtk-doc/stable pkg-config python-wrapper))
("pkg-config" ,pkg-config)
("python" ,python-wrapper)))
(inputs (inputs
(list freetype fribidi harfbuzz)) (list freetype fribidi harfbuzz))
(home-page "https://github.com/HOST-Oman/libraqm") (home-page "https://github.com/HOST-Oman/libraqm")

View file

@ -1256,7 +1256,7 @@ formats.")
(native-inputs (native-inputs
(list pkg-config)) (list pkg-config))
(inputs (inputs
`(("udev" ,eudev))) (list eudev))
(home-page "http://0pointer.de/blog/projects/being-smart.html") (home-page "http://0pointer.de/blog/projects/being-smart.html")
(synopsis "ATA S.M.A.R.T. reading and parsing library") (synopsis "ATA S.M.A.R.T. reading and parsing library")
(description (description
@ -1436,9 +1436,8 @@ these interfaces, based on the useradd, usermod and userdel commands.")
"16q550sy84izi5ic3sbbhjnnka2fwhj8vvdrirpn9xspbsgbc3sm")))) "16q550sy84izi5ic3sbbhjnnka2fwhj8vvdrirpn9xspbsgbc3sm"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(native-inputs (native-inputs
`(("glib:bin" ,glib "bin") ; for glib-mkenums (list `(,glib "bin") ; for glib-mkenums
("pkg-config" ,pkg-config) pkg-config python-wrapper))
("python" ,python-wrapper)))
(propagated-inputs (propagated-inputs
(list glib)) ; required by mbim-glib.pc (list glib)) ; required by mbim-glib.pc
(inputs (inputs
@ -1469,9 +1468,8 @@ which speak the Mobile Interface Broadband Model (MBIM) protocol.")
(inputs (inputs
(list libgudev)) (list libgudev))
(native-inputs (native-inputs
`(("glib:bin" ,glib "bin") ; for glib-mkenums (list `(,glib "bin") ; for glib-mkenums
("pkg-config" ,pkg-config) pkg-config python-wrapper))
("python" ,python-wrapper)))
(propagated-inputs (propagated-inputs
(list glib)) ; required by qmi-glib.pc (list glib)) ; required by qmi-glib.pc
(synopsis "Library to communicate with QMI-powered modems") (synopsis "Library to communicate with QMI-powered modems")
@ -1577,9 +1575,7 @@ different sorts of messages in different formats.")
(native-inputs (native-inputs
(list autoconf automake libtool pkg-config)) (list autoconf automake libtool pkg-config))
(inputs (inputs
`(("xsltproc" ,libxslt) (list libxslt python-2 python2-dbus))
("python" ,python-2)
("python-dbus" ,python2-dbus)))
(propagated-inputs (propagated-inputs
(list telepathy-glib)) (list telepathy-glib))
(home-page "https://telepathy.freedesktop.org/") (home-page "https://telepathy.freedesktop.org/")
@ -1604,14 +1600,10 @@ messaging clients such as Empathy, GNOME Shell or KDE Telepathy.")
(base32 "00xxv38cfdirnfvgyd56m60j0nkmsv5fz6p2ydyzsychicxl6ssc")))) (base32 "00xxv38cfdirnfvgyd56m60j0nkmsv5fz6p2ydyzsychicxl6ssc"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(native-inputs (native-inputs
`(("glib:bin" ,glib "bin") ; for glib-compile-schemas, etc. (list `(,glib "bin") ; for glib-compile-schemas, etc.
("pkg-config" ,pkg-config))) pkg-config))
(inputs (inputs
`(("dconf" ,dconf) (list dconf gtk-doc libgnome-keyring python-2 libxslt))
("gtk-doc" ,gtk-doc)
("libgnome-keyring" ,libgnome-keyring)
("python" ,python-2)
("xsltproc" ,libxslt)))
(propagated-inputs (propagated-inputs
(list telepathy-glib)) (list telepathy-glib))
(home-page "https://telepathy.freedesktop.org/wiki/Components/Mission_Control/") (home-page "https://telepathy.freedesktop.org/wiki/Components/Mission_Control/")

View file

@ -161,9 +161,7 @@ FTP browser, as well as non-interactive commands such as @code{ncftpput} and
"1ir761hjncr1bamaqcw9j7x57xi3s9jax3223bxwbq30a0vsw1pd")))) "1ir761hjncr1bamaqcw9j7x57xi3s9jax3223bxwbq30a0vsw1pd"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(native-inputs (native-inputs
`(("automake" ,automake) (list automake autoconf gettext-minimal))
("autoconf" ,autoconf)
("gettext" ,gettext-minimal)))
(home-page "http://weex.sourceforge.net/") (home-page "http://weex.sourceforge.net/")
(synopsis "Non-interactive client for FTP synchronization") (synopsis "Non-interactive client for FTP synchronization")
(description (description

View file

@ -1098,10 +1098,7 @@ It offers the following features:
"08ddhywdy2qg17m592ng3yr0p1ih96irg8wg729g75hsxxq9ipks")))) "08ddhywdy2qg17m592ng3yr0p1ih96irg8wg729g75hsxxq9ipks"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(native-inputs (list pkg-config)) (native-inputs (list pkg-config))
(inputs `(("fontconfig" ,fontconfig) (inputs (list fontconfig freeglut fribidi glew))
("freeglute" ,freeglut)
("fribidi" ,fribidi)
("glew" ,glew)))
(home-page "http://quesoglc.sourceforge.net") (home-page "http://quesoglc.sourceforge.net")
(synopsis "Implementation of the OpenGL Character Renderer (GLC)") (synopsis "Implementation of the OpenGL Character Renderer (GLC)")
(description (description

View file

@ -5265,10 +5265,8 @@ in strikes against the evil corporation.")
"0jk2w5b6s6nkzri585bbz16cif2fhqcnl5l1mq3rd98r9nil3hd1")))) "0jk2w5b6s6nkzri585bbz16cif2fhqcnl5l1mq3rd98r9nil3hd1"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(native-inputs (list pkg-config)) (native-inputs (list pkg-config))
(inputs `(("gettext" ,gettext-minimal) (inputs (list gettext-minimal glu quesoglc
("glu" ,glu) (sdl-union (list sdl sdl-image sdl-mixer))))
("quesoglc" ,quesoglc)
("sdl-union" ,(sdl-union (list sdl sdl-image sdl-mixer)))))
(home-page "http://chromium-bsu.sourceforge.net/") (home-page "http://chromium-bsu.sourceforge.net/")
(synopsis "Fast-paced, arcade-style, top-scrolling space shooter") (synopsis "Fast-paced, arcade-style, top-scrolling space shooter")
(description (description
@ -7087,10 +7085,7 @@ making Yamagi Quake II one of the most solid Quake II implementations available.
(base32 "12v00z3p0ymi8f3w4b4bgl4c76irawn3kmd147r0ap6s9ssx2q6m")))) (base32 "12v00z3p0ymi8f3w4b4bgl4c76irawn3kmd147r0ap6s9ssx2q6m"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(native-inputs (native-inputs
`(("autoconf" ,autoconf) (list autoconf automake gettext-minimal pkg-config))
("automake" ,automake)
("gettext" ,gettext-minimal)
("pkg-config" ,pkg-config)))
(inputs (inputs
(list ncurses)) (list ncurses))
(home-page "https://jubalh.github.io/nudoku/") (home-page "https://jubalh.github.io/nudoku/")
@ -10190,21 +10185,21 @@ can be downloaded from @url{https://zero.sjeng.org/best-network}.")
(native-inputs (native-inputs
(list extra-cmake-modules kdoctools perl)) (list extra-cmake-modules kdoctools perl))
(inputs (inputs
`(("kcompletion" ,kcompletion) (list kcompletion
("kconfigwidgets" ,kconfigwidgets) kconfigwidgets
("kcoreaddons" ,kcoreaddons) kcoreaddons
("kcrash" ,kcrash) kcrash
("kdbusaddons" ,kdbusaddons) kdbusaddons
("ki18n" ,ki18n) ki18n
("kio" ,kio) kio
("kwidgetsaddons" ,kwidgetsaddons) kwidgetsaddons
("kxmlgui" ,kxmlgui) kxmlgui
("libkdegames" ,libkdegames) libkdegames
("python" ,python-wrapper) python-wrapper
("qtbase" ,qtbase-5) qtbase-5
("qtmultimedia" ,qtmultimedia) qtmultimedia
("qtdeclarative" ,qtdeclarative) qtdeclarative
("qtsvg" ,qtsvg))) qtsvg))
(home-page "https://games.kde.org/") (home-page "https://games.kde.org/")
(synopsis "Stamp drawing toy") (synopsis "Stamp drawing toy")
(description "KTuberling is a drawing toy intended for small children and (description "KTuberling is a drawing toy intended for small children and
@ -10983,16 +10978,16 @@ This package is part of the KDE games module.")
(native-inputs (native-inputs
(list extra-cmake-modules kdoctools)) (list extra-cmake-modules kdoctools))
(inputs (inputs
`(("kcompletiom" ,kcompletion) (list kcompletion
("kconfig" ,kconfig) kconfig
("kcoreaddons" ,kcoreaddons) kcoreaddons
("kcrash" ,kcrash) kcrash
("kdbusaddons" ,kdbusaddons) kdbusaddons
("ki18n" ,ki18n) ki18n
("kxmlgui" ,kxmlgui) kxmlgui
("libkdegames" ,libkdegames) libkdegames
("qtbase" ,qtbase-5) qtbase-5
("qtdeclarative" ,qtdeclarative))) qtdeclarative))
(home-page "https://games.kde.org/") (home-page "https://games.kde.org/")
(synopsis "Arcade bombing game") (synopsis "Arcade bombing game")
(description "Bomber is a single player arcade game. (description "Bomber is a single player arcade game.
@ -12005,8 +12000,7 @@ protect you.")
(base32 "1y7v0jhp3apb619p7asikqr1dnwb2yxbh40wbx1ppmr5f03mq9ph")))) (base32 "1y7v0jhp3apb619p7asikqr1dnwb2yxbh40wbx1ppmr5f03mq9ph"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(native-inputs (native-inputs
`(("gettext" ,gettext-minimal) (list gettext-minimal pkg-config))
("pkg-config" ,pkg-config)))
(inputs (inputs
(list curl enet openal sdl2)) (list curl enet openal sdl2))
(home-page "https://7kfans.com/") (home-page "https://7kfans.com/")

View file

@ -1315,11 +1315,7 @@ OpenStreetMap data files.")
(native-inputs (native-inputs
(list gnome-common gtk-doc/stable pkg-config)) (list gnome-common gtk-doc/stable pkg-config))
(inputs (inputs
`(("cairo" ,cairo) (list cairo glib gobject-introspection gtk+ libsoup-minimal-2))
("glib" ,glib)
("gobject-introspection" ,gobject-introspection)
("gtk+" ,gtk+)
("libsoup" ,libsoup-minimal-2)))
(home-page "https://nzjrs.github.io/osm-gps-map/") (home-page "https://nzjrs.github.io/osm-gps-map/")
(synopsis "GTK+ widget for displaying OpenStreetMap tiles") (synopsis "GTK+ widget for displaying OpenStreetMap tiles")
(description (description

View file

@ -1295,16 +1295,14 @@ simple methods via GObject-Introspection.")
"03sj1h0c2l08xa8phw013fnxr4fgav7l2mkjhzf9xk3dykwxcj8p")))) "03sj1h0c2l08xa8phw013fnxr4fgav7l2mkjhzf9xk3dykwxcj8p"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(native-inputs (native-inputs
`(("pkg-config" ,pkg-config) (list pkg-config
;; For tests.
;; For tests. dbus
("dbus" ,dbus) ;; These are required to build the manual.
docbook-xml-4.3
;; These are required to build the manual. docbook-xsl
("docbook-xml" ,docbook-xml-4.3) libxml2
("docbook-xsl" ,docbook-xsl) libxslt))
("libxml2" ,libxml2)
("xsltproc" ,libxslt)))
(inputs (inputs
(list glib)) (list glib))
(home-page "https://github.com/flatpak/xdg-dbus-proxy") (home-page "https://github.com/flatpak/xdg-dbus-proxy")

View file

@ -686,12 +686,12 @@ like GNOME, Unity, Budgie, Pantheon, XFCE, Mate, etc.")
"154qawiga792iimkpk3a6q8f4gm4r158wmsagkbqqbhj33kxgxhg")))) "154qawiga792iimkpk3a6q8f4gm4r158wmsagkbqqbhj33kxgxhg"))))
(build-system meson-build-system) (build-system meson-build-system)
(native-inputs (native-inputs
`(("gtk+" ,gtk+) (list gtk+
("glib:bin" ,glib "bin") ; for "glib-compile-resources" `(,glib "bin") ; for "glib-compile-resources"
("librsvg" ,librsvg) librsvg
("pkg-config" ,pkg-config) pkg-config
("ruby-sass" ,ruby-sass) ruby-sass
("sassc" ,sassc))) sassc))
(home-page "https://shimmerproject.org/") (home-page "https://shimmerproject.org/")
(synopsis "Grey GTK+ theme based on Bluebird") (synopsis "Grey GTK+ theme based on Bluebird")
(description "Greybird is a grey derivative of the Bluebird theme by the (description "Greybird is a grey derivative of the Bluebird theme by the

View file

@ -1127,9 +1127,7 @@ tickets, and pops up a dialog when they are about to expire.")
(native-inputs (native-inputs
(list intltool pkg-config)) (list intltool pkg-config))
(inputs (inputs
`(("glib" ,glib) (list glib gtk+ libx11))
("gtk+" ,gtk+)
("x11" ,libx11)))
(synopsis "Notification Daemon for GNOME Desktop") (synopsis "Notification Daemon for GNOME Desktop")
(description "Notification-Daemon is the server implementation of the (description "Notification-Daemon is the server implementation of the
freedesktop.org desktop notification specification.") freedesktop.org desktop notification specification.")
@ -1410,13 +1408,13 @@ for creating UPnP devices and control points, written in C using
"0spzd2saax7w776p5laixdam6d7smyynr9qszhbmq7f14y13cghj")))) "0spzd2saax7w776p5laixdam6d7smyynr9qszhbmq7f14y13cghj"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(native-inputs (native-inputs
`(("gettext" ,gettext-minimal) (list gettext-minimal
("glib:bin" ,glib "bin") `(,glib "bin")
("gobject-introspection" ,gobject-introspection) gobject-introspection
("gtk-doc" ,gtk-doc/stable) gtk-doc/stable
("libxml" ,libxml2) libxml2
("pkg-config" ,pkg-config) pkg-config
("vala" ,vala))) vala))
(inputs (inputs
(list gstreamer gupnp)) (list gstreamer gupnp))
(propagated-inputs (propagated-inputs
@ -1442,13 +1440,13 @@ given profile, etc. DLNA is a subset of UPnP A/V.")
"1p3grslwqm9bc8rmpn4l48d7v9s84nina4r9xbd932dbj8acz7b8")))) "1p3grslwqm9bc8rmpn4l48d7v9s84nina4r9xbd932dbj8acz7b8"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(native-inputs (native-inputs
`(("gettext" ,gettext-minimal) (list gettext-minimal
("glib:bin" ,glib "bin") `(,glib "bin")
("gobject-introspection" ,gobject-introspection) gobject-introspection
("gtk-doc" ,gtk-doc/stable) gtk-doc/stable
("libxml" ,libxml2) libxml2
("pkg-config" ,pkg-config) pkg-config
("vala" ,vala))) vala))
(inputs (inputs
(list gtk+ gupnp)) (list gtk+ gupnp))
(synopsis "GUPnP A/V for GNOME") (synopsis "GUPnP A/V for GNOME")
@ -1471,14 +1469,10 @@ and implementation of UPnP A/V profiles.")
"1mlw1qgj8nkd9ll6b6h54r1gfdy3zp8a8xqz7qfyfaj85jjgbph7")))) "1mlw1qgj8nkd9ll6b6h54r1gfdy3zp8a8xqz7qfyfaj85jjgbph7"))))
(build-system meson-build-system) (build-system meson-build-system)
(native-inputs (native-inputs
`(("glib:bin" ,glib "bin") (list `(,glib "bin") pkg-config))
("pkg-config" ,pkg-config)))
(inputs (inputs
`(("gdk-pixbuf" ,gdk-pixbuf) (list gdk-pixbuf gettext-minimal gobject-introspection
("gettext" ,gettext-minimal) `(,gtk+ "doc") vala))
("gobject-introspection" ,gobject-introspection)
("gtk+:doc" ,gtk+ "doc")
("vala" ,vala)))
(synopsis "Media art library for the GNOME desktop") (synopsis "Media art library for the GNOME desktop")
(description (description
"The libmediaart library is the foundation for media art caching, "The libmediaart library is the foundation for media art caching,
@ -1766,9 +1760,7 @@ project.")
"07xvaf8s0fiv0035nk8zpzymn5www76w2a1vflrgqmp9plw8yd6r")))) "07xvaf8s0fiv0035nk8zpzymn5www76w2a1vflrgqmp9plw8yd6r"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(native-inputs (native-inputs
`(("gettext" ,gettext-minimal) (list gettext-minimal glib pkg-config))
("glib" ,glib)
("pkg-config" ,pkg-config)))
(synopsis "Menu support for GNOME desktop") (synopsis "Menu support for GNOME desktop")
(description "GNOME Menus contains the libgnome-menu library, the layout (description "GNOME Menus contains the libgnome-menu library, the layout
configuration files for the GNOME menu, as well as a simple menu editor.") configuration files for the GNOME menu, as well as a simple menu editor.")
@ -1874,15 +1866,15 @@ either on a local, or remote machine via a number of methods.")
(base32 "0f7l2pkyh3r1qk4hhavl7387l3bq5my3snpdppiavcpnji28dpa5")))) (base32 "0f7l2pkyh3r1qk4hhavl7387l3bq5my3snpdppiavcpnji28dpa5"))))
(build-system glib-or-gtk-build-system) (build-system glib-or-gtk-build-system)
(native-inputs (native-inputs
`(("desktop-file-utils" ,desktop-file-utils) (list desktop-file-utils
("gettext" ,gettext-minimal) gettext-minimal
("glib:bin" ,glib "bin") `(,glib "bin")
("gobject-introspection" ,gobject-introspection) gobject-introspection
("googletest" ,googletest) googletest
("intltool" ,intltool) intltool
("itstool" ,itstool) itstool
("libtool" ,libtool) libtool
("pkg-config" ,pkg-config))) pkg-config))
(inputs (inputs
(list gconf gnome-vfs gtk+-2 libxml2)) (list gconf gnome-vfs gtk+-2 libxml2))
(home-page "https://gcmd.github.io/") (home-page "https://gcmd.github.io/")
@ -1908,10 +1900,7 @@ and running smart commands.")
(base32 "0p6ysdqlfc7vvzsrcanl9bhsc7666sv42xxzpbgsf5j55z3yrkpr")))) (base32 "0p6ysdqlfc7vvzsrcanl9bhsc7666sv42xxzpbgsf5j55z3yrkpr"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(native-inputs (native-inputs
`(("gettext" ,gettext-minimal) (list gettext-minimal itstool pkg-config libxml2))
("itstool" ,itstool)
("pkg-config" ,pkg-config)
("xmllint" ,libxml2)))
(synopsis "User documentation for the GNOME desktop") (synopsis "User documentation for the GNOME desktop")
(description (description
"The GNOME User Documentation explains how to use the GNOME desktop and its "The GNOME User Documentation explains how to use the GNOME desktop and its
@ -1941,14 +1930,14 @@ and system administrators.")
"04r8dspa6nmicrifhi3sh46hqvyy88hzq37xx99q3q1mwsrpmwy8")))) "04r8dspa6nmicrifhi3sh46hqvyy88hzq37xx99q3q1mwsrpmwy8"))))
(build-system meson-build-system) (build-system meson-build-system)
(inputs (inputs
`(("graphene" ,graphene) (list graphene
("gtk+" ,gtk+-2) gtk+-2
("libxml2" ,libxml2) libxml2
("libxslt" ,libxslt) libxslt
("poppler" ,poppler) poppler
;; Without Python 2, build fails: plug-ins/python/meson.build:4:0: ;; Without Python 2, build fails: plug-ins/python/meson.build:4:0:
;; ERROR: Unknown method "dependency" in object. ;; ERROR: Unknown method "dependency" in object.
("python-2" ,python-2))) python-2))
(native-inputs (native-inputs
(list appstream-glib docbook-xsl (list appstream-glib docbook-xsl
`(,glib "bin") intltool pkg-config)) `(,glib "bin") intltool pkg-config))
@ -2020,10 +2009,7 @@ access the common Google services, and has full asynchronous support.")
(native-inputs (native-inputs
(list gobject-introspection pkg-config)) (list gobject-introspection pkg-config))
(inputs (inputs
`(("gtk+" ,gtk+) (list gtk+ libjpeg-turbo lcms libtiff))
("libjpeg" ,libjpeg-turbo)
("lcms" ,lcms)
("libtiff" ,libtiff)))
(propagated-inputs (propagated-inputs
;; In Requires of libgxps.pc. ;; In Requires of libgxps.pc.
(list cairo glib libarchive)) (list cairo glib libarchive))
@ -2257,13 +2243,13 @@ The gnome-about program helps find which version of GNOME is installed.")
"19n4x25ndzngaciiyd8dd6s2mf9gv6nv3wv27ggns2smm7zkj1nb")))) "19n4x25ndzngaciiyd8dd6s2mf9gv6nv3wv27ggns2smm7zkj1nb"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(native-inputs (native-inputs
`(("intltool" ,intltool) (list intltool
("docbook-xml" ,docbook-xml-4.4) docbook-xml-4.4
("python2-libxml2" ,python2-libxml2) python2-libxml2
("libxml2" ,libxml2) libxml2
("libxslt" ,libxslt) libxslt
("pkg-config" ,pkg-config) pkg-config
("python-2" ,python-2))) python-2))
(home-page "https://wiki.gnome.org/GnomeDocUtils") (home-page "https://wiki.gnome.org/GnomeDocUtils")
(synopsis (synopsis
"Documentation utilities for the Gnome project") "Documentation utilities for the Gnome project")
@ -3985,8 +3971,7 @@ creating interactive structured graphics.")
(build-system gnu-build-system) (build-system gnu-build-system)
(propagated-inputs (list libgnomecanvas)) (propagated-inputs (list libgnomecanvas))
(native-inputs (native-inputs
`(("gtkmm-2" ,gtkmm-2) (list gtkmm-2 pkg-config))
("pkg-config" ,pkg-config)))
(home-page "https://gtkmm.org") (home-page "https://gtkmm.org")
(synopsis "C++ bindings to the GNOME Canvas library") (synopsis "C++ bindings to the GNOME Canvas library")
(description "C++ bindings to the GNOME Canvas library.") (description "C++ bindings to the GNOME Canvas library.")
@ -4009,11 +3994,7 @@ creating interactive structured graphics.")
;; Mentioned as Required in the .pc file ;; Mentioned as Required in the .pc file
(propagated-inputs (list libbonoboui libgnome libgnomecanvas (propagated-inputs (list libbonoboui libgnome libgnomecanvas
libgnome-keyring)) libgnome-keyring))
(inputs `(("libjpeg" ,libjpeg-turbo) (inputs (list libjpeg-turbo popt libbonobo libxml2 libglade))
("popt" ,popt)
("libbonobo" ,libbonobo)
("libxml2" ,libxml2)
("libglade" ,libglade)))
(native-inputs (native-inputs
(list `(,glib "bin") ; for glib-mkenums, etc. (list `(,glib "bin") ; for glib-mkenums, etc.
intltool pkg-config)) intltool pkg-config))
@ -4040,8 +4021,7 @@ ported to GTK+.")
(inputs (inputs
(list python)) ;; needed for the optional libglade-convert program (list python)) ;; needed for the optional libglade-convert program
(propagated-inputs (propagated-inputs
`(("gtk+-2" ,gtk+-2) (list gtk+-2 libxml2)) ; required by libglade-2.0.pc
("libxml2" ,libxml2))) ; required by libglade-2.0.pc
(native-inputs (native-inputs
(list pkg-config)) (list pkg-config))
(home-page "https://developer.gnome.org/libglade") (home-page "https://developer.gnome.org/libglade")
@ -4804,9 +4784,7 @@ indicators etc).")
(native-inputs (native-inputs
(list pkg-config)) (list pkg-config))
(inputs (inputs
`(("python" ,python-2) (list python-2 python2-pygtk librsvg))
("python2-pygtk" ,python2-pygtk)
("librsvg" ,librsvg)))
(home-page "https://www.gnome.org") (home-page "https://www.gnome.org")
(synopsis "Python bindings to librsvg") (synopsis "Python bindings to librsvg")
(description (description
@ -5745,10 +5723,9 @@ which are easy to play with the aid of a mouse.")
"12v3nj1bb7507ndprjggq0hpz8k719b4bwvl8sm43p3ibmn27anm")))) "12v3nj1bb7507ndprjggq0hpz8k719b4bwvl8sm43p3ibmn27anm"))))
(build-system meson-build-system) (build-system meson-build-system)
(native-inputs (native-inputs
`(("gobject-introspection" ,gobject-introspection) (list gobject-introspection
("glib:bin" ,glib "bin") ; for glib-mkenums `(,glib "bin") ; for glib-mkenums
("gtk-doc" ,gtk-doc/stable) gtk-doc/stable pkg-config))
("pkg-config" ,pkg-config)))
(inputs (inputs
(list glib gtk+)) (list glib gtk+))
(home-page "https://wiki.gnome.org/Projects/Amtk") (home-page "https://wiki.gnome.org/Projects/Amtk")
@ -6000,9 +5977,8 @@ presentations, kiosk style applications and so on.")
(base32 "17czmpl92dzi4h3rn5rishk015yi3jwiw29zv8qan94xcmnbssgy")))) (base32 "17czmpl92dzi4h3rn5rishk015yi3jwiw29zv8qan94xcmnbssgy"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(native-inputs (native-inputs
`(("glib:bin" ,glib "bin") ; for glib-mkenums (list `(,glib "bin") ; for glib-mkenums
("pkg-config" ,pkg-config) pkg-config gobject-introspection))
("gobject-introspection" ,gobject-introspection)))
(inputs (inputs
(list clutter gstreamer gst-plugins-base)) (list clutter gstreamer gst-plugins-base))
(home-page "http://www.clutter-project.org") (home-page "http://www.clutter-project.org")
@ -6030,14 +6006,14 @@ OpenGL-based interactive canvas library.")
(native-inputs (native-inputs
(list gobject-introspection pkg-config vala)) (list gobject-introspection pkg-config vala))
(propagated-inputs (propagated-inputs
`(("libsoup" ,libsoup-minimal-2) (list libsoup-minimal-2
("sqlite" ,sqlite) sqlite
("clutter" ,clutter) clutter
("clutter-gtk" ,clutter-gtk) clutter-gtk
("glib:bin" ,glib "bin") ;glib-mkenums, etc. `(,glib "bin") ;glib-mkenums, etc.
("cairo" ,cairo) cairo
("gtk+3" ,gtk+) gtk+
("glib" ,glib))) glib))
(home-page "https://projects.gnome.org/libchamplain/") (home-page "https://projects.gnome.org/libchamplain/")
(synopsis "C library providing a ClutterActor to display maps") (synopsis "C library providing a ClutterActor to display maps")
(description (description
@ -6165,20 +6141,20 @@ as possible!")
(base32 "0ywjvh7xw4ql1q4fvl0q5n06n08pga1g1nc9l7c3x5214gr3fj6i")))) (base32 "0ywjvh7xw4ql1q4fvl0q5n06n08pga1g1nc9l7c3x5214gr3fj6i"))))
(build-system meson-build-system) (build-system meson-build-system)
(native-inputs (native-inputs
`(("glib:bin" ,glib "bin") ; for glib-mkenums and glib-genmarshal (list `(,glib "bin") ; for glib-mkenums and glib-genmarshal
("intltool" ,intltool) intltool
("pkg-config" ,pkg-config) pkg-config
("gobject-introspection" ,gobject-introspection) gobject-introspection
("gtk-doc" ,gtk-doc/stable) gtk-doc/stable
("vala" ,vala))) vala))
(inputs (inputs
`(("cyrus-sasl" ,cyrus-sasl) (list cyrus-sasl
("glib" ,glib) glib
("gtk+" ,gtk+) gtk+
("libxml2" ,libxml2) libxml2
("liboauth" ,liboauth) liboauth
("libsoup" ,libsoup-minimal-2) libsoup-minimal-2
("totem-pl-parser" ,totem-pl-parser))) totem-pl-parser))
(native-search-paths (native-search-paths
(list (search-path-specification (list (search-path-specification
(variable "GRL_PLUGIN_PATH") (variable "GRL_PLUGIN_PATH")
@ -6525,8 +6501,7 @@ supports image conversion, rotation, and slideshows.")
(home-page "https://wiki.gnome.org/Apps/EyeOfGnome/Plugins") (home-page "https://wiki.gnome.org/Apps/EyeOfGnome/Plugins")
(synopsis "Extensions for the Eye of GNOME image viewer") (synopsis "Extensions for the Eye of GNOME image viewer")
(native-inputs (native-inputs
`(("pkg-config" ,pkg-config) (list pkg-config gettext-minimal))
("gettext" ,gettext-minimal)))
(inputs (inputs
(list eog (list eog
glib glib
@ -7001,10 +6976,8 @@ jQuery.Syntax JavaScript libraries.")
"11shrqass8ak8m10nayqssa6sbrrxa13ffpamvqi1c0yzkxdk9r5")))) "11shrqass8ak8m10nayqssa6sbrrxa13ffpamvqi1c0yzkxdk9r5"))))
(build-system glib-or-gtk-build-system) (build-system glib-or-gtk-build-system)
(native-inputs (native-inputs
`(("glib:bin" ,glib "bin") ; for glib-genmarshal, etc. (list `(,glib "bin") ; for glib-genmarshal, etc.
("intltool" ,intltool) intltool itstool pkg-config))
("itstool" ,itstool)
("pkg-config" ,pkg-config)))
(propagated-inputs (propagated-inputs
(list dconf)) (list dconf))
(inputs (inputs
@ -7181,12 +7154,12 @@ share them with others via social networking and more.")
"039w1dcpa5ypmv6sm634alk9vbcdkyvy595vkh5gn032jsiqca2a")))) "039w1dcpa5ypmv6sm634alk9vbcdkyvy595vkh5gn032jsiqca2a"))))
(build-system meson-build-system) (build-system meson-build-system)
(native-inputs (native-inputs
`(("desktop-file-utils" ,desktop-file-utils) ; for update-desktop-database (list desktop-file-utils ; for update-desktop-database
("intltool" ,intltool) intltool
("itstool" ,itstool) itstool
("pkg-config" ,pkg-config) pkg-config
("gtk+" ,gtk+ "bin") ; gtk-update-icon-cache `(,gtk+ "bin") ; gtk-update-icon-cache
("glib:bin" ,glib "bin"))) `(,glib "bin")))
;; TODO: Add libnautilus. ;; TODO: Add libnautilus.
(inputs (inputs
(list gtk+ (list gtk+
@ -7428,9 +7401,7 @@ powerful general purpose text editor.")
"15fdh8xfdhnwcynyh4byx3mrjxbyprqnwxzi7qn3g5wwaqryg1p7")))) "15fdh8xfdhnwcynyh4byx3mrjxbyprqnwxzi7qn3g5wwaqryg1p7"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(native-inputs (native-inputs
`(("gettext" ,gettext-minimal) (list gettext-minimal itstool pkg-config))
("itstool" ,itstool)
("pkg-config" ,pkg-config)))
(inputs (inputs
(list libnotify webkitgtk)) (list libnotify webkitgtk))
(synopsis "Display graphical dialog boxes from shell scripts") (synopsis "Display graphical dialog boxes from shell scripts")
@ -8873,9 +8844,8 @@ core C library, and bindings for Python (PyGTK).")
"03hmm7cjgjvyxlflghfa89s1amj16qapl2c9pv0r2bfrp87dasv4")))) "03hmm7cjgjvyxlflghfa89s1amj16qapl2c9pv0r2bfrp87dasv4"))))
(build-system meson-build-system) (build-system meson-build-system)
(native-inputs (native-inputs
`(("gobject-introspection" ,gobject-introspection) (list gobject-introspection
("glib:bin" ,glib "bin") `(,glib "bin") pkg-config))
("pkg-config" ,pkg-config)))
(propagated-inputs (propagated-inputs
(list libarchive)) ; Required by gnome-autoar-0.pc (list libarchive)) ; Required by gnome-autoar-0.pc
(inputs (inputs
@ -9339,15 +9309,15 @@ associations for GNOME.")
"1y0x1wyakj3ya33hgj0w1jkbcn50q21gmn2zyalxysqp55i1ij8x")))) "1y0x1wyakj3ya33hgj0w1jkbcn50q21gmn2zyalxysqp55i1ij8x"))))
(build-system glib-or-gtk-build-system) (build-system glib-or-gtk-build-system)
(native-inputs (native-inputs
`(("gettext" ,gettext-minimal) (list gettext-minimal
("glib:bin" ,glib "bin") `(,glib "bin")
("gobject-introspection" ,gobject-introspection) gobject-introspection
("gsettings-desktop-schemas" ,gsettings-desktop-schemas) gsettings-desktop-schemas
("gtk+:bin" ,gtk+ "bin") `(,gtk+ "bin")
("pkg-config" ,pkg-config))) pkg-config))
(inputs (inputs
`(("glib-networking" ,glib-networking) ; GIO plugin--for the tests (list glib-networking ; GIO plugin--for the tests
("librest" ,rest))) rest))
(synopsis "GoVirt Library") (synopsis "GoVirt Library")
(description "GoVirt is a GObject wrapper for the oVirt REST API.") (description "GoVirt is a GObject wrapper for the oVirt REST API.")
(home-page "https://gitlab.gnome.org/GNOME/libgovirt") (home-page "https://gitlab.gnome.org/GNOME/libgovirt")
@ -9673,9 +9643,7 @@ library.")
(native-inputs (native-inputs
(list gobject-introspection intltool pkg-config)) (list gobject-introspection intltool pkg-config))
(inputs (inputs
`(("gnome-online-accounts:lib" ,gnome-online-accounts "lib") (list `(,gnome-online-accounts "lib") json-glib rest))
("json-glib" ,json-glib)
("rest" ,rest)))
(home-page "https://wiki.gnome.org/Projects/Zapojit") (home-page "https://wiki.gnome.org/Projects/Zapojit")
(synopsis "Library for accessing SkyDrive and Hotmail") (synopsis "Library for accessing SkyDrive and Hotmail")
(description (description
@ -10171,11 +10139,8 @@ is suitable as a default application in a Desktop environment.")
"0l0g5x8g6dwhf5ksnqqrjjsycy57kcvdslkmsr6bl3vrsjd7qml3")))) "0l0g5x8g6dwhf5ksnqqrjjsycy57kcvdslkmsr6bl3vrsjd7qml3"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(native-inputs (native-inputs
`(("autoconf" ,autoconf) (list autoconf automake
("automake" ,automake) `(,gtk+ "bin") intltool pkg-config))
("gtk+:bin" ,gtk+ "bin")
("intltool" ,intltool)
("pkg-config" ,pkg-config)))
(inputs (inputs
(list gtksourceview-3 libsm)) (list gtksourceview-3 libsm))
(home-page "https://wiki.gnome.org/Apps/Xpad") (home-page "https://wiki.gnome.org/Apps/Xpad")
@ -10305,11 +10270,7 @@ supports both X and Wayland display servers.")
(native-inputs (native-inputs
(list desktop-file-utils intltool pkg-config)) (list desktop-file-utils intltool pkg-config))
(inputs (inputs
`(("enchant" ,enchant) (list enchant gtk+ python-wrapper libxml2 gucharmap))
("gtk+" ,gtk+)
("python" ,python-wrapper)
("xmllint" ,libxml2)
("gucharmap" ,gucharmap)))
(home-page "http://bluefish.openoffice.nl") (home-page "http://bluefish.openoffice.nl")
(synopsis "Web development studio") (synopsis "Web development studio")
(description (description
@ -10655,8 +10616,7 @@ automatically and it can stream songs from online music services and charts.")
"1j6h98whgkcxrh30bwvnxvyqxrxchgpdgqhl0j71xz7x72dqxijd")))) "1j6h98whgkcxrh30bwvnxvyqxrxchgpdgqhl0j71xz7x72dqxijd"))))
(build-system meson-build-system) (build-system meson-build-system)
(native-inputs (native-inputs
`(("gettext" ,gettext-minimal) (list gettext-minimal pkg-config))
("pkg-config" ,pkg-config)))
(home-page "https://wiki.gnome.org/Projects/GnomeVideoEffects") (home-page "https://wiki.gnome.org/Projects/GnomeVideoEffects")
(synopsis "Video effects for Cheese and other GNOME applications") (synopsis "Video effects for Cheese and other GNOME applications")
(description (description
@ -10812,23 +10772,19 @@ and uncluttered interface for the management of password databases.")
"19qg4xv0f9rkq34lragkmhii1llxsa87llbl28i759b0ks4f6sny")))) "19qg4xv0f9rkq34lragkmhii1llxsa87llbl28i759b0ks4f6sny"))))
(build-system glib-or-gtk-build-system) (build-system glib-or-gtk-build-system)
(native-inputs (native-inputs
`(("desktop-file-utils" ,desktop-file-utils) (list desktop-file-utils intltool itstool pkg-config libxml2))
("intltool" ,intltool)
("itstool" ,itstool)
("pkg-config" ,pkg-config)
("xmllint" ,libxml2)))
(inputs (inputs
`(("gtk+" ,gtk+) (list gtk+
("gsettings-desktop-schemas" ,gsettings-desktop-schemas) gsettings-desktop-schemas
("gstreamer" ,gstreamer) gstreamer
("gst-plugins-base" ,gst-plugins-base) gst-plugins-base
("gst-plugins-good" ,gst-plugins-good) gst-plugins-good
("iso-codes" ,iso-codes) iso-codes
("libbrasero-media3" ,brasero) brasero
("libcanberra" ,libcanberra) libcanberra
("libdiscid" ,libdiscid) libdiscid
("libmusicbrainz" ,libmusicbrainz) libmusicbrainz
("neon" ,neon))) neon))
(home-page "https://wiki.gnome.org/Apps/SoundJuicer") (home-page "https://wiki.gnome.org/Apps/SoundJuicer")
(synopsis "Audio music cd ripper") (synopsis "Audio music cd ripper")
(description "Sound Juicer extracts audio from compact discs and convert it (description "Sound Juicer extracts audio from compact discs and convert it
@ -11306,12 +11262,12 @@ for usage on small and big screens.")
"1pmrcnsa7qdda73c3dxf47733mwprmj5ljpw3acxbj6r8k27anp0")))) "1pmrcnsa7qdda73c3dxf47733mwprmj5ljpw3acxbj6r8k27anp0"))))
(build-system meson-build-system) (build-system meson-build-system)
(native-inputs (native-inputs
`(("glib:bin" ,glib "bin") ;; For glib-mkenums (list `(,glib "bin") ;; For glib-mkenums
("gobject-introspection" ,gobject-introspection) gobject-introspection
("pkg-config" ,pkg-config) pkg-config
("python-pygobject" ,python-pygobject) python-pygobject
("python-wrapper" ,python-wrapper) python-wrapper
("vala" ,vala))) vala))
(inputs (inputs
(list glib libssh2)) (list glib libssh2))
(propagated-inputs (propagated-inputs
@ -11547,23 +11503,23 @@ index files needed for Adwaita to be used outside of GNOME.")
(base32 "01fqdfgcl32cf40jw9q0h7f5bghl1lvf89vln1lh41ncrk0iw6vy")))) (base32 "01fqdfgcl32cf40jw9q0h7f5bghl1lvf89vln1lh41ncrk0iw6vy"))))
(build-system glib-or-gtk-build-system) (build-system glib-or-gtk-build-system)
(native-inputs (native-inputs
`(("desktop-file-utils" ,desktop-file-utils) (list desktop-file-utils
("glib:bin" ,glib "bin") `(,glib "bin")
("gobject-introspection" ,gobject-introspection) gobject-introspection
("intltool" ,intltool) intltool
("itstool" ,itstool) itstool
("pkg-config" ,pkg-config) pkg-config
("unittest-cpp" ,unittest-cpp))) ;FIXME: not found by pkg-config unittest-cpp)) ;FIXME: not found by pkg-config
(inputs (inputs
`(("glibmm" ,glibmm) (list glibmm
("gsettings-desktop-schemas" ,gsettings-desktop-schemas) gsettings-desktop-schemas
("gspell" ,gspell) gspell
("gtk+" ,gtk+) gtk+
("gtkmm" ,gtkmm-3) gtkmm-3
("libsecret" ,libsecret) libsecret
("libuuid" ,util-linux "lib") `(,util-linux "lib")
("libxml2" ,libxml2) libxml2
("libxslt" ,libxslt))) libxslt))
(synopsis "Note-taking application for the GNOME desktop") (synopsis "Note-taking application for the GNOME desktop")
(description (description
"Gnote is a note-taking application written for the GNOME desktop "Gnote is a note-taking application written for the GNOME desktop
@ -11843,14 +11799,14 @@ card sheets that youll find at most office supply stores.")
(base32 "0xqd49pgi82dygqnxj08i1v22b0vwwhx3zvdinhrx4jny339yam8")))) (base32 "0xqd49pgi82dygqnxj08i1v22b0vwwhx3zvdinhrx4jny339yam8"))))
(build-system glib-or-gtk-build-system) (build-system glib-or-gtk-build-system)
(native-inputs (native-inputs
`(("gettext" ,gettext-minimal) (list gettext-minimal
("glib:bin" ,glib "bin") `(,glib "bin")
("gobject-introspection" ,gobject-introspection) gobject-introspection
("gtk-doc" ,gtk-doc/stable) gtk-doc/stable
("intltool" ,intltool) intltool
("itstool" ,itstool) itstool
("pkg-config" ,pkg-config) pkg-config
("vala" ,vala))) vala))
(inputs (inputs
(list amtk (list amtk
dconf dconf
@ -12194,10 +12150,9 @@ audio files.")
(inputs (inputs
(list json-glib glib)) (list json-glib glib))
(native-inputs (native-inputs
`(("pkg-config" ,pkg-config) (list pkg-config
("glib:bin" ,glib "bin") ; for glib-genmarshal, etc. `(,glib "bin") ; for glib-genmarshal, etc.
("gobject-introspection" ,gobject-introspection) gobject-introspection vala))
("vala" ,vala)))
(home-page "https://gitlab.gnome.org/GNOME/jsonrpc-glib") (home-page "https://gitlab.gnome.org/GNOME/jsonrpc-glib")
(synopsis "JSON-RPC library for GLib") (synopsis "JSON-RPC library for GLib")
(description "Jsonrpc-GLib is a library to communicate with JSON-RPC based (description "Jsonrpc-GLib is a library to communicate with JSON-RPC based
@ -12222,10 +12177,7 @@ host to avoid parser overhead and memory-allocator fragmentation.")
"1wbkzxnqjydfgjvp7vz4ghczcz740zcb1yn90cb6gb5md4n6qx2y")))) "1wbkzxnqjydfgjvp7vz4ghczcz740zcb1yn90cb6gb5md4n6qx2y"))))
(build-system meson-build-system) (build-system meson-build-system)
(native-inputs (native-inputs
`(("glib:bin" ,glib "bin") (list `(,glib "bin") gobject-introspection pkg-config vala))
("gobject-introspection" ,gobject-introspection)
("pkg-config" ,pkg-config)
("vala" ,vala)))
(inputs (inputs
(list dbus gsound json-glib libgudev)) (list dbus gsound json-glib libgudev))
(propagated-inputs (propagated-inputs
@ -12698,10 +12650,8 @@ successor of @code{libhandy} for GTK4.")
(inputs (inputs
(list upower gtk+ gsettings-desktop-schemas adwaita-icon-theme)) (list upower gtk+ gsettings-desktop-schemas adwaita-icon-theme))
(native-inputs (native-inputs
`(("desktop-file-utils" ,desktop-file-utils) (list desktop-file-utils
("glib:bin" ,glib "bin") `(,glib "bin") gettext-minimal pkg-config))
("gettext" ,gettext-minimal)
("pkg-config" ,pkg-config)))
(home-page "https://gitlab.gnome.org/GNOME/gnome-power-manager") (home-page "https://gitlab.gnome.org/GNOME/gnome-power-manager")
(synopsis "Power management daemon for the GNOME desktop") (synopsis "Power management daemon for the GNOME desktop")
(description "@code{gnome-power-manager} is a tool for viewing present and (description "@code{gnome-power-manager} is a tool for viewing present and

View file

@ -168,11 +168,7 @@ tool to extract metadata from a file and print the results.")
(patches (search-patches "libmicrohttpd-0.9.73-test-ssl3.patch")))) (patches (search-patches "libmicrohttpd-0.9.73-test-ssl3.patch"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(inputs (inputs
`(("curl" ,curl) (list curl gnutls/dane libgcrypt openssl zlib))
("gnutls" ,gnutls/dane)
("libgcrypt" ,libgcrypt)
("openssl" ,openssl)
("zlib" ,zlib)))
(synopsis "C library implementing an HTTP 1.1 server") (synopsis "C library implementing an HTTP 1.1 server")
(description (description
"GNU libmicrohttpd is a small, embeddable HTTP server implemented as a "GNU libmicrohttpd is a small, embeddable HTTP server implemented as a

View file

@ -138,9 +138,7 @@
(native-inputs (native-inputs
(list luajit pkg-config)) (list luajit pkg-config))
(inputs (inputs
`(("alsa" ,alsa-lib) (list alsa-lib sdl sdl2))
("sdl" ,sdl)
("sdl2" ,sdl2)))
(synopsis "Memory Mapped Machine") (synopsis "Memory Mapped Machine")
(description "MMM is a shared memory protocol for virtualising access to (description "MMM is a shared memory protocol for virtualising access to
framebuffer graphics, audio output and input event.") framebuffer graphics, audio output and input event.")

View file

@ -151,14 +151,14 @@ and for middleware components.")
(native-inputs (native-inputs
(list doxygen perl pkg-config)) (list doxygen perl pkg-config))
(inputs (inputs
`(("glu" ,glu) (list glu
("libraw1394" ,libraw1394) libraw1394
("libusb" ,libusb) libusb
("libxv" ,libxv) libxv
("linux-headers" ,linux-libre-headers) linux-libre-headers
("mesa" ,mesa) mesa
("sdl" ,sdl) sdl
("v4l" ,v4l-utils))) v4l-utils))
(synopsis "1394-Based Digital Camera Control Library") (synopsis "1394-Based Digital Camera Control Library")
(description "LibDC1394 is a library that provides functionality to control (description "LibDC1394 is a library that provides functionality to control
any camera that conforms to the 1394-Based Digital Camera Specification written any camera that conforms to the 1394-Based Digital Camera Specification written
@ -338,14 +338,14 @@ applications that want audio visualisation and audio visualisation plugins.")
(base32 "141jg70fim276i8k2kyypm84gy89i1k9mm4yf68mfwnybvjw1d6n")))) (base32 "141jg70fim276i8k2kyypm84gy89i1k9mm4yf68mfwnybvjw1d6n"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(native-inputs (native-inputs
`(("autoconf" ,autoconf) (list autoconf
("automake" ,automake) automake
("gettext" ,gettext-minimal) gettext-minimal
("gnome-common" ,gnome-common) gnome-common
("libtool" ,libtool) libtool
("pkg-config" ,pkg-config) pkg-config
("tcsh" ,tcsh) ; for the tests tcsh ; for the tests
("which" ,which))) which))
(inputs (inputs
(list alsa-lib pcaudiolib tcp-wrappers)) (list alsa-lib pcaudiolib tcp-wrappers))
(propagated-inputs (propagated-inputs
@ -984,10 +984,7 @@ think twice about shipping them.")
(base32 "0j55jgk9sbhinfx2gsg21q609x6yzrixrn5xxlxd378fj6500bl2")))) (base32 "0j55jgk9sbhinfx2gsg21q609x6yzrixrn5xxlxd378fj6500bl2"))))
(build-system meson-build-system) (build-system meson-build-system)
(native-inputs (native-inputs
`(("perl" ,perl) (list perl pkg-config python-wrapper ruby))
("pkg-config" ,pkg-config)
("python" ,python-wrapper)
("ruby" ,ruby)))
(inputs (inputs
(list ffmpeg)) (list ffmpeg))
(propagated-inputs (propagated-inputs

View file

@ -1344,11 +1344,7 @@ Scheme by using Guiles foreign function interface.")
"1wx5h6wa9c0na8mrnr2nv1nzjvq68zyrly8yyp11dsskhaw4y33h")))) "1wx5h6wa9c0na8mrnr2nv1nzjvq68zyrly8yyp11dsskhaw4y33h"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(native-inputs (native-inputs
`(("autoconf" ,autoconf) (list autoconf automake emacs-minimal pkg-config texinfo))
("automake" ,automake)
("emacs" ,emacs-minimal)
("pkg-config" ,pkg-config)
("texinfo" ,texinfo)))
(inputs (inputs
(list guile-3.0 gnutls guile-json-4)) (list guile-3.0 gnutls guile-json-4))
(home-page "https://framagit.org/prouby/guile-mastodon") (home-page "https://framagit.org/prouby/guile-mastodon")
@ -1881,13 +1877,13 @@ users and in some situations.")
"037md1sg7bgsa4478hz1dbsivsxzdnl5acadlrsh4ds2yxbsb5jp")))) "037md1sg7bgsa4478hz1dbsivsxzdnl5acadlrsh4ds2yxbsb5jp"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(native-inputs (native-inputs
`(("autoconf" ,autoconf) (list autoconf
("automake" ,automake) automake
("gettext" ,gettext-minimal) gettext-minimal
("libtool" ,libtool) libtool
("texinfo" ,texinfo) texinfo
("pkg-config" ,pkg-config) pkg-config
("which" ,which))) which))
(inputs (inputs
(list guile-3.0 eudev)) (list guile-3.0 eudev))
(home-page "https://github.com/artyom-poptsov/guile-udev") (home-page "https://github.com/artyom-poptsov/guile-udev")
@ -2144,8 +2140,7 @@ quotes. ")
(base32 (base32
"1fyjckmygkhq22lq8nqc86yl5zzbqd7a944dnz5c1f6vx92b9hiq")))) "1fyjckmygkhq22lq8nqc86yl5zzbqd7a944dnz5c1f6vx92b9hiq"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(native-inputs `(("pkgconfig" ,pkg-config) (native-inputs (list pkg-config gperf))
("gperf" ,gperf)))
(inputs (list guile-3.0)) (inputs (list guile-3.0))
(synopsis "Framework for building readers for GNU Guile") (synopsis "Framework for building readers for GNU Guile")
(description (description
@ -2696,8 +2691,7 @@ The picture values can directly be displayed in Geiser.")
(name "guile2.2-picture-language") (name "guile2.2-picture-language")
(inputs (list guile-2.2)) (inputs (list guile-2.2))
(propagated-inputs (propagated-inputs
`(("guile-cairo" ,guile2.2-cairo) (list guile2.2-cairo guile2.2-rsvg))))
("guile-rsvg" ,guile2.2-rsvg)))))
(define-public guile-studio (define-public guile-studio
(let ((commit "dd0ad42e51feafebda7cc29afe7c8bc7a182a842") (let ((commit "dd0ad42e51feafebda7cc29afe7c8bc7a182a842")
@ -3823,8 +3817,7 @@ as signed sessions, multipart message support, etc.")
(inputs (inputs
(list guile-2.2)) (list guile-2.2))
(propagated-inputs (propagated-inputs
`(("guile-irregex" ,guile2.2-irregex) (list guile2.2-irregex guile2.2-gcrypt))))
("guile-gcrypt" ,guile2.2-gcrypt)))))
(define-public guile-lens (define-public guile-lens
(let ((commit "14b15d07255f9d3f55d40a3b750d13c9ee3a154f") (let ((commit "14b15d07255f9d3f55d40a3b750d13c9ee3a154f")

View file

@ -669,8 +669,7 @@ as the Pinebook Pro.")
"008vvw504kh40br5v2xkqavnp9vpmjvf768faqzv1d00fd53ingn")))) "008vvw504kh40br5v2xkqavnp9vpmjvf768faqzv1d00fd53ingn"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(native-inputs (native-inputs
`(("pkg-config" ,pkg-config) (list pkg-config libxml2))
("xmllint" ,libxml2)))
(home-page "https://clusterlabs.github.io/libqb/") (home-page "https://clusterlabs.github.io/libqb/")
(synopsis "Library providing high performance logging, tracing, ipc, and poll") (synopsis "Library providing high performance logging, tracing, ipc, and poll")
(description "Libqb is a library with the primary purpose of providing (description "Libqb is a library with the primary purpose of providing

View file

@ -166,14 +166,14 @@ contains the correct result for the test.")
"0574hbqzxzyv6vsk5kzbf04kz58y0iy8x9ydcj4b8fpncgmgy63g")))) "0574hbqzxzyv6vsk5kzbf04kz58y0iy8x9ydcj4b8fpncgmgy63g"))))
(build-system haskell-build-system) (build-system haskell-build-system)
(inputs (inputs
`(("ghc-tagged" ,ghc-tagged) (list ghc-tagged
("ghc-regex-tdfa" ,ghc-regex-tdfa) ghc-regex-tdfa
("ghc-optparse-applicative" ,ghc-optparse-applicative) ghc-optparse-applicative
("ghc-unbounded-delays" ,ghc-unbounded-delays) ghc-unbounded-delays
("ghc-async" ,ghc-async) ghc-async
("ghc-ansi-terminal" ,ghc-ansi-terminal) ghc-ansi-terminal
("ghc-clock-bootstrap" ,ghc-clock-bootstrap) ghc-clock-bootstrap
("ghc-wcwidth" ,ghc-wcwidth-bootstrap))) ghc-wcwidth-bootstrap))
(home-page "http://documentup.com/feuerbach/tasty") (home-page "http://documentup.com/feuerbach/tasty")
(synopsis "Modern and extensible testing framework") (synopsis "Modern and extensible testing framework")
(description "Tasty is a modern testing framework for Haskell. It lets (description "Tasty is a modern testing framework for Haskell. It lets
@ -490,8 +490,7 @@ use HUnit assertions as QuickCheck properties.")
"1wrnrm9sq4s0bly0q58y80g4153q45iglqa34xsi2q3bd62nqyyq")))) "1wrnrm9sq4s0bly0q58y80g4153q45iglqa34xsi2q3bd62nqyyq"))))
(build-system haskell-build-system) (build-system haskell-build-system)
(inputs (inputs
`(("ghc-random" ,ghc-random) (list ghc-random ghc-splitmix-bootstrap))
("ghc-splitmix" ,ghc-splitmix-bootstrap)))
(home-page "https://github.com/nick8325/quickcheck") (home-page "https://github.com/nick8325/quickcheck")
(synopsis "Automatic testing of Haskell programs") (synopsis "Automatic testing of Haskell programs")
(description (description

View file

@ -1186,9 +1186,7 @@ Haskell data types to and from route pieces.")
(base32 (base32
"1jdqdk0rz2wnvw735clnj8jh0a9rkrbqjg7vk3w6wczdql6cm0pq")))) "1jdqdk0rz2wnvw735clnj8jh0a9rkrbqjg7vk3w6wczdql6cm0pq"))))
(build-system haskell-build-system) (build-system haskell-build-system)
(inputs `(("ghc-cereal" ,ghc-cereal) (inputs (list ghc-cereal ghc-tagged ghc-crypto-api))
("ghc-tagged" ,ghc-tagged)
("ghc-crpto-api" ,ghc-crypto-api)))
(native-inputs (list ghc-hspec)) (native-inputs (list ghc-hspec))
(home-page "https://github.com/yesodweb/path-pieces") (home-page "https://github.com/yesodweb/path-pieces")
(synopsis "Skein family of cryptographic hash functions for Haskell") (synopsis "Skein family of cryptographic hash functions for Haskell")

View file

@ -11371,10 +11371,8 @@ semigroup.")
(inherit ghc-semigroups) (inherit ghc-semigroups)
(name "ghc-semigroups-bootstrap") (name "ghc-semigroups-bootstrap")
(inputs (inputs
`(("ghc-nats" ,ghc-nats-bootstrap) (list ghc-nats-bootstrap ghc-tagged
("ghc-tagged" ,ghc-tagged) ghc-unordered-containers-bootstrap ghc-hashable-bootstrap))
("ghc-unordered-containers" ,ghc-unordered-containers-bootstrap)
("ghc-hashable" ,ghc-hashable-bootstrap)))
(properties '((hidden? #t))))) (properties '((hidden? #t)))))
(define-public ghc-serialise (define-public ghc-serialise
@ -11824,16 +11822,16 @@ mainstream languages.")
"0das5n44dhlcv5i233iakx37d17kidqvhrvp6w9nd7hc015ry026")))) "0das5n44dhlcv5i233iakx37d17kidqvhrvp6w9nd7hc015ry026"))))
(build-system haskell-build-system) (build-system haskell-build-system)
(native-inputs (native-inputs
`(("ghc-async" ,ghc-async) (list ghc-async
("ghc-base-compat-batteries" ,ghc-base-compat-batteries) ghc-base-compat-batteries
("ghc-base-compat" ,ghc-base-compat) ghc-base-compat
("ghc-hunit" ,ghc-hunit) ghc-hunit
("ghc-math-functions" ,ghc-math-functions) ghc-math-functions
("ghc-random" ,ghc-random-bootstrap) ghc-random-bootstrap
("ghc-test-framework" ,ghc-test-framework) ghc-test-framework
("ghc-test-framework-hunit" ,ghc-test-framework-hunit) ghc-test-framework-hunit
("ghc-tf-random" ,ghc-tf-random) ghc-tf-random
("ghc-vector" ,ghc-vector))) ghc-vector))
(home-page "https://hackage.haskell.org/package/splitmix") (home-page "https://hackage.haskell.org/package/splitmix")
(synopsis "Fast and splittable pseudorandom number generator") (synopsis "Fast and splittable pseudorandom number generator")
(description "This package provides a Pure Haskell implementation of the (description "This package provides a Pure Haskell implementation of the
@ -14328,9 +14326,7 @@ widths to the Char type.")
(inherit ghc-wcwidth) (inherit ghc-wcwidth)
(name "ghc-wcwidth-bootstrap") (name "ghc-wcwidth-bootstrap")
(inputs (inputs
`(("ghc-setlocale" ,ghc-setlocale) (list ghc-setlocale ghc-utf8-string ghc-attoparsec-bootstrap))
("ghc-utf8-string" ,ghc-utf8-string)
("ghc-attoparsec" ,ghc-attoparsec-bootstrap)))
(properties '((hidden? #t))))) (properties '((hidden? #t)))))
(define-public ghc-weigh (define-public ghc-weigh

View file

@ -106,13 +106,13 @@
(base32 "13j5yf3p6qj3mr17d77r3kcqchf055hgvk1w15vmdr8f54mwcnb8")))) (base32 "13j5yf3p6qj3mr17d77r3kcqchf055hgvk1w15vmdr8f54mwcnb8"))))
(build-system cmake-build-system) (build-system cmake-build-system)
(inputs (inputs
`(("icu4c" ,icu4c) (list icu4c
("libjpeg" ,libjpeg-turbo) libjpeg-turbo
("libpng" ,libpng) libpng
("libtiff" ,libtiff) libtiff
("libxml2" ,libxml2) libxml2
("openssl" ,openssl) openssl
("zlib" ,zlib))) zlib))
(native-inputs (native-inputs
(list doxygen)) ; for HTML documentation (list doxygen)) ; for HTML documentation
(home-page "https://dcmtk.org") (home-page "https://dcmtk.org")
@ -591,27 +591,27 @@ vision algorithms. It can be used to do things like:
(native-inputs (native-inputs
(list gobject-introspection pkg-config)) (list gobject-introspection pkg-config))
(inputs (inputs
`(("expat" ,expat) (list expat
("fftw" ,fftw) fftw
("giflib" ,giflib) giflib
("glib" ,glib) glib
("hdf5" ,hdf5) hdf5
("imagemagick" ,imagemagick) imagemagick
("lcms" ,lcms) lcms
("libexif" ,libexif) libexif
("libgsf" ,libgsf) libgsf
("libjpeg" ,libjpeg-turbo) libjpeg-turbo
("libpng" ,libpng) libpng
("librsvg" ,librsvg) librsvg
("libtiff" ,libtiff) libtiff
("libxml2" ,libxml2) libxml2
("libwebp" ,libwebp) libwebp
("matio" ,matio) matio
("niftilib" ,niftilib) niftilib
("openexr" ,openexr-2) openexr-2
("orc" ,orc) orc
("pango" ,pango) pango
("poppler" ,poppler))) poppler))
(home-page "https://libvips.github.io/libvips/") (home-page "https://libvips.github.io/libvips/")
(synopsis "Multithreaded image processing system with low memory needs") (synopsis "Multithreaded image processing system with low memory needs")
(description (description
@ -805,11 +805,7 @@ recalculates.")
#t)))) #t))))
(build-system cmake-build-system) (build-system cmake-build-system)
(inputs (inputs
`(("libgeotiff" ,libgeotiff) (list libgeotiff libtiff libjpeg-turbo libpng zlib))
("libtiff" ,libtiff)
("libjpeg" ,libjpeg-turbo)
("libpng" ,libpng)
("zlib" ,zlib)))
(home-page "https://github.com/vxl/vxl/") (home-page "https://github.com/vxl/vxl/")
(synopsis "Collection of C++ libraries for computer vision") (synopsis "Collection of C++ libraries for computer vision")
(description "VXL (the Vision-something-Libraries) is a collection of C++ (description "VXL (the Vision-something-Libraries) is a collection of C++

View file

@ -373,8 +373,7 @@ collection. Geeqie was initially based on GQview.")
(base32 (base32
"0hi9v0rdx47nys0wvm9xasdrafa34r5kq6crb074a0ipwmc60iiq")))) "0hi9v0rdx47nys0wvm9xasdrafa34r5kq6crb074a0ipwmc60iiq"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(inputs `(("gtk+" ,gtk+-2) (inputs (list gtk+-2 libjpeg-turbo))
("libjpeg" ,libjpeg-turbo)))
(native-inputs (list intltool pkg-config)) (native-inputs (list intltool pkg-config))
(synopsis "Simple and fast image viewer for X") (synopsis "Simple and fast image viewer for X")
(description "gpicview is a lightweight GTK+ 2.x based image viewer. (description "gpicview is a lightweight GTK+ 2.x based image viewer.
@ -794,10 +793,7 @@ preloading.")
(native-inputs (native-inputs
(list pkg-config)) (list pkg-config))
(inputs (inputs
`(("freetype" ,freetype) (list freetype libjpeg-turbo glib imagemagick))
("libjpeg" ,libjpeg-turbo)
("glib" ,glib)
("imagemagick" ,imagemagick)))
(synopsis "Convert images to ANSI/Unicode characters") (synopsis "Convert images to ANSI/Unicode characters")
(description (description
"Chafa is a command-line utility that converts all kinds of images, "Chafa is a command-line utility that converts all kinds of images,

View file

@ -1437,7 +1437,7 @@ convert, manipulate, filter and display a wide variety of image formats.")
"0p3fj89gkhd2ys5ci75cwb6p7rvb2pf52jd8c9d4g76qp846njnx")))) "0p3fj89gkhd2ys5ci75cwb6p7rvb2pf52jd8c9d4g76qp846njnx"))))
(build-system cmake-build-system) (build-system cmake-build-system)
(inputs (inputs
`(("libjpeg" ,libjpeg-turbo))) (list libjpeg-turbo))
(synopsis "JPEG-2000 library") (synopsis "JPEG-2000 library")
(description "The JasPer Project is an initiative to provide a reference (description "The JasPer Project is an initiative to provide a reference
implementation of the codec specified in the JPEG-2000 Part-1 standard (i.e., implementation of the codec specified in the JPEG-2000 Part-1 standard (i.e.,
@ -1947,9 +1947,7 @@ identical visual appearance.")
"076frk3pa16s4r1b10zgy81vdlz0385zh3ykbnkaij25jn5aqc09")))) "076frk3pa16s4r1b10zgy81vdlz0385zh3ykbnkaij25jn5aqc09"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(inputs (inputs
`(("curl" ,curl) (list curl libjpeg-turbo ncurses))
("libjpeg" ,libjpeg-turbo)
("ncurses" ,ncurses)))
(home-page "https://csl.name/jp2a/") (home-page "https://csl.name/jp2a/")
(synopsis "Convert JPEG images to ASCII") (synopsis "Convert JPEG images to ASCII")
(description (description

View file

@ -42,9 +42,7 @@
"09c2kn9cjqkgx4g0rf6c2k3ng9970r468c9z7067j8kyf7ksywp2")))) "09c2kn9cjqkgx4g0rf6c2k3ng9970r468c9z7067j8kyf7ksywp2"))))
(build-system meson-build-system) (build-system meson-build-system)
(native-inputs (list pkg-config)) (native-inputs (list pkg-config))
(inputs `(("jansson" ,jansson) (inputs (list jansson zlib openssl))
("zlib" ,zlib)
("libcrypto" ,openssl)))
(home-page "https://github.com/latchset/jose") (home-page "https://github.com/latchset/jose")
(synopsis "Object Signing and Encryption") (synopsis "Object Signing and Encryption")
(description "C-language implementation of Javascript Object Signing and (description "C-language implementation of Javascript Object Signing and

View file

@ -565,9 +565,7 @@ sensitivities for functions without the need to depend on ChainRules itself.")
(base32 "1vlkyp72d514gyb4k3yhjl1g7f24ncmz61j56p4sdi9f76rk9fx9")))) (base32 "1vlkyp72d514gyb4k3yhjl1g7f24ncmz61j56p4sdi9f76rk9fx9"))))
(build-system julia-build-system) (build-system julia-build-system)
(propagated-inputs (propagated-inputs
`(("julia-chainrulescore" ,julia-chainrulescore) (list julia-chainrulescore julia-compat julia-finitedifferences))
("julia-compat" ,julia-compat)
("julia-finitedifference" ,julia-finitedifferences)))
(home-page "https://github.com/JuliaDiff/ChainRulesTestUtils.jl") (home-page "https://github.com/JuliaDiff/ChainRulesTestUtils.jl")
(synopsis "Common utilities used by downstream automatic differentiation tools") (synopsis "Common utilities used by downstream automatic differentiation tools")
(description "This package is designed to help in testing (description "This package is designed to help in testing
@ -1252,7 +1250,7 @@ valuable enough at this time.")
(inputs (inputs
;; We don't want to propagate the bootstrap version. ;; We don't want to propagate the bootstrap version.
;; Cycle with Documenter.jl in later versions. ;; Cycle with Documenter.jl in later versions.
`(("julia-documenter" ,julia-documenter-bootstrap))) (list julia-documenter-bootstrap))
(home-page "https://github.com/JuliaDocs/DocumenterMarkdown.jl") (home-page "https://github.com/JuliaDocs/DocumenterMarkdown.jl")
(synopsis "Documenter's Markdown") (synopsis "Documenter's Markdown")
(description "This package enables the Markdown / MkDocs backend of (description "This package enables the Markdown / MkDocs backend of

View file

@ -3604,29 +3604,29 @@ http://community.kde.org/Frameworks/Porting_Notes should help with this.")
(native-inputs (native-inputs
(list extra-cmake-modules perl)) (list extra-cmake-modules perl))
(inputs (inputs
`(("giflib" ,giflib) (list giflib
("gperf" ,gperf) gperf
("karchive" ,karchive) karchive
("kcodecs" ,kcodecs) kcodecs
("kglobalaccel" ,kglobalaccel) kglobalaccel
("ki18n" ,ki18n) ki18n
("kiconthemes" ,kiconthemes) kiconthemes
("kio" ,kio) kio
("kjs" ,kjs) kjs
("knotifications" ,knotifications) knotifications
("kparts" ,kparts) kparts
("ktextwidgets" ,ktextwidgets) ktextwidgets
("kwallet" ,kwallet) kwallet
("kwidgetsaddons" ,kwidgetsaddons) kwidgetsaddons
("kwindowsystem" ,kwindowsystem) kwindowsystem
("kxmlgui" ,kxmlgui) kxmlgui
("libjpeg" ,libjpeg-turbo) libjpeg-turbo
("libpng" ,libpng) libpng
("openssl" ,openssl) openssl
("phonon" ,phonon) phonon
("qtbase" ,qtbase-5) qtbase-5
("qtx11extras" ,qtx11extras) qtx11extras
("sonnet" ,sonnet))) sonnet))
(home-page "https://community.kde.org/Frameworks") (home-page "https://community.kde.org/Frameworks")
(synopsis "KDE Frameworks 5 HTML widget and component") (synopsis "KDE Frameworks 5 HTML widget and component")
(description "KHTML is a web rendering engine, based on the KParts (description "KHTML is a web rendering engine, based on the KParts

View file

@ -256,50 +256,50 @@ Features are:
(native-inputs (native-inputs
(list extra-cmake-modules kdoctools pkg-config)) (list extra-cmake-modules kdoctools pkg-config))
(inputs (inputs
`(("alsa-lib" ,alsa-lib) (list alsa-lib
("boost" ,boost) boost
("expat" ,expat) expat
("glib" ,glib) glib
("gpgme" ,gpgme) gpgme
("jsoncpp" ,jsoncpp) jsoncpp
("kcmutils" ,kcmutils) kcmutils
("kconfig" ,kconfig) kconfig
("kcontacts" ,kcontacts) kcontacts
("kcoreaddons" ,kcoreaddons) kcoreaddons
("kcrash" ,kcrash) kcrash
("kdbusaddons" ,kdbusaddons) kdbusaddons
("kdelibs4support" ,kdelibs4support) kdelibs4support
("kdnssd" ,kdnssd) kdnssd
("kemoticons" ,kemoticons) kemoticons
("khtml" ,khtml) khtml
("ki18n" ,ki18n) ki18n
("kidentitymanagement" ,kidentitymanagement) kidentitymanagement
("kjs" ,kjs) kjs
;; TODO? kleopatra (additionally to libkleo) ;; TODO? kleopatra (additionally to libkleo)
("knotifyconfig" ,knotifyconfig) knotifyconfig
("kparts" ,kparts) kparts
("kpimtextedit" ,kpimtextedit) kpimtextedit
("ktexteditor" ,ktexteditor) ktexteditor
("kwallet" ,kwallet) kwallet
;; TODO: Libgadu ;; TODO: Libgadu
("libidn" ,libidn) libidn
("libkleo" ,libkleo) libkleo
;; TODO: LibMeanwhile ;; TODO: LibMeanwhile
("libotr" ,libotr) libotr
("libsrtp" ,libsrtp) libsrtp
("libxml2" ,libxml2) libxml2
("libxstl" ,libxslt) libxslt
;; TODO: Mediastreamer ;; TODO: Mediastreamer
("openssl" ,openssl) openssl
("ortp" ,ortp) ortp
("phonon" ,phonon) phonon
("qca" ,qca) qca
("qgpgme" ,qgpgme) qgpgme
("qtbase" ,qtbase-5) qtbase-5
("speex" ,speex) speex
("v4l-utils" ,v4l-utils) v4l-utils
;; TODO: Xmms ;; TODO: Xmms
("zlib" ,zlib))) zlib))
;; TODO: enable video support ;; TODO: enable video support
(home-page "https://kde.org/applications/internet/org.kde.kopete") (home-page "https://kde.org/applications/internet/org.kde.kopete")
(synopsis "Instant messaging and chat application") (synopsis "Instant messaging and chat application")
@ -332,25 +332,25 @@ This package is part of the KDE networking module.")
(native-inputs (native-inputs
(list extra-cmake-modules kdoctools)) (list extra-cmake-modules kdoctools))
(inputs (inputs
`(("kbookmarks" ,kbookmarks) (list kbookmarks
("freerdp" ,freerdp) freerdp
("kcmutils" ,kcmutils) kcmutils
("kcompletion" ,kcompletion) kcompletion
("kconfig" ,kconfig) kconfig
("kdnssd" ,kdnssd) kdnssd
("ki18n" ,ki18n) ki18n
("kiconthemes" ,kiconthemes) kiconthemes
("knotifications" ,knotifications) knotifications
("knotifyconfig" ,knotifyconfig) knotifyconfig
("knotifyconfig" ,knotifyconfig) knotifyconfig
("kwallet" ,kwallet) kwallet
("kwidgetsaddons" ,kwidgetsaddons) kwidgetsaddons
("kwindowsystem" ,kwindowsystem) kwindowsystem
("kxmlgui" ,kxmlgui) kxmlgui
("libssh2" ,libssh) libssh
;; TODO: libvnc{server,client} - is not tigervnc-{server,client} ;; TODO: libvnc{server,client} - is not tigervnc-{server,client}
("oxygen-icons" ,oxygen-icons) ; default icon set oxygen-icons ; default icon set
("qtbase" ,qtbase-5))) qtbase-5))
(home-page "https://kde.org/applications/internet/org.kde.krdc") (home-page "https://kde.org/applications/internet/org.kde.krdc")
(synopsis "Remote desktop client") (synopsis "Remote desktop client")
(description "KRDC is a client application that allows you to view or even (description "KRDC is a client application that allows you to view or even

View file

@ -599,33 +599,33 @@ Some features:
(native-inputs (native-inputs
(list extra-cmake-modules librsvg pkg-config kdoctools)) (list extra-cmake-modules librsvg pkg-config kdoctools))
(inputs (inputs
`(("also-lib" ,alsa-lib) (list alsa-lib
("audiofile" ,audiofile) audiofile
("flac" ,flac) flac
("id3lib" ,id3lib) id3lib
("karchive" ,karchive) karchive
("kcompletion" ,kcompletion) kcompletion
("kconfig" ,kconfig) kconfig
("kconfigwidgets" ,kconfigwidgets) kconfigwidgets
("kcoreaddons" ,kcoreaddons) kcoreaddons
("kcrash" ,kcrash) kcrash
("kdbusaddons" ,kdbusaddons) kdbusaddons
("ki18n" ,ki18n) ki18n
("kiconthemes" ,kiconthemes) kiconthemes
("kio" ,kio) kio
("kservice" ,kservice) kservice
("ktextwidgets" ,ktextwidgets) ktextwidgets
("kwidgetsaddons" ,kwidgetsaddons) kwidgetsaddons
("kxmlgui" ,kxmlgui) kxmlgui
("libmad" ,libmad) libmad
("libsamplerate" ,libsamplerate) libsamplerate
("libvorbis" ,libvorbis) libvorbis
("opus" ,opus) opus
("oxygen-icons" ,oxygen-icons) ; default icon set oxygen-icons ; default icon set
("pulseaudio" ,pulseaudio) pulseaudio
("qtbase" ,qtbase-5) qtbase-5
("qtmultimedia" ,qtmultimedia) qtmultimedia
("zlib" ,zlib))) zlib))
(home-page "https://kde.org/applications/multimedia/org.kde.kwave") (home-page "https://kde.org/applications/multimedia/org.kde.kwave")
(synopsis "Sound editor for KDE") (synopsis "Sound editor for KDE")
(description "Kwave is a sound editor designed for the KDE Desktop (description "Kwave is a sound editor designed for the KDE Desktop

View file

@ -358,33 +358,33 @@ Akonadi PIM data server. It uses Xapian for indexing and querying.")
(native-inputs (native-inputs
(list extra-cmake-modules)) (list extra-cmake-modules))
(inputs (inputs
`(("akonadi" ,akonadi) (list akonadi
("akonadi-calendar" ,akonadi-calendar) akonadi-calendar
("akonadi-contacts" ,akonadi-contacts) akonadi-contacts
("akonadi-mime" ,akonadi-mime) akonadi-mime
("boost" ,boost) boost
("kcalendarcore" ,kcalendarcore) kcalendarcore
("kcalendarsupport" ,kcalendarsupport) kcalendarsupport
("kcalutils" ,kcalutils) kcalutils
("kcodecs" ,kcodecs) kcodecs
("kcontacts" ,kcontacts) kcontacts
("kdbusaddons" ,kdbusaddons) kdbusaddons
("kdepim-apps-libs" ,kdepim-apps-libs) kdepim-apps-libs
("kdiagram" ,kdiagram) kdiagram
("keventviews" ,keventviews) keventviews
("ki18n" ,ki18n) ki18n
("kiconthemes" ,kiconthemes) kiconthemes
("kidentitymanagement" ,kidentitymanagement) kidentitymanagement
("kio" ,kio) kio
("kitemmodels" ,kitemmodels) kitemmodels
("kldap" ,kldap) kldap
("kmailtransport" ,kmailtransport) kmailtransport
("kmime" ,kmime) kmime
("kpimtextedit" ,kpimtextedit) kpimtextedit
("ktextwidgets" ,ktextwidgets) ktextwidgets
("kwallat" ,kwallet) kwallet
("libkdepim" ,libkdepim) libkdepim
("qtbase" ,qtbase-5))) qtbase-5))
(home-page "https://invent.kde.org/pim/incidenceeditor") (home-page "https://invent.kde.org/pim/incidenceeditor")
(synopsis "KDE PIM library for editing incidences") (synopsis "KDE PIM library for editing incidences")
(description "This library provides an incidence editor for KDE PIM.") (description "This library provides an incidence editor for KDE PIM.")

View file

@ -508,30 +508,30 @@ remind you to take a break now and then.")
(native-inputs (native-inputs
(list extra-cmake-modules kdoctools)) (list extra-cmake-modules kdoctools))
(inputs (inputs
`(("kauth" ,kauth) (list kauth
("kconfig" ,kconfig) kconfig
("kconfigwidgets" ,kconfigwidgets) kconfigwidgets
("kcompletion" ,kcompletion) kcompletion
("kcoreaddons" ,kcoreaddons) kcoreaddons
("kcrash" ,kcrash) kcrash
("kdbusaddons" ,kdbusaddons) kdbusaddons
("ki18n" ,ki18n) ki18n
("kiconthemes" ,kiconthemes) kiconthemes
("kio" ,kio) kio
("kjobwidgets" ,kjobwidgets) kjobwidgets
("knotifications" ,knotifications) knotifications
("knotifyconfig" ,knotifyconfig) knotifyconfig
("ktextwidgets" ,ktextwidgets) ktextwidgets
("kwallet" ,kwallet) kwallet
("kwidgetsaddons" ,kwidgetsaddons) kwidgetsaddons
("kwindowsystem" ,kwindowsystem) kwindowsystem
("kxmlgui" ,kxmlgui) kxmlgui
("libsmbclient" ,samba) samba
("oxygen-icons" ,oxygen-icons) ;; default icon set oxygen-icons ;; default icon set
("plasma-framework" ,plasma-framework) plasma-framework
("qtbase" ,qtbase-5) qtbase-5
("qtdeclarative" ,qtdeclarative) qtdeclarative
("solid" ,solid))) solid))
(home-page "https://kde.org/applications/utilities/org.kde.smb4k") (home-page "https://kde.org/applications/utilities/org.kde.smb4k")
(synopsis "Samba (SMB) share advanced browser") (synopsis "Samba (SMB) share advanced browser")
(description "Smb4K is an network neighborhood browser for the KDE (description "Smb4K is an network neighborhood browser for the KDE

View file

@ -1099,8 +1099,7 @@ a variety of formats, including PDF, PostScript, DejaVu, and EPub.")
(native-inputs (native-inputs
(list extra-cmake-modules kdoctools)) (list extra-cmake-modules kdoctools))
(inputs (inputs
`(("gettext" ,gettext-minimal) (list gettext-minimal qtbase-5))
("qtbase" ,qtbase-5)))
(home-page "https://kde.org/applications/development") (home-page "https://kde.org/applications/development")
(synopsis "Tools for translating DocBook XML files with Gettext") (synopsis "Tools for translating DocBook XML files with Gettext")
(description "This is a collection of tools that facilitate translating (description "This is a collection of tools that facilitate translating

View file

@ -557,8 +557,7 @@ devices.")
(base32 "1nr4z4b10vpbh3ss525r7spz4i43zim2ba5qzfl15dgdxshxxivb")))) (base32 "1nr4z4b10vpbh3ss525r7spz4i43zim2ba5qzfl15dgdxshxxivb"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(inputs (inputs
`(("libusb" ,libusb) (list libusb eudev))
("udev" ,eudev)))
(native-inputs (native-inputs
(list autoconf automake libtool pkg-config)) (list autoconf automake libtool pkg-config))
(home-page "https://github.com/libusb/hidapi") (home-page "https://github.com/libusb/hidapi")

View file

@ -8670,8 +8670,8 @@ kernel side implementation.")
(base32 "1ygaw69pfz2hfzw9cqzg9rfnjzrdbfkwsiinz6qs2h56dssjz0y9")))) (base32 "1ygaw69pfz2hfzw9cqzg9rfnjzrdbfkwsiinz6qs2h56dssjz0y9"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(inputs (inputs
`(("lz4" ,lz4) (list lz4
("libuuid" ,util-linux "lib"))) `(,util-linux "lib")))
(native-inputs (native-inputs
(list autoconf automake libtool pkg-config)) (list autoconf automake libtool pkg-config))
(home-page "https://git.kernel.org/pub/scm/linux/kernel/git/xiang/erofs-utils.git/") (home-page "https://git.kernel.org/pub/scm/linux/kernel/git/xiang/erofs-utils.git/")

View file

@ -78,9 +78,7 @@
(base32 "1kbjwpniffdpv003igmlz5r0vy65m7wpfnhg54fhwirp1227hgg7")))) (base32 "1kbjwpniffdpv003igmlz5r0vy65m7wpfnhg54fhwirp1227hgg7"))))
(build-system asdf-build-system/sbcl) (build-system asdf-build-system/sbcl)
(inputs (inputs
`(("alexandria" ,sbcl-alexandria) (list sbcl-alexandria sbcl-closer-mop sbcl-optima))
("closer-mop" ,sbcl-closer-mop)
("optima" ,sbcl-optima)))
(native-inputs (native-inputs
(list sbcl-stefil)) (list sbcl-stefil))
(home-page "https://github.com/arclanguage/Clamp") (home-page "https://github.com/arclanguage/Clamp")
@ -156,9 +154,7 @@ against the last run.")
(base32 "0f40wikcf783jx26ip0nnhwjjfjvjiw7njqsqrb6kaphc8bgw0i1")))) (base32 "0f40wikcf783jx26ip0nnhwjjfjvjiw7njqsqrb6kaphc8bgw0i1"))))
(build-system asdf-build-system/sbcl) (build-system asdf-build-system/sbcl)
(inputs (inputs
`(("alexandria" ,sbcl-alexandria) (list sbcl-alexandria sbcl-closer-mop sbcl-trivia))
("closer-mop" ,sbcl-closer-mop)
("trivia" ,sbcl-trivia)))
(native-inputs (native-inputs
(list sbcl-fiveam)) (list sbcl-fiveam))
(home-page "https://github.com/Ferada/cl-mock") (home-page "https://github.com/Ferada/cl-mock")
@ -315,8 +311,7 @@ that of Eos has not. Thus, Eos is now deprecated in favor of FiveAM.")
"1k8i2kq57201bvy3zfpsxld530hd104dgbglxigqb6i408c1a7aw")))) "1k8i2kq57201bvy3zfpsxld530hd104dgbglxigqb6i408c1a7aw"))))
(build-system asdf-build-system/sbcl) (build-system asdf-build-system/sbcl)
(inputs (inputs
`(("alexandria" ,sbcl-alexandria) (list sbcl-alexandria sbcl-trivial-gray-streams))
("trivial-gray-streams" ,sbcl-trivial-gray-streams)))
(synopsis "Simple and powerful test framework for Common Lisp") (synopsis "Simple and powerful test framework for Common Lisp")
(description "A Common Lisp test framework that treasures your failures, (description "A Common Lisp test framework that treasures your failures,
logical continuation of Stefil. It focuses on interactive debugging.") logical continuation of Stefil. It focuses on interactive debugging.")
@ -347,9 +342,8 @@ logical continuation of Stefil. It focuses on interactive debugging.")
(sha256 (sha256
(base32 "04mh5plmlb15jbq3dkd8b9jl1dmbbg4hnd3k7859vpf6s12k5p4j")))) (base32 "04mh5plmlb15jbq3dkd8b9jl1dmbbg4hnd3k7859vpf6s12k5p4j"))))
(inputs (inputs
`(("alexandria" ,sbcl-alexandria) (list sbcl-alexandria sbcl-net.didierverna.asdf-flv
("net.didierverna.asdf-flv" ,sbcl-net.didierverna.asdf-flv) sbcl-trivial-backtrace))
("trivial-backtrace" ,sbcl-trivial-backtrace)))
(build-system asdf-build-system/sbcl) (build-system asdf-build-system/sbcl)
(synopsis "Common Lisp testing framework") (synopsis "Common Lisp testing framework")
(description "FiveAM is a simple (as far as writing and running tests (description "FiveAM is a simple (as far as writing and running tests
@ -413,7 +407,7 @@ with a focus on interactive development.")
(base32 "10a78032vnf12kjjpfmq9ign38cad237ycyq37dwnx922nxjjaj4")))) (base32 "10a78032vnf12kjjpfmq9ign38cad237ycyq37dwnx922nxjjaj4"))))
(build-system asdf-build-system/sbcl) (build-system asdf-build-system/sbcl)
(inputs (inputs
`(("cl-ppcre" ,sbcl-cl-ppcre))) (list sbcl-cl-ppcre))
(home-page "https://github.com/foretspaisibles/cl-kaputt") (home-page "https://github.com/foretspaisibles/cl-kaputt")
(synopsis "Simple interactive test framework for Common Lisp") (synopsis "Simple interactive test framework for Common Lisp")
(description (description
@ -527,10 +521,8 @@ testing. It is an extension of the library written by Chris Riesbeck.")
"1rsqy8y0jqll6xn9a593848f5wvd5ribv4csry1ly0hmdhfnqzlp")))) "1rsqy8y0jqll6xn9a593848f5wvd5ribv4csry1ly0hmdhfnqzlp"))))
(build-system asdf-build-system/sbcl) (build-system asdf-build-system/sbcl)
(inputs (inputs
`(("alexandria" ,sbcl-alexandria) (list sbcl-alexandria sbcl-cl-interpol sbcl-iterate
("cl-interpol" ,sbcl-cl-interpol) sbcl-symbol-munger))
("iterate" ,sbcl-iterate)
("symbol-munger" ,sbcl-symbol-munger)))
(synopsis "Test Framework for Common Lisp") (synopsis "Test Framework for Common Lisp")
(description (description
"LISP-UNIT2 is a Common Lisp library that supports unit testing in the "LISP-UNIT2 is a Common Lisp library that supports unit testing in the
@ -562,8 +554,7 @@ by Chris Riesbeck.")
(base32 "1hf3r6pqbnd9vsd1i24qmz928kia72hdgmiafiwb6jw1hmj3r6ga")))) (base32 "1hf3r6pqbnd9vsd1i24qmz928kia72hdgmiafiwb6jw1hmj3r6ga"))))
(build-system asdf-build-system/sbcl) (build-system asdf-build-system/sbcl)
(inputs (inputs
`(("closer-mop" ,sbcl-closer-mop) (list sbcl-closer-mop sbcl-org-sampler))
("org-sampler" ,sbcl-org-sampler)))
(home-page "https://github.com/jphmrst/cl-nst") (home-page "https://github.com/jphmrst/cl-nst")
(synopsis "Unit testing for Common Lisp") (synopsis "Unit testing for Common Lisp")
(description (description
@ -595,8 +586,7 @@ by Chris Riesbeck.")
"1mvsm3r0r6a2bg75nw0q7n9vlby3ch45qjl7hnb5k1z2n5x5lh60")))) "1mvsm3r0r6a2bg75nw0q7n9vlby3ch45qjl7hnb5k1z2n5x5lh60"))))
(build-system asdf-build-system/sbcl) (build-system asdf-build-system/sbcl)
(inputs (inputs
`(("documentation-utils" ,sbcl-documentation-utils) (list sbcl-documentation-utils sbcl-form-fiddle))
("form-fiddle" ,sbcl-form-fiddle)))
(synopsis "Extensible and cross-compatible testing framework for Common Lisp") (synopsis "Extensible and cross-compatible testing framework for Common Lisp")
(description (description
"Parachute is a simple-to-use and extensible testing framework. "Parachute is a simple-to-use and extensible testing framework.
@ -628,10 +618,8 @@ Each test can contain a bunch of test forms that make up its body.")
(file-name (git-file-name "prove" version)))) (file-name (git-file-name "prove" version))))
(build-system asdf-build-system/sbcl) (build-system asdf-build-system/sbcl)
(inputs (inputs
`(("alexandria" ,sbcl-alexandria) (list sbcl-alexandria sbcl-cl-colors sbcl-cl-ppcre
("cl-colors" ,sbcl-cl-colors) sbcl-cl-ansi-text))
("cl-ppcre" ,sbcl-cl-ppcre)
("cl-ansi-text" ,sbcl-cl-ansi-text)))
(synopsis "Yet another unit testing framework for Common Lisp") (synopsis "Yet another unit testing framework for Common Lisp")
(description (description
"This project was originally called @command{cl-test-more}. "This project was originally called @command{cl-test-more}.
@ -699,9 +687,7 @@ tester module.")
"07ala4l2fncxf540fzxj3h5mhi9i4wqllhj0rqk8m2ljl5zbz89q")))) "07ala4l2fncxf540fzxj3h5mhi9i4wqllhj0rqk8m2ljl5zbz89q"))))
(build-system asdf-build-system/sbcl) (build-system asdf-build-system/sbcl)
(inputs (inputs
`(("bordeaux-threads" ,sbcl-bordeaux-threads) (list sbcl-bordeaux-threads sbcl-dissect sbcl-trivial-gray-streams))
("dissect" ,sbcl-dissect)
("trivial-gray-streams" ,sbcl-trivial-gray-streams)))
(home-page "https://github.com/fukamachi/rove") (home-page "https://github.com/fukamachi/rove")
(synopsis (synopsis
"Yet another common lisp testing library") "Yet another common lisp testing library")
@ -761,10 +747,7 @@ This is intended to be a successor of Prove.")
(base32 "1fqqa7lhf28qg60ji9libkylkcy747x576qpjn1y7c945j2fxmnm")))) (base32 "1fqqa7lhf28qg60ji9libkylkcy747x576qpjn1y7c945j2fxmnm"))))
(build-system asdf-build-system/sbcl) (build-system asdf-build-system/sbcl)
(inputs (inputs
`(("cl-ppcre" ,sbcl-cl-ppcre) (list sbcl-cl-ppcre sbcl-local-time sbcl-osicat sbcl-rutils))
("local-time" ,sbcl-local-time)
("osicat" ,sbcl-osicat)
("rutils" ,sbcl-rutils)))
(home-page "https://github.com/vseloved/should-test") (home-page "https://github.com/vseloved/should-test")
(synopsis "Minimal yet feature-rich Common Lisp test framework") (synopsis "Minimal yet feature-rich Common Lisp test framework")
(description (description

File diff suppressed because it is too large Load diff

View file

@ -501,7 +501,7 @@ menu spec-compliant desktop menus for LXDE.")
"123f3yn4rp1w5b3n5aj3ad9snkxab29qkrs7bcvf5bx4cn57g3sf")))) "123f3yn4rp1w5b3n5aj3ad9snkxab29qkrs7bcvf5bx4cn57g3sf"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(inputs (inputs
`(("gtk+-2" ,gtk+-2))) (list gtk+-2))
(native-inputs (native-inputs
(list pkg-config intltool)) (list pkg-config intltool))
(synopsis "Tool for mouse and keyboard configuration in LXDE") (synopsis "Tool for mouse and keyboard configuration in LXDE")

View file

@ -2422,12 +2422,9 @@ in a fast and accurate way.")
"1k8szlpm19rcwcxdny9qdm3gmaqq8akb4xlvrzyz8c2d679aak6l")))) "1k8szlpm19rcwcxdny9qdm3gmaqq8akb4xlvrzyz8c2d679aak6l"))))
(build-system python-build-system) (build-system python-build-system)
(propagated-inputs (propagated-inputs
`(("ipython" ,python-ipython) (list python-ipython python-numpy python-pandas python-scipy))
("numpy" ,python-numpy)
("pandas" ,python-pandas)
("scipy" ,python-scipy)))
(native-inputs (native-inputs
`(("nose" ,python-nose))) (list python-nose))
(home-page "https://github.com/interpretable-ml/iml") (home-page "https://github.com/interpretable-ml/iml")
(synopsis "Interpretable Machine Learning (iML) package") (synopsis "Interpretable Machine Learning (iML) package")
(description "Interpretable ML (iML) is a set of data type objects, (description "Interpretable ML (iML) is a set of data type objects,

View file

@ -239,10 +239,7 @@ mail client.")
"0dvm6acl32dv8bixx9z50gzwfp6kj4kxnn1j3dcwjlp7sasjp41s")))) "0dvm6acl32dv8bixx9z50gzwfp6kj4kxnn1j3dcwjlp7sasjp41s"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(native-inputs (native-inputs
`(("automake" ,automake) (list automake autoconf gettext-minimal m4)) ;for the test suite
("autoconf" ,autoconf)
("gettext" ,gettext-minimal)
("m4" ,m4))) ;for the test suite
(inputs (inputs
(list gdbm (list gdbm
gnutls gnutls
@ -1524,10 +1521,7 @@ and search library.")
(native-inputs (native-inputs
(list pandoc pkg-config)) (list pandoc pkg-config))
(inputs (inputs
`(("libcrypto" ,openssl) (list openssl notmuch sqlite xapian))
("notmuch" ,notmuch)
("sqlite" ,sqlite)
("xapian" ,xapian)))
(home-page "http://www.muchsync.org/") (home-page "http://www.muchsync.org/")
(synopsis "Synchronize notmuch mail across machines") (synopsis "Synchronize notmuch mail across machines")
(description (description
@ -4136,15 +4130,15 @@ IMAP, Atom feeds or HTML archives.")
(native-inputs (native-inputs
(list pkg-config)) (list pkg-config))
(inputs (inputs
`(("bogofilter" ,bogofilter) (list bogofilter
("compface" ,compface) compface
("gnupg" ,gnupg-1) gnupg-1
("gpgme" ,gpgme) gpgme
("gtk+-2.0" ,gtk+-2) gtk+-2
("gtkspell" ,gtkspell3) gtkspell3
("libnsl" ,libnsl) libnsl
("openldap" ,openldap) openldap
("openssl" ,openssl))) openssl))
(home-page "https://sylpheed.sraoss.jp/en/") (home-page "https://sylpheed.sraoss.jp/en/")
(synopsis "Lightweight GTK+ email client") (synopsis "Lightweight GTK+ email client")
(description (description

View file

@ -107,11 +107,11 @@ MATE applications.")
(base32 "0fni41p3kraxwjnx9l5mdspng0zib1gfdxwlaiyq31mh4g79yjyj")))) (base32 "0fni41p3kraxwjnx9l5mdspng0zib1gfdxwlaiyq31mh4g79yjyj"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(native-inputs (native-inputs
`(("pkg-config" ,pkg-config) (list pkg-config
("yelp-tools" ,yelp-tools) yelp-tools
("gettext" ,gettext-minimal) gettext-minimal
("glib" ,glib "bin") ; glib-gettextize `(,glib "bin") ; glib-gettextize
("polkit" ,polkit))) ; for ITS rules polkit)) ; for ITS rules
(inputs (inputs
(list gtk+ (list gtk+
glib glib
@ -206,10 +206,8 @@ from Mint-X-F and Faenza-Fresh icon packs.")
(base32 "051g2vq817g84yrqzf7hjcqr4xrghnw1rprjd6jf5mhhzmwcas6n")))) (base32 "051g2vq817g84yrqzf7hjcqr4xrghnw1rprjd6jf5mhhzmwcas6n"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(native-inputs (native-inputs
`(("pkg-config" ,pkg-config) (list pkg-config intltool gdk-pixbuf ; gdk-pixbuf+svg isn't needed
("intltool" ,intltool) gtk+-2))
("gdk-pixbuf" ,gdk-pixbuf) ; gdk-pixbuf+svg isn't needed
("gtk" ,gtk+-2)))
(home-page "https://mate-desktop.org/") (home-page "https://mate-desktop.org/")
(synopsis (synopsis
"Official themes for the MATE desktop") "Official themes for the MATE desktop")
@ -233,12 +231,12 @@ themes for both gtk+-2 and gtk+-3.")
(base32 "1nd1dn8mm1z6x4r68a25q4vzys1a6fmbzc94ss1z1n1872pczs6i")))) (base32 "1nd1dn8mm1z6x4r68a25q4vzys1a6fmbzc94ss1z1n1872pczs6i"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(native-inputs (native-inputs
`(("pkg-config" ,pkg-config) (list pkg-config
("intltool" ,intltool) intltool
("glib:bin" ,glib "bin") `(,glib "bin")
("gobject-introspection" ,gobject-introspection) gobject-introspection
("yelp-tools" ,yelp-tools) yelp-tools
("gtk-doc" ,gtk-doc))) gtk-doc))
(inputs (inputs
(list gtk+ libxrandr iso-codes startup-notification)) (list gtk+ libxrandr iso-codes startup-notification))
(propagated-inputs (propagated-inputs
@ -387,24 +385,24 @@ configuration program to choose applications starting on login.")
(native-inputs (native-inputs
(list pkg-config intltool gobject-introspection)) (list pkg-config intltool gobject-introspection))
(inputs (inputs
`(("cairo" ,cairo) (list cairo
("dbus" ,dbus) dbus
("dbus-glib" ,dbus-glib) dbus-glib
("dconf" ,dconf) dconf
("fontconfig" ,fontconfig) fontconfig
("gtk+" ,gtk+) gtk+
("libcanberra" ,libcanberra) libcanberra
("libmatekbd" ,libmatekbd) libmatekbd
("libmatemixer" ,libmatemixer) libmatemixer
("libnotify" ,libnotify) libnotify
("libx11" ,libx11) libx11
("libxext" ,libxext) libxext
("libxi" ,libxi) libxi
("libxklavier" ,libxklavier) libxklavier
("mate-desktop" ,mate-desktop) mate-desktop
("nss" ,nss) nss
("polkit" ,polkit) polkit
("startup-notification" ,startup-notification))) startup-notification))
(home-page "https://mate-desktop.org/") (home-page "https://mate-desktop.org/")
(synopsis "Settings Daemon for MATE") (synopsis "Settings Daemon for MATE")
(description (description
@ -514,34 +512,34 @@ assorted menu related utility programs.")
(base32 "0h70i4x3bk017pgv4zn280682wm58vwdjm7kni91ni8rmblnnvyp")))) (base32 "0h70i4x3bk017pgv4zn280682wm58vwdjm7kni91ni8rmblnnvyp"))))
(build-system glib-or-gtk-build-system) (build-system glib-or-gtk-build-system)
(native-inputs (native-inputs
`(("pkg-config" ,pkg-config) (list pkg-config
("intltool" ,intltool) intltool
("libxslt" ,libxslt) libxslt
("yelp-tools" ,yelp-tools) yelp-tools
("scrollkeeper" ,scrollkeeper) scrollkeeper
("gettext" ,gettext-minimal) gettext-minimal
("docbook-xml" ,docbook-xml) docbook-xml
("gobject-introspection" ,gobject-introspection))) gobject-introspection))
(inputs (inputs
`(("atk" ,atk) (list atk
("dbus" ,dbus) dbus
("dbus-glib" ,dbus-glib) dbus-glib
("glib" ,glib) glib
("gucharmap" ,gucharmap) gucharmap
("gtk+" ,gtk+) gtk+
("gtksourceview" ,gtksourceview-3) gtksourceview-3
("libgtop" ,libgtop) libgtop
("libmateweather" ,libmateweather) libmateweather
("libnotify" ,libnotify) libnotify
("libx11" ,libx11) libx11
("libxml2" ,libxml2) libxml2
("libwnck" ,libwnck) libwnck
("mate-panel" ,mate-panel) mate-panel
("pango" ,pango) pango
("polkit" ,polkit) ; either polkit or setuid polkit ; either polkit or setuid
("python" ,python-2) python-2
("upower" ,upower) upower
("wireless-tools" ,wireless-tools))) wireless-tools))
(propagated-inputs (propagated-inputs
(list python-pygobject)) (list python-pygobject))
(home-page "https://mate-desktop.org/") (home-page "https://mate-desktop.org/")
@ -586,10 +584,7 @@ Interactive Weather Information Network (IWIN).
(base32 "118i4w2i2g3hfgbfn3hjzjkfq8vjj6049r7my3vna9js23b7ab92")))) (base32 "118i4w2i2g3hfgbfn3hjzjkfq8vjj6049r7my3vna9js23b7ab92"))))
(build-system glib-or-gtk-build-system) (build-system glib-or-gtk-build-system)
(native-inputs (native-inputs
`(("pkg-config" ,pkg-config) (list pkg-config intltool gettext-minimal gobject-introspection))
("intltool" ,intltool)
("gettext" ,gettext-minimal)
("gobject-introspection" ,gobject-introspection)))
(inputs (inputs
(list cairo (list cairo
gtk+ gtk+
@ -1064,10 +1059,7 @@ sessions, panels, menus, file management, and preferences.")
(base32 "0imdimq5d5rjq8mkjcrsd683a2bn9acmhc0lmvyw71y0040inbaw")))) (base32 "0imdimq5d5rjq8mkjcrsd683a2bn9acmhc0lmvyw71y0040inbaw"))))
(build-system glib-or-gtk-build-system) (build-system glib-or-gtk-build-system)
(native-inputs (native-inputs
`(("gettext" ,gettext-minimal) (list gettext-minimal intltool pkg-config yelp-tools))
("intltool" ,intltool)
("pkg-config" ,pkg-config)
("yelp-tools" ,yelp-tools)))
(inputs (inputs
(list atk (list atk
glib glib
@ -1117,9 +1109,7 @@ can be used as backgrounds in the MATE Desktop environment.")
"1bmk9gq5gcqkvfppa7i1hqfph8sajc3xs189s4ha97g0ifwd98a8")))) "1bmk9gq5gcqkvfppa7i1hqfph8sajc3xs189s4ha97g0ifwd98a8"))))
(build-system glib-or-gtk-build-system) (build-system glib-or-gtk-build-system)
(native-inputs (native-inputs
`(("gettext" ,gettext-minimal) (list gettext-minimal intltool pkg-config))
("intltool" ,intltool)
("pkg-config" ,pkg-config)))
(inputs (inputs
(list cairo (list cairo
glib glib
@ -1228,15 +1218,15 @@ can be used as backgrounds in the MATE Desktop environment.")
"1b16n1628gcsym5mph6lr9x5xm4rgkxsa8xwr2wlx8g2gw2775i1")))) "1b16n1628gcsym5mph6lr9x5xm4rgkxsa8xwr2wlx8g2gw2775i1"))))
(build-system glib-or-gtk-build-system) (build-system glib-or-gtk-build-system)
(native-inputs (native-inputs
`(("gettext" ,gettext-minimal) (list gettext-minimal
("gtk-doc" ,gtk-doc) gtk-doc
("intltool" ,intltool) intltool
("libice" ,libice) libice
("libsm" ,libsm) libsm
("pkg-config" ,pkg-config) pkg-config
("scrollkeeper" ,scrollkeeper) scrollkeeper
("xorgproto" ,xorgproto) xorgproto
("yelp-tools" ,yelp-tools))) yelp-tools))
(inputs (inputs
(list atk (list atk
cairo cairo
@ -1280,35 +1270,35 @@ can be used as backgrounds in the MATE Desktop environment.")
(base32 "0dralsc0dvs0l38cysdhx6kiaiqlb8qi6g9xz2cm6mjqyq3d3f9f")))) (base32 "0dralsc0dvs0l38cysdhx6kiaiqlb8qi6g9xz2cm6mjqyq3d3f9f"))))
(build-system glib-or-gtk-build-system) (build-system glib-or-gtk-build-system)
(native-inputs (native-inputs
`(("gettext" ,gettext-minimal) (list gettext-minimal
("gtk-doc" ,gtk-doc) gtk-doc
("gobject-introspection" ,gobject-introspection) gobject-introspection
("intltool" ,intltool) intltool
("pkg-config" ,pkg-config) pkg-config
("yelp-tools" ,yelp-tools))) yelp-tools))
(inputs (inputs
`(("atk" ,atk) (list atk
("cairo" ,cairo) cairo
("dconf" ,dconf) dconf
("dbus" ,dbus) dbus
("dbus-glib" ,dbus-glib) dbus-glib
("exempi" ,exempi) exempi
("glib" ,glib) glib
("gtk+" ,gtk+) gtk+
("libcanberra" ,libcanberra) libcanberra
("libx11" ,libx11) libx11
("libxext" ,libxext) libxext
("libpeas" ,libpeas) libpeas
("libxml2" ,libxml2) libxml2
("libexif" ,libexif) libexif
("libjpeg" ,libjpeg-turbo) libjpeg-turbo
("librsvg" ,(librsvg-for-system)) (librsvg-for-system)
("lcms" ,lcms) lcms
("mate-desktop" ,mate-desktop) mate-desktop
("pango" ,pango) pango
("shared-mime-info" ,shared-mime-info) shared-mime-info
("startup-notification" ,startup-notification) startup-notification
("zlib" ,zlib))) zlib))
(home-page "https://mate-desktop.org/") (home-page "https://mate-desktop.org/")
(synopsis "Eye of MATE") (synopsis "Eye of MATE")
(description (description
@ -1429,11 +1419,7 @@ can be used as backgrounds in the MATE Desktop environment.")
(base32 "1i2r4lw6xsk972yp15g5hm8p8xx9pp6jmcvvzbdq80xyx3x898qz")))) (base32 "1i2r4lw6xsk972yp15g5hm8p8xx9pp6jmcvvzbdq80xyx3x898qz"))))
(build-system glib-or-gtk-build-system) (build-system glib-or-gtk-build-system)
(native-inputs (native-inputs
`(("autoconf" ,autoconf) (list autoconf gettext-minimal intltool pkg-config yelp-tools))
("gettext" ,gettext-minimal)
("intltool" ,intltool)
("pkg-config" ,pkg-config)
("yelp-tools" ,yelp-tools)))
(inputs (inputs
(list cairo (list cairo
glib glib
@ -1469,11 +1455,7 @@ MATE Desktop to monitor your system resources and usage.")
"1450bqzlnvwy3xa98lj102j2cf7piqbxcd1cy2zp41rdl8ri3gvn")))) "1450bqzlnvwy3xa98lj102j2cf7piqbxcd1cy2zp41rdl8ri3gvn"))))
(build-system glib-or-gtk-build-system) (build-system glib-or-gtk-build-system)
(native-inputs (native-inputs
`(("gettext" ,gettext-minimal) (list gettext-minimal gtk-doc intltool libtool pkg-config))
("gtk-doc" ,gtk-doc)
("intltool" ,intltool)
("libtool" ,libtool)
("pkg-config" ,pkg-config)))
(inputs (inputs
(list accountsservice (list accountsservice
glib glib

View file

@ -225,7 +225,7 @@ Some of the features include:
"092412jzxy6wdvpk96pfj499hpmaww8xllavbvlqspfpr7ips9id")))) "092412jzxy6wdvpk96pfj499hpmaww8xllavbvlqspfpr7ips9id"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(inputs (inputs
`(("fortran" ,gfortran))) (list gfortran))
(synopsis "Visualizing and demonstrating convolution") (synopsis "Visualizing and demonstrating convolution")
(description (description
"GNU C-Graph is a tool for demonstrating the theory of convolution. "GNU C-Graph is a tool for demonstrating the theory of convolution.
@ -847,9 +847,7 @@ halfspaces) or by their double description with both representations.")
(native-inputs (native-inputs
(list autoconf automake libtool pkg-config)) (list autoconf automake libtool pkg-config))
(inputs (inputs
`(("eigen" ,eigen) (list eigen lapack gfortran))
("lapack" ,lapack)
("fortran" ,gfortran)))
(synopsis "Fortran subroutines for solving eigenvalue problems") (synopsis "Fortran subroutines for solving eigenvalue problems")
(description (description
"ARPACK-NG is a collection of Fortran77 subroutines designed to solve "ARPACK-NG is a collection of Fortran77 subroutines designed to solve
@ -1060,7 +1058,7 @@ plotting engine by third-party applications like Octave.")
(sha256 (sha256
(base32 "11wqmd443b4nksdbzp1msdws3av948nmwq1xz80w6hka3ss2aigd")))) (base32 "11wqmd443b4nksdbzp1msdws3av948nmwq1xz80w6hka3ss2aigd"))))
(native-inputs (native-inputs
`(("fortran" ,gfortran))) (list gfortran))
(build-system gnu-build-system) (build-system gnu-build-system)
(synopsis "General Cartographic Transformation Package (GCTP)") (synopsis "General Cartographic Transformation Package (GCTP)")
(description (description

View file

@ -1049,9 +1049,7 @@ many popular chat protocols.")
(base32 "1i5s9rrgbyss9rszq6c6y53hwqyw1k86s40cpsfx5ccl9bprxdgl")))) (base32 "1i5s9rrgbyss9rszq6c6y53hwqyw1k86s40cpsfx5ccl9bprxdgl"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(native-inputs (native-inputs
`(("gettext" ,gettext-minimal) (list gettext-minimal intltool pkg-config))
("intltool" ,intltool)
("pkg-config" ,pkg-config)))
(inputs (inputs
(list glib (list glib
gtk+-2 gtk+-2
@ -1135,7 +1133,7 @@ simultaneously and therefore appear under the same nickname on IRC.")
(base32 "1s2phiipq7ks8vrd93p96dzd5wgmgg8q9h2rxsnh2gg7iy06gj9c")))) (base32 "1s2phiipq7ks8vrd93p96dzd5wgmgg8q9h2rxsnh2gg7iy06gj9c"))))
(build-system python-build-system) (build-system python-build-system)
(native-inputs (native-inputs
`(("glib:bin" ,glib "bin"))) (list `(,glib "bin")))
(inputs (inputs
(list glib (list glib
glib-networking glib-networking

View file

@ -556,10 +556,7 @@ devices.")
"1yz65jsbgdx4cmy16x24wz5di352lvyi7fp6jm90bhgl1vpzxlsx")))) "1yz65jsbgdx4cmy16x24wz5di352lvyi7fp6jm90bhgl1vpzxlsx"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(native-inputs (native-inputs
`(("autoconf" ,autoconf) (list autoconf automake gettext-minimal libtool))
("automake" ,automake)
("gettext" ,gettext-minimal)
("libtool" ,libtool)))
(synopsis "File system monitor") (synopsis "File system monitor")
(description "This package provides a file system monitor.") (description "This package provides a file system monitor.")
(home-page "https://github.com/emcrisostomo/fswatch") (home-page "https://github.com/emcrisostomo/fswatch")

View file

@ -1335,12 +1335,12 @@ interface. It is implemented as a frontend to @code{klick}.")
libtool libtool
pkg-config)) pkg-config))
(inputs (inputs
`(("alsa-lib" ,alsa-lib) (list alsa-lib
("fftw" ,fftw) fftw
("gtk+" ,gtk+) gtk+
("jack" ,jack-2) jack-2
("json-c" ,json-c) json-c
("pulseaudio" ,pulseaudio))) pulseaudio))
(home-page "http://lingot.nongnu.org/") (home-page "http://lingot.nongnu.org/")
(synopsis "Accurate & configurable musical instrument tuner") (synopsis "Accurate & configurable musical instrument tuner")
(description (description
@ -1852,8 +1852,7 @@ complete studio.")
(inputs (inputs
(list liblo gtkmm-3 alsa-lib libxml++-2)) (list liblo gtkmm-3 alsa-lib libxml++-2))
(native-inputs (native-inputs
`(("glib:bin" ,glib "bin") (list `(,glib "bin") pkg-config))
("pkg-config" ,pkg-config)))
(home-page "https://github.com/onkelDead/tascam-gtk") (home-page "https://github.com/onkelDead/tascam-gtk")
(synopsis "GTK+ based application to control Tascam US-16x08 DSP mixer") (synopsis "GTK+ based application to control Tascam US-16x08 DSP mixer")
(description "This is a mixer application to control the Tascam US-16x08 (description "This is a mixer application to control the Tascam US-16x08
@ -3136,8 +3135,7 @@ improves on support for JACK features, such as JACK MIDI.")
"1zs5yy124bymfyapsnljr6rv2lnn5inwchm0xnwiw44b2d39l8hn")))) "1zs5yy124bymfyapsnljr6rv2lnn5inwchm0xnwiw44b2d39l8hn"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(inputs (inputs
`(("libuuid" ,util-linux "lib") (list `(,util-linux "lib") libsndfile))
("libsndfile" ,libsndfile)))
(native-inputs (native-inputs
(list pkg-config)) (list pkg-config))
(home-page "https://linuxsampler.org/libgig/") (home-page "https://linuxsampler.org/libgig/")
@ -3283,8 +3281,7 @@ you to switch between different audio setups with just two mouse clicks.")
(native-inputs (list pkg-config)) (native-inputs (list pkg-config))
;; TODO: See https://github.com/iyoko/cursynth/issues/4 which currently ;; TODO: See https://github.com/iyoko/cursynth/issues/4 which currently
;; prevents us from using pulseaudio ;; prevents us from using pulseaudio
(inputs `(("ncurses" ,ncurses) (inputs (list ncurses alsa-lib))
("alsa" ,alsa-lib)))
(home-page "https://www.gnu.org/software/cursynth/") (home-page "https://www.gnu.org/software/cursynth/")
(synopsis "Polyphonic and MIDI subtractive music synthesizer using curses") (synopsis "Polyphonic and MIDI subtractive music synthesizer using curses")
(description "GNU cursynth is a polyphonic synthesizer that runs (description "GNU cursynth is a polyphonic synthesizer that runs
@ -4057,26 +4054,26 @@ available memory.")
"026v977kwb0wbmlmf6mnik328plxg8wykfx9ryvqhirac0aq39pk")))) "026v977kwb0wbmlmf6mnik328plxg8wykfx9ryvqhirac0aq39pk"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(inputs (inputs
`(("alsa-lib" ,alsa-lib) (list alsa-lib
("curl" ,curl) curl
("faad2" ,faad2) faad2
("ffmpeg" ,ffmpeg-3.4) ffmpeg-3.4
("file" ,file) file
("jack" ,jack-1) jack-1
("libid3tag" ,libid3tag) libid3tag
("libltdl" ,libltdl) libltdl
("libmodplug" ,libmodplug) libmodplug
("libmpcdec" ,libmpcdec) libmpcdec
("libmad" ,libmad) libmad
("libogg" ,libogg) libogg
("libvorbis" ,libvorbis) libvorbis
("ncurses" ,ncurses) ncurses
("openssl" ,openssl) openssl
("sasl" ,cyrus-sasl) cyrus-sasl
("speex" ,speex) speex
("taglib" ,taglib) taglib
("wavpack" ,wavpack) wavpack
("zlib" ,zlib))) zlib))
(native-inputs (native-inputs
(list pkg-config)) (list pkg-config))
(synopsis "Console audio player designed to be powerful and easy to use") (synopsis "Console audio player designed to be powerful and easy to use")

View file

@ -39,8 +39,7 @@
(base32 "0ds9qas1zxvvx8qbpjmh4yk4gdg3cgs3ly27krcp6a5vlk6vhzbm")))) (base32 "0ds9qas1zxvvx8qbpjmh4yk4gdg3cgs3ly27krcp6a5vlk6vhzbm"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(inputs (inputs
`(("gettext" ,gettext-minimal) (list gettext-minimal ncurses))
("ncurses" ,ncurses)))
(home-page "https://www.nano-editor.org/") (home-page "https://www.nano-editor.org/")
(synopsis "Small, user-friendly console text editor") (synopsis "Small, user-friendly console text editor")
(description (description

View file

@ -163,12 +163,12 @@
(base32 "10ndzkip8blgkw572n3dicl6mgjaa7kygwn3vls80liq92vf1sa9")))) (base32 "10ndzkip8blgkw572n3dicl6mgjaa7kygwn3vls80liq92vf1sa9"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(native-inputs (native-inputs
`(("autoconf" ,autoconf) (list autoconf
("automake" ,automake) automake
("libtool" ,libtool) libtool
("pkg-config" ,pkg-config) pkg-config
("python" ,python-wrapper) python-wrapper
("which" ,which))) which))
(home-page "https://github.com/sctplab/usrsctp/") (home-page "https://github.com/sctplab/usrsctp/")
(synopsis "SCTP user-land implementation") (synopsis "SCTP user-land implementation")
(description "UsrSCTP is a portable SCTP userland stack. SCTP is a message (description "UsrSCTP is a portable SCTP userland stack. SCTP is a message
@ -190,8 +190,7 @@ runs on top of IP or UDP, and supports both v4 and v6 versions.")
(base32 "0kmlqk04sgkshsll4r9w3k0rvrgz0gpk987618r50khwl484zss6")))) (base32 "0kmlqk04sgkshsll4r9w3k0rvrgz0gpk987618r50khwl484zss6"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(native-inputs (native-inputs
`(("gettext" ,gettext-minimal) (list gettext-minimal pkg-config))
("pkg-config" ,pkg-config)))
(inputs (inputs
(list libressl)) (list libressl))
(home-page "https://github.com/axel-download-accelerator/axel") (home-page "https://github.com/axel-download-accelerator/axel")
@ -496,7 +495,7 @@ performance across unpredictable networks, such as the Internet.")
(native-inputs (native-inputs
(list autoconf automake libtool pkg-config)) (list autoconf automake libtool pkg-config))
(inputs (inputs
`(("linux-headers" ,linux-libre-headers))) (list linux-libre-headers))
(synopsis (synopsis
"@acronym{SCTP, Stream Control Transmission Protocol} helpers for Linux") "@acronym{SCTP, Stream Control Transmission Protocol} helpers for Linux")
(description (description
@ -3488,10 +3487,7 @@ A very simple IM client working over the DHT.
(inputs (inputs
(list c-ares json-c libcap libyang readline)) (list c-ares json-c libcap libyang readline))
(native-inputs (native-inputs
`(("perl" ,perl) (list perl pkg-config python-wrapper python-pytest))
("pkg-config" ,pkg-config)
("python" ,python-wrapper)
("python-pytest" ,python-pytest)))
(home-page "https://frrouting.org/") (home-page "https://frrouting.org/")
(synopsis "IP routing protocol suite") (synopsis "IP routing protocol suite")
(description "FRRouting (FRR) is an IP routing protocol suite which includes (description "FRRouting (FRR) is an IP routing protocol suite which includes

View file

@ -1328,8 +1328,7 @@ compilers that can directly deal with packages.")
"0gxjw1bhmjcjzri6x6psqrkbbyq678b69bqfl9i1zswp7cj2lryg")))) "0gxjw1bhmjcjzri6x6psqrkbbyq678b69bqfl9i1zswp7cj2lryg"))))
(build-system dune-build-system) (build-system dune-build-system)
(propagated-inputs (propagated-inputs
`(("lwt" ,ocaml-lwt) (list ocaml-lwt ocaml-stdlib-shims))
("ocaml-stdlib-shims" ,ocaml-stdlib-shims)))
(home-page "https://github.com/gildor478/ounit") (home-page "https://github.com/gildor478/ounit")
(synopsis "Unit testing framework for OCaml") (synopsis "Unit testing framework for OCaml")
(description "OUnit2 is a unit testing framework for OCaml. It is similar (description "OUnit2 is a unit testing framework for OCaml. It is similar
@ -4397,8 +4396,7 @@ Dedukti files.")
(file-name (git-file-name name version)))) (file-name (git-file-name name version))))
(build-system emacs-build-system) (build-system emacs-build-system)
(inputs (inputs
`(("dedukti-mode" ,emacs-dedukti-mode) (list emacs-dedukti-mode emacs-flycheck))
("flycheck-mode" ,emacs-flycheck)))
(synopsis "Flycheck integration for the dedukti language") (synopsis "Flycheck integration for the dedukti language")
(description "This package provides a frontend for Flycheck to perform (description "This package provides a frontend for Flycheck to perform
syntax checking on dedukti files.") syntax checking on dedukti files.")

View file

@ -50,17 +50,17 @@
(build-system gnu-build-system) (build-system gnu-build-system)
(native-inputs (list pkg-config)) (native-inputs (list pkg-config))
(propagated-inputs (list python2-pyxdg)) (propagated-inputs (list python2-pyxdg))
(inputs `(("imlib2" ,imlib2) (inputs (list imlib2
("libxml2" ,libxml2) libxml2
("librsvg" ,(librsvg-for-system)) (librsvg-for-system)
("libsm" ,libsm) libsm
("libxcursor" ,libxcursor) libxcursor
("libxinerama" ,libxinerama) libxinerama
("libxml2" ,libxml2) libxml2
("libxrandr" ,libxrandr) libxrandr
("libxft" ,libxft) libxft
("pango" ,pango) pango
("python-2" ,python-2))) python-2))
(synopsis "Box style window manager") (synopsis "Box style window manager")
(description (description
"Openbox is a highly configurable, next generation window manager with "Openbox is a highly configurable, next generation window manager with

View file

@ -1489,11 +1489,8 @@ Microsoft cabinet (.@dfn{CAB}) files.")
(native-inputs (native-inputs
(list bison pkg-config)) (list bison pkg-config))
(inputs (inputs
`(("gcab" ,gcab) (list gcab glib libgsf libxml2
("glib" ,glib) `(,util-linux "lib")))
("libgsf" ,libgsf)
("libxml2" ,libxml2)
("uuid" ,util-linux "lib")))
(home-page "https://wiki.gnome.org/msitools") (home-page "https://wiki.gnome.org/msitools")
(synopsis "Windows Installer file manipulation tool") (synopsis "Windows Installer file manipulation tool")
(description (description

View file

@ -873,11 +873,7 @@ SyncTeX support, and rudimentary support for annotations and forms.")
"09i88v3wacmx7f96dmq0l3afpyv95lh6jrx16xzm0jd1szdrhn5j")))) "09i88v3wacmx7f96dmq0l3afpyv95lh6jrx16xzm0jd1szdrhn5j"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(inputs (inputs
`(("gtk" ,gtk+-2) (list gtk+-2 pango poppler glib libgnomecanvas))
("pango" ,pango)
("poppler" ,poppler)
("glib" ,glib)
("libgnomecanvas" ,libgnomecanvas)))
(native-inputs (native-inputs
(list pkg-config)) (list pkg-config))
(home-page "http://xournal.sourceforge.net/") (home-page "http://xournal.sourceforge.net/")
@ -1092,9 +1088,8 @@ the PDF pages.")
(base32 "17z0bn8kihiyqjd1m5jr80m7ry06l1qn0l8v918xg5gs7q2calcf")))) (base32 "17z0bn8kihiyqjd1m5jr80m7ry06l1qn0l8v918xg5gs7q2calcf"))))
(build-system python-build-system) (build-system python-build-system)
(propagated-inputs (propagated-inputs
`(("python-pikepdf" ,python-pikepdf) (list python-pikepdf python-pillow
("python-pillow" ,python-pillow) `(,python "tk")))
("python-tkinter" ,python "tk")))
(home-page "https://gitlab.mister-muffin.de/josch/img2pdf") (home-page "https://gitlab.mister-muffin.de/josch/img2pdf")
(synopsis "Convert images to PDF via direct JPEG inclusion") (synopsis "Convert images to PDF via direct JPEG inclusion")
(description (description

View file

@ -1875,9 +1875,7 @@ of the style used by the Git version control system.")
"0clphq6a17chvb663fvjnxqvyvh26g03x0fl4bg9vy4ibdnzg2v2")))) "0clphq6a17chvb663fvjnxqvyvh26g03x0fl4bg9vy4ibdnzg2v2"))))
(build-system perl-build-system) (build-system perl-build-system)
(inputs (inputs
`(("perl-mixin-linewise" ,perl-mixin-linewise) (list perl-mixin-linewise perl-perlio-utf8_strict perl-sub-exporter))
("perl-perlio-utf8_strict" ,perl-perlio-utf8_strict)
("perl-sub-exporter" ,perl-sub-exporter)))
(home-page "https://metacpan.org/release/Config-INI") (home-page "https://metacpan.org/release/Config-INI")
(synopsis "Simple .ini-file format reader and writer") (synopsis "Simple .ini-file format reader and writer")
(description "@code{Config::INI} is a module that facilates the reading (description "@code{Config::INI} is a module that facilates the reading
@ -4789,7 +4787,7 @@ file names in a directory.")
(native-inputs (native-inputs
(list perl-test-warnings)) (list perl-test-warnings))
(propagated-inputs (propagated-inputs
`(("perl-perlio-utf8_strict" ,perl-perlio-utf8_strict))) (list perl-perlio-utf8_strict))
(home-page "https://metacpan.org/release/File-Slurper") (home-page "https://metacpan.org/release/File-Slurper")
(synopsis "Simple, sane and efficient module to slurp a file") (synopsis "Simple, sane and efficient module to slurp a file")
(description "This module provides functions for fast and correct file (description "This module provides functions for fast and correct file
@ -6374,8 +6372,7 @@ knowledge of Apache.")
"1wmfr19w9y8qys7b32mnj1vmps7qwdahqas71a9p62ac8xw0dwkx")))) "1wmfr19w9y8qys7b32mnj1vmps7qwdahqas71a9p62ac8xw0dwkx"))))
(build-system perl-build-system) (build-system perl-build-system)
(inputs (inputs
`(("perl-perlio-utf8_strict" ,perl-perlio-utf8_strict) (list perl-perlio-utf8_strict perl-sub-exporter))
("perl-sub-exporter" ,perl-sub-exporter)))
(home-page "https://metacpan.org/release/Mixin-Linewise") (home-page "https://metacpan.org/release/Mixin-Linewise")
(synopsis "Write your linewise code for handles; this does the rest") (synopsis "Write your linewise code for handles; this does the rest")
(description "It's boring to deal with opening files for IO, converting (description "It's boring to deal with opening files for IO, converting
@ -10998,10 +10995,8 @@ attribute names.")
(base32 "0pyqr12jsqagna75fm2gijfzw06wy1hrh5chn9hwnmcfddda66g8")))) (base32 "0pyqr12jsqagna75fm2gijfzw06wy1hrh5chn9hwnmcfddda66g8"))))
(build-system perl-build-system) (build-system perl-build-system)
(native-inputs (native-inputs
`(("perl-test-distribution" ,perl-test-distribution) (list perl-test-distribution perl-test-pod perl-test-pod-coverage
("perl-text-pod" ,perl-test-pod) perl-test-portability-files))
("perl-test-pod-coverage" ,perl-test-pod-coverage)
("perl-test-portability-files" ,perl-test-portability-files)))
(home-page "https://metacpan.org/dist/XSLoader") (home-page "https://metacpan.org/dist/XSLoader")
(synopsis "Dynamically load C libraries into Perl code") (synopsis "Dynamically load C libraries into Perl code")
(description "XSLoader module defines a standard simplified interface to the (description "XSLoader module defines a standard simplified interface to the
@ -11305,14 +11300,18 @@ such that being individual extensions would be wasteful.")
perl-test-most perl-test-most
perl-tie-simple)) perl-tie-simple))
(inputs (inputs
`(("freeglut" ,freeglut) (list freeglut
("libjpeg" ,libjpeg-turbo) libjpeg-turbo
("libpng" ,libpng) libpng
("libsmpeg" ,libsmpeg) libsmpeg
("libtiff" ,libtiff) libtiff
("mesa" ,mesa) mesa
("sdl" ,(sdl-union (sdl-union (list sdl
(list sdl sdl-gfx sdl-image sdl-mixer sdl-pango sdl-ttf))))) sdl-gfx
sdl-image
sdl-mixer
sdl-pango
sdl-ttf))))
(propagated-inputs (propagated-inputs
(list perl-file-sharedir perl-tie-simple)) (list perl-file-sharedir perl-tie-simple))
(home-page "https://metacpan.org/release/SDL") (home-page "https://metacpan.org/release/SDL")

View file

@ -188,7 +188,7 @@ cards and generate meaningful file and folder names.")
(native-inputs (native-inputs
(list pkg-config)) (list pkg-config))
(inputs (inputs
`(("libjpeg" ,libjpeg-turbo))) ;for lossy DNGs and old Kodak cameras (list libjpeg-turbo)) ;for lossy DNGs and old Kodak cameras
(propagated-inputs (propagated-inputs
(list lcms)) ;for color profiles (list lcms)) ;for color profiles
(home-page "https://www.libraw.org") (home-page "https://www.libraw.org")
@ -360,10 +360,7 @@ and a wide variety of other metadata.")
"12cv4886l1czfjwy7k6ipgf3zjksgwhdjzr2s9fdg33vqcv2hlrv")))) "12cv4886l1czfjwy7k6ipgf3zjksgwhdjzr2s9fdg33vqcv2hlrv"))))
(build-system cmake-build-system) (build-system cmake-build-system)
(inputs (inputs
`(("libjpeg" ,libjpeg-turbo) (list libjpeg-turbo libpng libtiff zlib))
("libpng" ,libpng)
("libtiff" ,libtiff)
("zlib" ,zlib)))
(home-page "http://panotools.sourceforge.net/") (home-page "http://panotools.sourceforge.net/")
(synopsis "Library for panoramic images") (synopsis "Library for panoramic images")
(description (description

View file

@ -151,7 +151,7 @@ using the Cairo drawing library.")
(inherit guile-charting) (inherit guile-charting)
(name "guile2.2-charting") (name "guile2.2-charting")
(inputs (list guile-2.2)) (inputs (list guile-2.2))
(propagated-inputs `(("guile-cairo" ,guile2.2-cairo))))) (propagated-inputs (list guile2.2-cairo))))
(define-public ploticus (define-public ploticus
(package (package

View file

@ -507,8 +507,7 @@ README.md for a detailed list of features.")
"189z5p20hk0xv9vwvym293503j4pwl03xqk9hl7cl6dwgv0l7wkf")))) "189z5p20hk0xv9vwvym293503j4pwl03xqk9hl7cl6dwgv0l7wkf"))))
(build-system meson-build-system) (build-system meson-build-system)
(native-inputs (native-inputs
`(("gettext" ,gettext-minimal) (list gettext-minimal pkg-config))
("pkg-config" ,pkg-config)))
(inputs (inputs
(list gtkmm-3 pulseaudio)) (list gtkmm-3 pulseaudio))
(home-page "https://freedesktop.org/software/pulseaudio/paprefs/") (home-page "https://freedesktop.org/software/pulseaudio/paprefs/")

View file

@ -322,8 +322,7 @@ of tests run in a specific order.")
(base32 "1y87agr324p6x5gvhziymxjlw54pyn4gqnd49papbl941djpkp5g")))) (base32 "1y87agr324p6x5gvhziymxjlw54pyn4gqnd49papbl941djpkp5g"))))
(build-system python-build-system) (build-system python-build-system)
(native-inputs (native-inputs
`(("pytest" ,python-pytest) (list python-pytest python-setuptools-scm))
("setuptools-scm" ,python-setuptools-scm)))
(home-page "https://www.astropy.org/") (home-page "https://www.astropy.org/")
(synopsis (synopsis
"Pytest plugin adding diagnostic data to the header of the test output") "Pytest plugin adding diagnostic data to the header of the test output")

View file

@ -2131,8 +2131,7 @@ Markup Language.")
"14h7nyfbl5vpfk0rbviy4ygdfx0yx5kncvg6jpbdb0dhwna0ssm6")))) "14h7nyfbl5vpfk0rbviy4ygdfx0yx5kncvg6jpbdb0dhwna0ssm6"))))
(build-system python-build-system) (build-system python-build-system)
(native-inputs (native-inputs
`(("python-zope-security" ,python-zope-security-bootstrap) (list python-zope-security-bootstrap python-zope-testrunner))
("python-zope-testrunner" ,python-zope-testrunner)))
(propagated-inputs (propagated-inputs
(list python-zope-interface)) (list python-zope-interface))
(home-page "https://pypi.org/project/zope.proxy/") (home-page "https://pypi.org/project/zope.proxy/")
@ -2224,12 +2223,12 @@ Zope3, which are are special objects that have a structural location.")
python-zope-proxy python-zope-proxy
python-zope-schema)) python-zope-schema))
(native-inputs (native-inputs
`(("python-btrees" ,python-btrees) (list python-btrees
("python-zope-component" ,python-zope-component-bootstrap) python-zope-component-bootstrap
("python-zope-configuration" ,python-zope-configuration-bootstrap) python-zope-configuration-bootstrap
("python-zope-location" ,python-zope-location-bootstrap) python-zope-location-bootstrap
("python-zope-testing" ,python-zope-testing) python-zope-testing
("python-zope-testrunner" ,python-zope-testrunner))) python-zope-testrunner))
(home-page "https://pypi.org/project/zope.security/") (home-page "https://pypi.org/project/zope.security/")
(synopsis "Zope security framework") (synopsis "Zope security framework")
(description "Zope.security provides a generic mechanism to implement (description "Zope.security provides a generic mechanism to implement
@ -3015,9 +3014,7 @@ library.")
(propagated-inputs (propagated-inputs
(list python-gevent python-requests)) (list python-gevent python-requests))
(native-inputs (native-inputs
`(("python-nose" ,python-nose) (list python-nose python-zope-interface python-zope-event))
("python-zope.interface" ,python-zope-interface)
("python-zope.event" ,python-zope-event)))
(home-page "https://github.com/kennethreitz/grequests") (home-page "https://github.com/kennethreitz/grequests")
(synopsis "Python library for asynchronous HTTP requests") (synopsis "Python library for asynchronous HTTP requests")
(description "GRequests is a Python library that allows you to use (description "GRequests is a Python library that allows you to use

View file

@ -877,7 +877,7 @@ interacting with the low-level LibRaw C APIs.")
"1zmvmwgxyzvm83818skhn8b4wrci4kmnixaax8q3ia5cn7xrmj6v")))) "1zmvmwgxyzvm83818skhn8b4wrci4kmnixaax8q3ia5cn7xrmj6v"))))
(build-system python-build-system) (build-system python-build-system)
(propagated-inputs (propagated-inputs
`(("python-tkinter" ,python "tk"))) (list `(,python "tk")))
(home-page "https://github.com/robertlugg/easygui") (home-page "https://github.com/robertlugg/easygui")
(synopsis "GUI programming module for Python") (synopsis "GUI programming module for Python")
(description "EasyGUI is a module for very simple, very easy GUI (description "EasyGUI is a module for very simple, very easy GUI
@ -2978,10 +2978,8 @@ software.")
(base32 "10iqjzmya2h4sk765dlm1pbqypwlqyh8rw59a5m9i63d3klnz2mc")))) (base32 "10iqjzmya2h4sk765dlm1pbqypwlqyh8rw59a5m9i63d3klnz2mc"))))
(build-system python-build-system) (build-system python-build-system)
(native-inputs (native-inputs
`(("coverage" ,python-coverage) (list python-coverage python-pytest-astropy python-pytest-cov
("pytest" ,python-pytest-astropy) python-setuptools-scm))
("pytest-cov" ,python-pytest-cov)
("setuptools-scm" ,python-setuptools-scm)))
(home-page "https://github.com/astropy/astropy-helpers") (home-page "https://github.com/astropy/astropy-helpers")
(synopsis (synopsis
"Utilities for building and installing packages in the Astropy ecosystem") "Utilities for building and installing packages in the Astropy ecosystem")
@ -9865,9 +9863,7 @@ plugin for flake8 to check PEP-8 naming conventions.")
"07w3p1qm44hgxf3vvwz84kswpsx6s7kvaibzrsx5dzm0hli1i3fx")))) "07w3p1qm44hgxf3vvwz84kswpsx6s7kvaibzrsx5dzm0hli1i3fx"))))
(build-system python-build-system) (build-system python-build-system)
(native-inputs (native-inputs
`(("python-toml", python-toml) (list python-toml python-pytest-bootstrap python-pytest-runner))
("python-pytest" ,python-pytest-bootstrap)
("python-pytest-runner" ,python-pytest-runner)))
(home-page "https://github.com/PyCQA/mccabe") (home-page "https://github.com/PyCQA/mccabe")
(synopsis "McCabe checker, plugin for flake8") (synopsis "McCabe checker, plugin for flake8")
(description "This package provides a Flake8 plug-in to compute the McCabe (description "This package provides a Flake8 plug-in to compute the McCabe
@ -17104,13 +17100,13 @@ multitouch applications.")
(patches (search-patches "python-argcomplete-1.11.1-fish31.patch")))) (patches (search-patches "python-argcomplete-1.11.1-fish31.patch"))))
(build-system python-build-system) (build-system python-build-system)
(native-inputs (native-inputs
`(("python-coverage" ,python-coverage) (list python-coverage
("python-flake8" ,python-flake8) python-flake8
("python-pexpect" ,python-pexpect) python-pexpect
("python-wheel" ,python-wheel) python-wheel
("tcsh" ,tcsh) tcsh
("fish" ,fish) fish
("bash-full" ,bash))) ;full Bash for 'test_file_completion' bash)) ;full Bash for 'test_file_completion'
(home-page "https://github.com/kislyuk/argcomplete") (home-page "https://github.com/kislyuk/argcomplete")
(synopsis "Shell tab completion for Python argparse") (synopsis "Shell tab completion for Python argparse")
(description "argcomplete provides extensible command line tab completion (description "argcomplete provides extensible command line tab completion
@ -18139,7 +18135,7 @@ multitouch applications.")
(base32 (base32
"1priacxym85yjcf68hh38w55nqswaxp71ryjyfdk222kg9l85ln7")))) "1priacxym85yjcf68hh38w55nqswaxp71ryjyfdk222kg9l85ln7"))))
(native-inputs (native-inputs
`(("python-setuptools_scm" ,python-setuptools-scm))) (list python-setuptools-scm))
(build-system python-build-system) (build-system python-build-system)
(home-page "https://github.com/jaraco/configparser/") (home-page "https://github.com/jaraco/configparser/")
(synopsis "Backport of configparser from python 3.5") (synopsis "Backport of configparser from python 3.5")
@ -18333,7 +18329,7 @@ multitouch applications.")
"1gm82jddm1lkazdi8lfsl1b3vi1z0252ng60mzjym8irnv94qfhy")))) "1gm82jddm1lkazdi8lfsl1b3vi1z0252ng60mzjym8irnv94qfhy"))))
(build-system python-build-system) (build-system python-build-system)
(propagated-inputs (propagated-inputs
`(("six" ,python-six))) (list python-six))
(home-page "https://github.com/tkhyn/dirsync") (home-page "https://github.com/tkhyn/dirsync")
(synopsis "Advanced directory tree synchronisation tool") (synopsis "Advanced directory tree synchronisation tool")
(description "Advanced directory tree synchronisation tool.") (description "Advanced directory tree synchronisation tool.")
@ -25072,18 +25068,18 @@ cryptographically signed ones).")
"1lk3qmy1hkaphk4n7ayfk0wl6m2yvd6r7qkam6yncqfzgkbc1phs")))) "1lk3qmy1hkaphk4n7ayfk0wl6m2yvd6r7qkam6yncqfzgkbc1phs"))))
(build-system python-build-system) (build-system python-build-system)
(native-inputs (native-inputs
`(("python-check-manifest" ,python-check-manifest) (list python-check-manifest
("python-coverage" ,python-coverage) python-coverage
("python-isort" ,python-isort) python-isort
("python-mock" ,python-mock) python-mock
("python-pydoctstyle" ,python-pydocstyle) python-pydocstyle
("python-pytest-cache" ,python-pytest-cache) python-pytest-cache
("python-pytest-cov" ,python-pytest-cov) python-pytest-cov
("python-pytest-pep8" ,python-pytest-pep8) python-pytest-pep8
("python-pytest-runner" ,python-pytest-runner) python-pytest-runner
("python-pytest" ,python-pytest) python-pytest
("python-setuptools-scm" ,python-setuptools-scm) python-setuptools-scm
("python-tox" ,python-tox))) python-tox))
(home-page "https://github.com/inveniosoftware/dictdiffer") (home-page "https://github.com/inveniosoftware/dictdiffer")
(synopsis "Diff and patch Python dictionary objects") (synopsis "Diff and patch Python dictionary objects")
(description (description

View file

@ -1977,7 +1977,7 @@ instances.")
"1idaivamp1jvbbai9yzv471c62xbqxhaawccvskaizihkd0lq0jx")))) "1idaivamp1jvbbai9yzv471c62xbqxhaawccvskaizihkd0lq0jx"))))
(build-system python-build-system) (build-system python-build-system)
(native-inputs (native-inputs
`(("python" ,python-wrapper))) (list python-wrapper))
(propagated-inputs (propagated-inputs
(list python-toml python-packaging)) (list python-toml python-packaging))
(home-page "https://www.riverbankcomputing.com/software/sip/intro") (home-page "https://www.riverbankcomputing.com/software/sip/intro")

View file

@ -874,10 +874,7 @@ using GNU Radio and the Qt GUI toolkit.")
(base32 "0y43241s3p8qzn7x6x28v5v2bf934riznj14bb7m6k6vgd849qzl")))) (base32 "0y43241s3p8qzn7x6x28v5v2bf934riznj14bb7m6k6vgd849qzl"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(native-inputs (native-inputs
`(("autoconf" ,autoconf) (list autoconf automake gettext-minimal pkg-config))
("automake" ,automake)
("gettext" ,gettext-minimal)
("pkg-config" ,pkg-config)))
(inputs (inputs
(list alsa-lib (list alsa-lib
fltk fltk

View file

@ -5232,7 +5232,7 @@ across multiple CPU cores.")
(build-system ruby-build-system) (build-system ruby-build-system)
(native-inputs (native-inputs
;; TODO: Add ruby-minitest-proveit once available. ;; TODO: Add ruby-minitest-proveit once available.
`(("hoe" ,ruby-hoe))) (list ruby-hoe))
(synopsis "ParseTree fork which includes generic S-exp processing tools") (synopsis "ParseTree fork which includes generic S-exp processing tools")
(description "The sexp_processor package is derived from ParseTree, but (description "The sexp_processor package is derived from ParseTree, but
contrary to ParseTree, it includes all the generic S-exp processing tools. contrary to ParseTree, it includes all the generic S-exp processing tools.
@ -5254,9 +5254,7 @@ Amongst the included tools are @code{Sexp}, @code{SexpProcessor} and
"09qcdyjjw3p7g6cjm5m9swkms1xnv35ndiy7yw24cas16qrhha6c")))) "09qcdyjjw3p7g6cjm5m9swkms1xnv35ndiy7yw24cas16qrhha6c"))))
(build-system ruby-build-system) (build-system ruby-build-system)
(native-inputs (native-inputs
`(("hoe" ,ruby-hoe) (list ruby-hoe ruby-racc unifdef))
("racc" ,ruby-racc)
("unifdef" ,unifdef)))
(propagated-inputs (propagated-inputs
(list ruby-sexp-processor)) (list ruby-sexp-processor))
(home-page "https://github.com/seattlerb/ruby_parser/") (home-page "https://github.com/seattlerb/ruby_parser/")

View file

@ -50,12 +50,7 @@
"1bmcjl1x1rdh514q9z3hzyjmjmwwwkziipjpjsl301bwmiwrd8a8")))) "1bmcjl1x1rdh514q9z3hzyjmjmwwwkziipjpjsl301bwmiwrd8a8"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(native-inputs (native-inputs
`(("makeinfo" ,texinfo) (list texinfo pkg-config autoconf automake libtool))
("pkg-config" ,pkg-config)
("autoconf" ,autoconf)
("automake" ,automake)
("libtool" ,libtool)))
(inputs (inputs
(list gdbm gmp libffi readline)) (list gdbm gmp libffi readline))
(native-search-paths (native-search-paths

View file

@ -89,9 +89,7 @@ different (virtual) machine than the one to which the USB device is attached.")
"06kf0q4l52gzx5p63l8850hff8pmhp7xv1hk8zgx2apbw18y6jd5")))) "06kf0q4l52gzx5p63l8850hff8pmhp7xv1hk8zgx2apbw18y6jd5"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(inputs (inputs
`(("libepoxy" ,libepoxy) (list libepoxy mesa eudev))
("mesa" ,mesa)
("udev" ,eudev)))
(native-inputs (native-inputs
(list pkg-config)) (list pkg-config))
(synopsis "Virtual 3D GPU library") (synopsis "Virtual 3D GPU library")

View file

@ -109,23 +109,23 @@
"0lqrash677b09zxdlxp89z6k02y4i23mbqg83956dwl69wc53dan")))) "0lqrash677b09zxdlxp89z6k02y4i23mbqg83956dwl69wc53dan"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(inputs (inputs
`(("cairo" ,cairo) (list cairo
("gettext" ,gettext-minimal) gettext-minimal
("gsl" ,gsl) gsl
("libxml2" ,libxml2) libxml2
("pango" ,pango) pango
("readline" ,readline) readline
("gtk" ,gtk+) gtk+
("gtksourceview" ,gtksourceview-3) gtksourceview-3
("spread-sheet-widget" ,spread-sheet-widget) spread-sheet-widget
("zlib" ,zlib))) zlib))
(native-inputs (native-inputs
`(("autoconf" ,autoconf) ;for tests (list autoconf ;for tests
("glib" ,glib "bin") ;for glib-genmarshal `(,glib "bin") ;for glib-genmarshal
("perl" ,perl) perl
("pkg-config" ,pkg-config) pkg-config
("python" ,python-2) ;for tests python-2 ;for tests
("texinfo" ,texinfo))) texinfo))
(home-page "https://www.gnu.org/software/pspp/") (home-page "https://www.gnu.org/software/pspp/")
(synopsis "Statistical analysis") (synopsis "Statistical analysis")
(description (description
@ -1226,9 +1226,7 @@ agnes cluster diagrams.")
(native-inputs (native-inputs
(list pkg-config)) (list pkg-config))
(inputs (inputs
`(("cairo" ,cairo) (list cairo freetype zlib))
("freetype2" ,freetype)
("zlib" ,zlib)))
(propagated-inputs (propagated-inputs
(list r-rcpp r-systemfonts)) (list r-rcpp r-systemfonts))
(home-page "https://cran.r-project.org/web/packages/gdtools") (home-page "https://cran.r-project.org/web/packages/gdtools")

View file

@ -417,7 +417,7 @@ input bits thoroughly but are not suitable for cryptography.")
(base32 "0dc9fxcdmppbs9s06jvq61zbk552laxps0xyk098gj41697ihd96")))) (base32 "0dc9fxcdmppbs9s06jvq61zbk552laxps0xyk098gj41697ihd96"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(native-inputs (native-inputs
`(("gettext" ,gettext-minimal))) (list gettext-minimal))
(home-page "https://billposer.org/Software/a2b.html") (home-page "https://billposer.org/Software/a2b.html")
(synopsis "Convert between ASCII, hexadecimal and binary representations") (synopsis "Convert between ASCII, hexadecimal and binary representations")
(description "The two programs are useful for generating test data, for (description "The two programs are useful for generating test data, for

View file

@ -2147,8 +2147,8 @@ masters from remote CVS hosts.")
(build-system gnu-build-system) (build-system gnu-build-system)
(inputs (list perl)) (inputs (list perl))
(native-inputs (native-inputs
`(("emacs" ,emacs-minimal) ; for `ctags' (list emacs-minimal ; for `ctags'
("inetutils" ,inetutils))) ; for `hostname', used in the tests inetutils)) ; for `hostname', used in the tests
(home-page "https://www.gnu.org/software/vc-dwim/") (home-page "https://www.gnu.org/software/vc-dwim/")
(synopsis "Version-control-agnostic ChangeLog diff and commit tool") (synopsis "Version-control-agnostic ChangeLog diff and commit tool")
(description (description

View file

@ -433,24 +433,22 @@ as a joint effort between the BBC and Fluendo.")
(search-patches "libquicktime-ffmpeg.patch")))) (search-patches "libquicktime-ffmpeg.patch"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(native-inputs (native-inputs
`(("gettext" ,gettext-minimal) (list gettext-minimal doxygen pkg-config))
("doxygen" ,doxygen)
("pkg-config" ,pkg-config)))
(inputs (inputs
`(("alsa" ,alsa-lib) (list alsa-lib
("ffmpeg" ,ffmpeg) ffmpeg
("gtk+-2" ,gtk+-2) gtk+-2
("lame" ,lame) lame
("libdv" ,libdv) libdv
("libjpeg" ,libjpeg-turbo) libjpeg-turbo
("libpng" ,libpng) libpng
("libvorbis" ,libvorbis) libvorbis
("opengl" ,mesa) mesa
("schroedinger" ,schroedinger) schroedinger
("x11" ,libx11) libx11
("x264" ,libx264) libx264
("xaw" ,libxaw) libxaw
("xv" ,libxv))) libxv))
(synopsis "Quick Time Library") (synopsis "Quick Time Library")
(description "The goal of this project is to enhance the quicktime4linux (description "The goal of this project is to enhance the quicktime4linux
library.") library.")
@ -516,11 +514,7 @@ receiving MJPG streams.")
(base32 "0kvhxr5hkabj9v7ah2rzkbirndfqdijd9hp8v52c1z6bxddf019w")))) (base32 "0kvhxr5hkabj9v7ah2rzkbirndfqdijd9hp8v52c1z6bxddf019w"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(inputs (inputs
`(("gtk+-2" ,gtk+-2) (list gtk+-2 libdv libpng libquicktime sdl))
("libdv" ,libdv)
("libpng" ,libpng)
("libquicktime" ,libquicktime)
("sdl" ,sdl)))
(synopsis "Tools for handling MPEG") (synopsis "Tools for handling MPEG")
(description "Mjpeg tools is a suite of programs which support video capture, (description "Mjpeg tools is a suite of programs which support video capture,
editing, playback, and compression to MPEG of MJPEG video. Edit, play and editing, playback, and compression to MPEG of MJPEG video. Edit, play and

View file

@ -2195,20 +2195,16 @@ which is a hypervisor.")
"1h23a8nzdxjyvw44dwh903563n3b1z5skx8g0b1p1v5cif3iqpr5")))) "1h23a8nzdxjyvw44dwh903563n3b1z5skx8g0b1p1v5cif3iqpr5"))))
(build-system meson-build-system) (build-system meson-build-system)
(inputs (inputs
`(("libsoup" ,libsoup-minimal-2) (list libsoup-minimal-2 libxml2 libxslt json-glib libarchive))
("libxml2" ,libxml2)
("libxslt" ,libxslt)
("json-glib" ,json-glib)
("libarchive" ,libarchive)))
(native-inputs (native-inputs
`(("perl" ,perl) (list perl
("gobject-introspection" ,gobject-introspection) gobject-introspection
("gettext" ,gettext-minimal) gettext-minimal
("pkg-config" ,pkg-config) pkg-config
;; Tests ;; Tests
("python" ,python) python
("pytest" ,python-pytest) python-pytest
("requests" ,python-requests))) python-requests))
(home-page "https://gitlab.com/libosinfo/osinfo-db-tools") (home-page "https://gitlab.com/libosinfo/osinfo-db-tools")
(synopsis "Tools for managing the osinfo database") (synopsis "Tools for managing the osinfo database")
(description "This package contains a set of tools to assist (description "This package contains a set of tools to assist

View file

@ -690,9 +690,7 @@ and probably others.")
"1qsfgpxg553s8rc9cyrc4k96z0pislxsdxb9wyhp8fdprkak2mw2")))) "1qsfgpxg553s8rc9cyrc4k96z0pislxsdxb9wyhp8fdprkak2mw2"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(native-inputs (native-inputs
`(("autoconf" ,autoconf) (list autoconf automake pkg-config))
("autotools" ,automake)
("pkg-config" ,pkg-config)))
(inputs (inputs
(list openssl ppp)) (list openssl ppp))
(home-page "https://github.com/adrienverge/openfortivpn") (home-page "https://github.com/adrienverge/openfortivpn")

View file

@ -5927,15 +5927,13 @@ configuration language.")
"0qq5g6bbd1a1ml1wk8jj9z39a899jzqbf7aizr3pvyz0f4kz8mis")))) "0qq5g6bbd1a1ml1wk8jj9z39a899jzqbf7aizr3pvyz0f4kz8mis"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(native-inputs (native-inputs
`(("pkg-config" ,pkg-config) (list pkg-config
;; For bootstrapping.
;; For bootstrapping. autoconf
("autoconf" ,autoconf) automake
("automake" ,automake) libtool
("libtool" ,libtool) ;; For generating manuals.
python-docutils))
;; For generating manuals.
("rst2man" ,python-docutils)))
(inputs (inputs
(list python varnish)) (list python varnish))
(synopsis "Collection of Varnish modules") (synopsis "Collection of Varnish modules")
@ -7981,9 +7979,7 @@ tools:
(base32 (base32
"1ffzia679axcsccx2fxjpxhb0i5xc42zxn446x6c1170w6v69qf6")))) "1ffzia679axcsccx2fxjpxhb0i5xc42zxn446x6c1170w6v69qf6"))))
(build-system cmake-build-system) (build-system cmake-build-system)
(native-inputs `(("gtest" ,googletest) (native-inputs (list googletest doxygen graphviz))
("doxygen" ,doxygen)
("graphviz" ,graphviz)))
(synopsis "Strictly RFC 3986 compliant URI parsing and handling library") (synopsis "Strictly RFC 3986 compliant URI parsing and handling library")
(description "uriparser is a strictly RFC 3986 compliant URI parsing and (description "uriparser is a strictly RFC 3986 compliant URI parsing and
handling library written in C89 (\"ANSI C\"). uriparser is fast and supports handling library written in C89 (\"ANSI C\"). uriparser is fast and supports

View file

@ -1216,8 +1216,7 @@ all of them. Currently supported window managers include:
"0h52hj3ay8mfhwvmfxbxlfyq74hifdk8wxgxp7fr4iy6189hg7w7")))) "0h52hj3ay8mfhwvmfxbxlfyq74hifdk8wxgxp7fr4iy6189hg7w7"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(inputs (inputs
`(("python-2" ,python-2) (list python-2 gtk+-2))
("gtk+-2" ,gtk+-2)))
(native-inputs (native-inputs
(list python2-pygtk gtk-doc pkg-config)) (list python2-pygtk gtk-doc pkg-config))
(synopsis "Library for registering global keyboard shortcuts") (synopsis "Library for registering global keyboard shortcuts")
@ -1699,24 +1698,21 @@ display a clock or apply image manipulation techniques to the background image."
(sha256 (sha256
(base32 "109a49f064ma5js2d7maribmfalswbmmhq2fraa7hfz5pf2jxs2w")))) (base32 "109a49f064ma5js2d7maribmfalswbmmhq2fraa7hfz5pf2jxs2w"))))
(build-system meson-build-system) (build-system meson-build-system)
(inputs `(("date" ,date) (inputs (list date
("fmt" ,fmt) fmt
("gtk-layer-shell" ,gtk-layer-shell) gtk-layer-shell
("gtkmm" ,gtkmm-3) gtkmm-3
("jsoncpp" ,jsoncpp) jsoncpp
("libdbusmenu" ,libdbusmenu) libdbusmenu
("libinput" ,libinput) libinput
("libmpdclent" ,libmpdclient) libmpdclient
("libnl" ,libnl) libnl
("libxml2" ,libxml2) libxml2
("pulseaudio" ,pulseaudio) pulseaudio
("spdlog" ,spdlog) spdlog
("wayland" ,wayland))) wayland))
(native-inputs (native-inputs
`(("glib:bin" ,glib "bin") (list `(,glib "bin") pkg-config scdoc wayland-protocols))
("pkg-config" ,pkg-config)
("scdoc" ,scdoc)
("wayland-protocols" ,wayland-protocols)))
(home-page "https://github.com/Alexays/Waybar") (home-page "https://github.com/Alexays/Waybar")
(synopsis "Wayland bar for Sway and Wlroots based compositors") (synopsis "Wayland bar for Sway and Wlroots based compositors")
(description "Waybar is a highly customisable Wayland bar for Sway and (description "Waybar is a highly customisable Wayland bar for Sway and

View file

@ -43,11 +43,7 @@
(base32 "17f16lkdv1c3amaz2hagiicih59ynpp4786k1m2qa1sw68xhswsc")))) (base32 "17f16lkdv1c3amaz2hagiicih59ynpp4786k1m2qa1sw68xhswsc"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(inputs (inputs
`(("glib" ,glib) (list glib libgsf libjpeg-turbo libpng zlib))
("libgsf" ,libgsf)
("libjpeg" ,libjpeg-turbo)
("libpng" ,libpng)
("zlib" ,zlib)))
(native-inputs (native-inputs
(list `(,glib "bin") pkg-config)) (list `(,glib "bin") pkg-config))
(synopsis "Microsoft Word conversion library and utilities") (synopsis "Microsoft Word conversion library and utilities")

View file

@ -763,13 +763,13 @@ move windows, switch between desktops, etc.).")
(native-inputs (native-inputs
(list autoconf autoconf-archive automake pkg-config)) (list autoconf autoconf-archive automake pkg-config))
(inputs (inputs
`(("giblib" ,giblib) (list giblib
("imlib2" ,imlib2) imlib2
("libbsd" ,libbsd) libbsd
("libx11" ,libx11) libx11
("libxcomposite" ,libxcomposite) libxcomposite
("libxext" ,libxext) libxext
("libXfixes" ,libxfixes))) libxfixes))
(home-page "https://github.com/resurrecting-open-source-projects/scrot") (home-page "https://github.com/resurrecting-open-source-projects/scrot")
(synopsis "Command-line screen capture utility for X Window System") (synopsis "Command-line screen capture utility for X Window System")
(description (description

View file

@ -315,8 +315,7 @@ upstream occasionally.")
(list pkg-config intltool)) (list pkg-config intltool))
(propagated-inputs (propagated-inputs
;; exo-2.pc refers to all these. ;; exo-2.pc refers to all these.
`(("gtk+-3" ,gtk+) (list gtk+ libxfce4util))
("libxfce4util" ,libxfce4util)))
(inputs (inputs
(list libxfce4ui)) (list libxfce4ui))
(home-page "https://www.xfce.org/") (home-page "https://www.xfce.org/")
@ -342,13 +341,10 @@ development.")
"07fjsgdjqxbcm84ga3cl495782k381k6mwksyrks3zf1l8klk4c4")))) "07fjsgdjqxbcm84ga3cl495782k381k6mwksyrks3zf1l8klk4c4"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(native-inputs (native-inputs
`(("glib:bin" ,glib "bin") (list `(,glib "bin") gobject-introspection intltool pkg-config))
("gobject-introspection" ,gobject-introspection)
("intltool" ,intltool)
("pkg-config" ,pkg-config)))
(propagated-inputs (propagated-inputs
`(("gtk+-3" ,gtk+) ; required by garcon-gtk3-1.pc (list gtk+ ; required by garcon-gtk3-1.pc
("libxfce4ui" ,libxfce4ui))) ; required by garcon-gtk3-1.pc libxfce4ui)) ; required by garcon-gtk3-1.pc
(home-page "https://www.xfce.org/") (home-page "https://www.xfce.org/")
(synopsis "Implementation of the freedesktop.org menu specification") (synopsis "Implementation of the freedesktop.org menu specification")
(description (description
@ -372,23 +368,22 @@ merging features essential for loading menus modified with menu editors.")
"0rmga1l7da0pjrs6jlyq1nfn513r543v7cchshrif1341knpy2wv")))) "0rmga1l7da0pjrs6jlyq1nfn513r543v7cchshrif1341knpy2wv"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(native-inputs (native-inputs
`(("pkg-config" ,pkg-config) (list pkg-config intltool
("intltool" ,intltool) `(,glib "bin") ; need glib-genmarshal
("glib:bin" ,glib "bin") ; need glib-genmarshal dbus-glib)) ; need dbus-binding-tool
("dbus-glib" ,dbus-glib))) ; need dbus-binding-tool
(propagated-inputs (propagated-inputs
(list glib)) ; required by tumbler-1.pc (list glib)) ; required by tumbler-1.pc
(inputs (inputs
`(("dbus" ,dbus) (list dbus
("gdk-pixbuf" ,gdk-pixbuf) gdk-pixbuf
("cairo" ,cairo) ;; Needed for pdf thumbnails (poppler-glibc.pc) cairo ;; Needed for pdf thumbnails (poppler-glibc.pc)
("freetype" ,freetype) freetype
("libjpeg" ,libjpeg-turbo) libjpeg-turbo
("libgsf" ,libgsf) libgsf
("poppler" ,poppler) poppler
;; FIXME Provide gstreamer and gstreamer-tag to get video thumbnails ;; FIXME Provide gstreamer and gstreamer-tag to get video thumbnails
;; ("gstreamer" ,gstreamer) ;; ("gstreamer" ,gstreamer)
)) ))
(home-page "https://www.xfce.org/") (home-page "https://www.xfce.org/")
(synopsis "D-Bus service for applications to request thumbnails") (synopsis "D-Bus service for applications to request thumbnails")
(description (description
@ -1224,14 +1219,10 @@ of data to either CD/DVD/BD.")
"196swmc4amab8xcwv4q9p8b43fzzi9xagg20gnyjvf5x7yssxj1k")))) "196swmc4amab8xcwv4q9p8b43fzzi9xagg20gnyjvf5x7yssxj1k"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(native-inputs (native-inputs
`(("pkg-config" ,pkg-config) (list pkg-config intltool
("intltool" ,intltool) `(,glib "bin"))) ; glib-genmarshal
("glib:bin" ,glib "bin"))) ; glib-genmarshal
(inputs (inputs
`(("exo" ,exo) (list exo libsoup-minimal-2 libxfce4ui xfce4-panel))
("libsoup" ,libsoup-minimal-2)
("libxfce4ui" ,libxfce4ui)
("xfce4-panel" ,xfce4-panel)))
(home-page "https://goodies.xfce.org/projects/applications/xfce4-screenshooter") (home-page "https://goodies.xfce.org/projects/applications/xfce4-screenshooter")
(synopsis "Xfce's application to take screenshots") (synopsis "Xfce's application to take screenshots")
(description (description
@ -1385,9 +1376,7 @@ watch your every step.")
(native-inputs (native-inputs
(list intltool pkg-config)) (list intltool pkg-config))
(inputs (inputs
`(("gtk+-2" ,gtk+-2) (list gtk+-2 libxfce4ui xfce4-panel))
("libxfce4ui" ,libxfce4ui)
("xfce4-panel" ,xfce4-panel)))
(home-page (home-page
"https://goodies.xfce.org/projects/panel-plugins/xfce4-equake-plugin") "https://goodies.xfce.org/projects/panel-plugins/xfce4-equake-plugin")
(synopsis "Earthquake monitor for the Xfce panel") (synopsis "Earthquake monitor for the Xfce panel")
@ -1514,9 +1503,7 @@ performance (bytes transferred per second).")
(native-inputs (native-inputs
(list intltool pkg-config)) (list intltool pkg-config))
(inputs (inputs
`(("libxfce4ui" ,libxfce4ui) (list libxfce4ui xfce4-panel gtk+-2))
("xfce4-panel" ,xfce4-panel)
("gtk+-2" ,gtk+-2)))
(home-page (home-page
"https://goodies.xfce.org/projects/panel-plugins/xfce4-embed-plugin") "https://goodies.xfce.org/projects/panel-plugins/xfce4-embed-plugin")
(synopsis "Embed arbitrary applications inside the Xfce panel") (synopsis "Embed arbitrary applications inside the Xfce panel")
@ -1605,10 +1592,7 @@ button and a personalized tooltip.")
(native-inputs (native-inputs
(list intltool pkg-config)) (list intltool pkg-config))
(inputs (inputs
`(("gtk+-2" ,gtk+-2) (list gtk+-2 libxfce4ui exo xfce4-panel))
("libxfce4ui" ,libxfce4ui)
("exo" ,exo)
("xfce4-panel" ,xfce4-panel)))
(home-page (home-page
"https://goodies.xfce.org/projects/panel-plugins/xfce4-mailwatch-plugin") "https://goodies.xfce.org/projects/panel-plugins/xfce4-mailwatch-plugin")
(synopsis "Mail watch plugin for the Xfce panel") (synopsis "Mail watch plugin for the Xfce panel")
@ -1735,10 +1719,7 @@ interfaces of your choice in the panel.")
(native-inputs (native-inputs
(list intltool desktop-file-utils pkg-config)) (list intltool desktop-file-utils pkg-config))
(inputs (inputs
`(("gtk+-2" ,gtk+-2) (list gtk+-2 exo libxfce4ui xfce4-panel))
("exo" ,exo)
("libxfce4ui" ,libxfce4ui)
("xfce4-panel" ,xfce4-panel)))
(home-page (home-page
"https://goodies.xfce.org/projects/panel-plugins/xfce4-places-plugin") "https://goodies.xfce.org/projects/panel-plugins/xfce4-places-plugin")
(synopsis "Gnome-like Places menu for the Xfce panel") (synopsis "Gnome-like Places menu for the Xfce panel")
@ -1799,9 +1780,8 @@ favorite search engine or bug tracker right from the Xfce panel.")
"1d2n56g12dhnjznrq7xvr6d3brpp0lmm080xmgjb7ybc1yygpxrc")))) "1d2n56g12dhnjznrq7xvr6d3brpp0lmm080xmgjb7ybc1yygpxrc"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(native-inputs (native-inputs
`(("intltool" ,intltool) (list intltool pkg-config
("pkg-config" ,pkg-config) `(,glib "bin")))
("glib:bin" ,glib "bin")))
(inputs (inputs
(list libxfce4ui libdbusmenu xfce4-panel)) (list libxfce4ui libdbusmenu xfce4-panel))
(home-page (home-page
@ -1991,11 +1971,7 @@ lan interface (signal state, signal quality, network name (SSID)).")
(native-inputs (native-inputs
(list intltool pkg-config)) (list intltool pkg-config))
(inputs (inputs
`(("gtk+" ,gtk+) (list gtk+ libsoup-minimal-2 libxfce4ui libxml2 xfce4-panel))
("libsoup" ,libsoup-minimal-2)
("libxfce4ui" ,libxfce4ui)
("libxml2" ,libxml2)
("xfce4-panel" ,xfce4-panel)))
(home-page (home-page
"https://goodies.xfce.org/projects/panel-plugins/xfce4-weather-plugin") "https://goodies.xfce.org/projects/panel-plugins/xfce4-weather-plugin")
(synopsis "Show information about local weather in the Xfce panel") (synopsis "Show information about local weather in the Xfce panel")

View file

@ -273,10 +273,7 @@ meaning that audio is compressed in FLAC without any loss in quality.")
(build-system gnu-build-system) (build-system gnu-build-system)
(native-inputs (list doxygen bison pkg-config)) (native-inputs (list doxygen bison pkg-config))
;; FIXME: Add optional input liboggz ;; FIXME: Add optional input liboggz
(inputs `(("libogg" ,libogg) (inputs (list libogg libpng python-wrapper zlib))
("libpng" ,libpng)
("python" ,python-wrapper)
("zlib" ,zlib)))
(synopsis "Karaoke and text codec for embedding in ogg") (synopsis "Karaoke and text codec for embedding in ogg")
(description (description
"Kate is an overlay codec, originally designed for karaoke and text, "Kate is an overlay codec, originally designed for karaoke and text,

View file

@ -1001,21 +1001,21 @@ server, collect the answer, and finally decoding the XML to Perl.")
(native-inputs (native-inputs
(list perl-module-build perl-uri perl-class-data-inheritable)) (list perl-module-build perl-uri perl-class-data-inheritable))
(propagated-inputs (propagated-inputs
`(("perl-class-errorhandler" ,perl-class-errorhandler) (list perl-class-errorhandler
("perl-datetime" ,perl-datetime) perl-datetime
("perl-datetime-format-flexible" ,perl-datetime-format-flexible) perl-datetime-format-flexible
("perl-datetime-format-iso8601" ,perl-datetime-format-iso8601) perl-datetime-format-iso8601
("perl-datetime-format-mail" ,perl-datetime-format-mail) perl-datetime-format-mail
("perl-datetime-format-natural" ,perl-datetime-format-natural) perl-datetime-format-natural
("perl-datetime-format-w3cdtf" ,perl-datetime-format-w3cdtf) perl-datetime-format-w3cdtf
("perl-feed-find" ,perl-feed-find) perl-feed-find
("perl-html-parser" ,perl-html-parser) perl-html-parser
("perl-libwww-perl" ,perl-libwww) perl-libwww
("perl-module-pluggable" ,perl-module-pluggable) perl-module-pluggable
("perl-uri-fetch" ,perl-uri-fetch) perl-uri-fetch
("perl-xml-atom" ,perl-xml-atom) perl-xml-atom
("perl-xml-libxml" ,perl-xml-libxml) perl-xml-libxml
("perl-xml-rss" ,perl-xml-rss))) perl-xml-rss))
(home-page "https://metacpan.org/release/XML-Feed") (home-page "https://metacpan.org/release/XML-Feed")
(synopsis "XML Syndication Feed Support") (synopsis "XML Syndication Feed Support")
(description "@code{XML::Feed} is a syndication feed parser for both RSS and (description "@code{XML::Feed} is a syndication feed parser for both RSS and

View file

@ -6253,12 +6253,12 @@ Conventions Manual) and some of the @dfn{EWMH}
(native-inputs (native-inputs
(list pkg-config autoconf automake)) (list pkg-config autoconf automake))
(inputs (inputs
`(("libX11" ,libx11) (list libx11
("libXext" ,libxext) libxext
("libXcomposite" ,libxcomposite) libxcomposite
("libXfixes" ,libxfixes) libxfixes
("libXdamage" ,libxdamage) libxdamage
("libXrender" ,libxrender))) libxrender))
(synopsis "X Compositing manager using RENDER") (synopsis "X Compositing manager using RENDER")
(description "xcompmgr is a sample compositing manager for X servers (description "xcompmgr is a sample compositing manager for X servers
supporting the XFIXES, DAMAGE, RENDER, and COMPOSITE extensions. It enables supporting the XFIXES, DAMAGE, RENDER, and COMPOSITE extensions. It enables