summaryrefslogtreecommitdiff
path: root/gnu/packages
Commit message (Collapse)AuthorAge
* gnu: python-distributed: Update to 2021.11.2.Marius Bakke2021-12-13
| | | | | | | * gnu/packages/python-science.scm (python-distributed): Update to 2021.11.2. [source](snippet): New field. [arguments]: Add versioneer phase. [native-inputs]: Add PYTHON-VERSIONEER.
* gnu: python-dask: Remove bundled versioneer.Marius Bakke2021-12-13
| | | | | | * gnu/packages/python-xyz.scm (python-dask)[source](snippet): New field. [arguments]: Add versioneer phase. [native-inputs]: Add PYTHON-VERSIONEER.
* gnu: python-versioneer: Add support for Guix build directories.Marius Bakke2021-12-13
| | | | | | * gnu/packages/patches/python-versioneer-guix-support.patch: New file. * gnu/local.mk (dist_patch_DATA): Adjust accordingly. * gnu/packages/python-xyz.scm (python-versioneer)[source](patches): New field.
* gnu: python-versioneer: Update to 0.21.Marius Bakke2021-12-13
| | | | * gnu/packages/python-xyz.scm (python-versioneer): Update to 0.21.
* gnu: fossil: Update to 2.17.Marius Bakke2021-12-13
| | | | | | | * gnu/packages/version-control.scm (fossil): Update to 2.17. [source](uri): Adjust. [inputs]: Change from SQLITE to SQLITE-NEXT. [arguments]: Remove trailing #t's.
* gnu: SQLite. Add 3.37.Marius Bakke2021-12-13
| | | | * gnu/packages/sqlite.scm (sqlite-next): New variable.
* gnu: SQLite: Remove 3.33.Marius Bakke2021-12-13
| | | | * gnu/packages/sqlite.scm (sqlite-3.33): Remove variable.
* gnu: Remove superfluous "linux-libre-headers" inputs.Marius Bakke2021-12-13
| | | | | | | | | | | | | | | | | | | This input is already propagated from glibc. * gnu/packages/chromium.scm (ungoogled-chromium)[inputs]: Remove LINUX-LIBRE-HEADERS-5.10. * gnu/packages/linux.scm (btrfs-progs)[native-inputs]: Likewise. * gnu/packages/accessibility.scm (brltty)[inputs]: Remove LINUX-LIBRE-HEADERS. * gnu/packages/graphics.scm (directfb)[inputs]: Likewise. * gnu/packages/gstreamer.scm (libdc1394)[inputs]: Likewise. * gnu/packages/linux.scm (python-evdev)[native-inputs]: Likewise. (bcc, bpftrace)[inputs]: Likewise. * gnu/packages/networking.scm (lksctp-tools)[inputs]: Likewise. * gnu/packages/video.scm (tslib)[inputs]: Likewise. * gnu/packages/web-browsers.scm (links)[native-inputs]: Likewise. * gnu/packages/cdrom.scm (cdrtools)[inputs]: Likewise. [arguments]: Adjust accordingly. * gnu/packages/lirc.scm (lirc)[inputs, arguments]: Likewise. * gnu/packages/vpn.scm (xl2tpd)[inputs, arguments]: Likewise.
* Merge branch 'core-updates-frozen' into 'master'.Maxim Cournoyer2021-12-13
|\ | | | | | | At last!
| * gnu: Further simplify package inputs.Ludovic Courtès2021-12-13
| | | | | | | | | | | | | | | | | | 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.)
| * gnu: Add python-robotframework-datadriver.Maxim Cournoyer2021-12-13
| | | | | | | | * gnu/packages/python-xyz.scm (python-robotframework-datadriver): New variable.
| * gnu: Add python-robotframework-stacktrace.Maxim Cournoyer2021-12-13
| | | | | | | | * gnu/packages/python-xyz.scm (python-robotframework-stacktrace): New variable.
| * gnu: optionmatrix: Avoid deprecated 'texlive-union'.Ludovic Courtès2021-12-13
| | | | | | | | | | * gnu/packages/finance.scm (optionmatrix)[native-inputs]: Use 'texlive-updmap.cfg'.
| * gnu: Simplify package inputs.Ludovic Courtès2021-12-13
| | | | | | | | | | | | | | | | This commit was obtained by running: ./pre-inst-env guix style without any additional argument.
| * gnu: binutils@2.33: Remove non-applicable patches.Ludovic Courtès2021-12-13
| | | | | | | | * gnu/packages/base.scm (binutils-2.33)[source]: Add empty 'patches' field.
| * gnu: python-aws-xray-sdk: Set PYTHONPATH when running tests.Ludovic Courtès2021-12-13
| | | | | | | | | | * gnu/packages/python-web.scm (python-aws-xray-sdk)[arguments]: Check: Set PYTHONPATH.
| * gnu: python-jsonpickle: Update to 1.5.2.Ludovic Courtès2021-12-13
| | | | | | | | | | | | This brings support for NumPy 1.20+, which we need. * gnu/packages/python-web.scm (python-jsonpickle): Update to 1.5.2.
| * gnu: python-jose: Add missing dependency.Ludovic Courtès2021-12-13
| | | | | | | | | | * gnu/packages/python-web.scm (python-jose)[propagated-inputs]: Add PYTHON-ECDSA.
| * Merge branch 'master' into core-updates-frozenLudovic Courtès2021-12-13
| |\
| * | gnu: gaupol: Don't attempt to compile bytecode twice.Marius Bakke2021-12-12
| | | | | | | | | | | | | | | * gnu/packages/video.scm (gaupol)[arguments]: Disable needless compilation with a substitution. While here, remove trailing #t's.
| * | gnu: mps-youtube: Disable sanity check.Marius Bakke2021-12-12
| | | | | | | | | | | | * gnu/packages/video.scm (mps-youtube)[arguments]: Add #:phases.
| * | gnu: smplayer: Remove reference to %outputs.Marius Bakke2021-12-12
| | | | | | | | | | | | | | | | | | | | | ...which no longer exists in qt-build-system. * gnu/packages/video.scm (smplayer)[arguments]: Turn into gexp. Use #$OUTPUT instead of %OUTPUTS. Remove trailing #true's.
| * | gnu: ruby-asciidoctor-pdf: Update to 1.6.1.Marius Bakke2021-12-12
| | | | | | | | | | | | | | | * gnu/packages/ruby.scm (ruby-asciidoctor-pdf): Update to 1.6.1. [arguments]: Remove trailing #t's.
| * | gnu: ruby-rouge: Update to 3.26.1.Marius Bakke2021-12-12
| | | | | | | | | | | | * gnu/packages/ruby.scm (ruby-rouge): Update to 3.26.1.
| * | gnu: ruby-loofah: Update to 2.13.0.Marius Bakke2021-12-12
| | | | | | | | | | | | | | | | | | | | | * gnu/packages/ruby.scm (ruby-loofah): Update to 2.13.0. [source]: Switch to GIT-FETCH. [arguments]: Remove. [native-inputs]: Add RUBY-HOE-MARKDOWN.
| * | gnu: Add ruby-hoe-markdown.Marius Bakke2021-12-12
| | | | | | | | | | | | * gnu/packages/ruby.scm (ruby-hoe-markdown): New variable.
| * | gnu: ruby-nokogiri: Update to 1.12.5.Marius Bakke2021-12-12
| | | | | | | | | | | | | | | | | | | | | * gnu/packages/ruby.scm (ruby-nokogiri-1.10): New variable. (ruby-nokogiri): Inherit from it. Update to 1.12.5. (ruby-nokogiri-diff)[propagated-inputs]: Change from RUBY-NOKOGIRI to RUBY-NOKOGIRI-1.10.
| * | gnu: python-pyflakes@2.2: Adjust tests for Python 3.9.Ludovic Courtès2021-12-12
| | | | | | | | | | | | | | | | | | * gnu/packages/patches/python-pyflakes-test-location.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. * gnu/packages/python-xyz.scm (python-pyflakes-2.2): Use it.
| * | gnu: sundials: Add 'release-monitoring-url' property.Ludovic Courtès2021-12-12
| | | | | | | | | | | | * gnu/packages/maths.scm (sundials)[properties]: New field.
| * | gnu: sundials: Build with '-fcommon'.Ludovic Courtès2021-12-12
| | | | | | | | | | | | * gnu/packages/maths.scm (sundials)[arguments]: Pass "-DCMAKE_C_FLAGS".
| * | gnu: Change source file-name suffix in rust packages.Z5722021-12-12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/rust-apps.scm (rust-cbindgen)[source]: Change source file-name suffix from '.crate' to '.tar.gz'. * gnu/packages/crates-graphics.scm (rust-ansi-term-0.12): Likewise. (rust-ansi-term-0.11): Likewise. (rust-rgb-0.8): Likewise. * gnu/packages/crates-io.scm (rust-adler32-1): Likewise. (rust-antidote-1): Likewise. (rust-atty-0.2): Likewise. (rust-autocfg-0.1): Likewise. (rust-backtrace-sys-0.1): Likewise. (rust-base-x-0.2): Likewise. (rust-bencher-0.1): Likewise. (rust-bitflags-1): Likewise. (rust-blas-sys-0.7): Likewise. (rust-cargon-0.0): Likewise. (rust-cblas-sys-0.1): Likewise. (rust-cc-1): Likewise. (rust-cfg-if-0.1): Likewise. (rust-clang-sys-0.26): Likewise. (rust-clap-2): Likewise. (rust-clicolors-control-1): Likewise. (rust-cloudabi-0.1): Likewise. (rust-cloudabi-0.0): Likewise. (rust-cmake-0.1): Likewise. (rust-compiler-builtins-0.1): Likewise. (rust-constant-time-eq-0.1): Likewise. (rust-core-foundation-sys-0.6): Likewise. (rust-data-encoding-2): Likewise. (rust-defmac-0.2): Likewise. (rust-defmac-0.1): Likewise. (rust-dirs-1): Likewise. (rust-discard-1): Likewise. (rust-doc-comment-0.3): Likewise. (rust-dtoa-0.4): Likewise. (rust-dtoa-0.2): Likewise. (rust-fallible-iterator-0.2): Likewise. (rust-filetime-0.2): Likewise. (rust-findshlibs-0.5): Likewise. (rust-fixedbitset-0.2): Likewise. (rust-fixedbitset-0.1): Likewise. (rust-fnv-1): Likewise. (rust-foreign-types-shared-0.2): Likewise. (rust-fs-extra-1): Likewise. (rust-fuchsia-cprng-0.1): Likewise. (rust-fuchsia-zircon-0.3): Likewise. (rust-fuchsia-zircon-sys-0.3): Likewise. (rust-futures-0.1): Likewise. (rust-futures-core-preview-0.3): Likewise. (rust-futures-cpupool-0.1): Likewise. (rust-futures-io-preview-0.3): Likewise. (rust-futures-sink-preview-0.3): Likewise. (rust-getopts-0.2): Likewise. (rust-glob-0.3): Likewise. (rust-glob-0.2): Likewise. (rust-heapsize-0.4): Likewise. (rust-heapsize-0.3): Likewise. (rust-heapsize-plugin-0.1): Likewise. (rust-heck-0.3): Likewise. (rust-hex-0.3): Likewise. (rust-hex-0.2): Likewise. (rust-hostname-0.1): Likewise. (rust-iovec-0.1): Likewise. (rust-itoa-0.4): Likewise. (rust-itoa-0.1): Likewise. (rust-json-0.11): Likewise. (rust-kernel32-sys-0.2): Likewise. (rust-language-tags-0.2): Likewise. (rust-lazy-static-1): Likewise. (rust-libloading-0.5): Likewise. (rust-lock-api-0.1): Likewise. (rust-log-0.4): Likewise. (rust-maplit-1): Likewise. (rust-matches-0.1): Likewise. (rust-matrixmultiply-0.2): Likewise. (rust-matrixmultiply-0.1): Likewise. (rust-md5-0.7): Likewise. (rust-md5-0.6): Likewise. (rust-memmap-0.7): Likewise. (rust-memmap-0.6): Likewise. (rust-mime-0.3): Likewise. (rust-miniz-oxide-0.3): Likewise. (rust-miniz-sys-0.1): Likewise. (rust-miow-0.3): Likewise. (rust-miow-0.2): Likewise. (rust-modifier-0.1): Likewise. (rust-net2-0.2): Likewise. (rust-nodrop-0.1): Likewise. (rust-nodrop-union-0.1): Likewise. (rust-num-traits-0.1): Likewise. (rust-numtoa-0.1): Likewise. (rust-openssl-probe-0.1): Likewise. (rust-owning-ref-0.4): Likewise. (rust-parity-wasm-0.40): Likewise. (rust-peeking-take-while-0.1): Likewise. (rust-percent-encoding-2): Likewise. (rust-percent-encoding-1): Likewise. (rust-permutohedron-0.2): Likewise. (rust-pico-sys-0.0): Likewise. (rust-pkg-config-0.3): Likewise. (rust-plain-0.2): Likewise. (rust-plugin-0.2): Likewise. (rust-pocket-resources-0.3): Likewise. (rust-ppv-lite86-0.2): Likewise. (rust-proc-macro2-1): Likewise. (rust-quick-error-2): Likewise. (rust-quick-error-1): Likewise. (rust-quote-1): Likewise. (rust-rand-0.7): Likewise. (rust-rand-0.6): Likewise. (rust-rand-0.3): Likewise. (rust-rand-chacha-0.1): Likewise. (rust-rand-core-0.4): Likewise. (rust-rand-core-0.3): Likewise. (rust-rand-hc-0.2): Likewise. (rust-rand-hc-0.1): Likewise. (rust-rand-isaac-0.1): Likewise. (rust-rand-jitter-0.1): Likewise. (rust-rand-os-0.1): Likewise. (rust-rand-pcg-0.3): Likewise. (rust-rand-pcg-0.2): Likewise. (rust-rand-pcg-0.1): Likewise. (rust-rand-xorshift-0.1): Likewise. (rust-rawpointer-0.2): Likewise. (rust-rawpointer-0.1): Likewise. (rust-rdrand-0.4): Likewise. (rust-redox-syscall-0.1): Likewise. (rust-redox-termios-0.1): Likewise. (rust-resolv-conf-0.6): Likewise. (rust-rustc-demangle-0.1): Likewise. (rust-rustc-serialize-0.3): Likewise. (rust-rustc-std-workspace-core-1): Likewise. (rust-ryu-1): Likewise. (rust-safemem-0.3): Likewise. (rust-same-file-1): Likewise. (rust-schannel-0.1): Likewise. (rust-scoped-threadpool-0.1): Likewise. (rust-scoped-tls-1): Likewise. (rust-scoped-tls-0.1): Likewise. (rust-scopeguard-1): Likewise. (rust-scopeguard-0.3): Likewise. (rust-security-framework-sys-0.3): Likewise. (rust-semver-parser-0.9): Likewise. (rust-semver-parser-0.7): Likewise. (rust-serde-derive-1): Likewise. (rust-shlex-1): Likewise. (rust-shlex-0.1): Likewise. (rust-slab-0.4): Likewise. (rust-socket2-0.3): Likewise. (rust-sourcefile-0.1): Likewise. (rust-spin-0.5): Likewise. (rust-stacker-0.1): Likewise. (rust-static-assertions-1): Likewise. (rust-static-assertions-0.3): Likewise. (rust-stdweb-internal-runtime-0.1): Likewise. (rust-stdweb-internal-test-macro-0.1): Likewise. (rust-streaming-stats-0.2): Likewise. (rust-strsim-0.9): Likewise. (rust-strsim-0.8): Likewise. (rust-synstructure-test-traits-0.1): Likewise. (rust-tar-0.4): Likewise. (rust-tempdir-0.3): Likewise. (rust-tempfile-3): Likewise. (rust-term-0.4): Likewise. (rust-term-0.2): Likewise. (rust-termcolor-1): Likewise. (rust-termion-1): Likewise. (rust-termios-0.3): Likewise. (rust-thread-id-3): Likewise. (rust-thread-local-1): Likewise. (rust-thread-local-0.3): Likewise. (rust-threadpool-1): Likewise. (rust-time-0.1): Likewise. (rust-tokio-mock-task-0.1): Likewise. (rust-toml-0.5): Likewise. (rust-tracing-core-0.1): Likewise. (rust-traitobject-0.1): Likewise. (rust-try-from-0.3): Likewise. (rust-try-lock-0.2): Likewise. (rust-typeable-0.1): Likewise. (rust-typemap-0.3): Likewise. (rust-typenum-1): Likewise. (rust-ucd-trie-0.1): Likewise. (rust-ucd-util-0.1): Likewise. (rust-unicode-xid-0.2): Likewise. (rust-unicode-xid-0.1): Likewise. (rust-unreachable-1): Likewise. (rust-unsafe-any-0.4): Likewise. (rust-untrusted-0.7): Likewise. (rust-vcpkg-0.2): Likewise. (rust-vec-map-0.8): Likewise. (rust-version-check-0.9): Likewise. (rust-version-check-0.1): Likewise. (rust-void-1): Likewise. (rust-wasi-0.5): Likewise. (rust-wasm-bindgen-shared-0.2): Likewise. (rust-wasm-bindgen-test-macro-0.2): Likewise. (rust-widestring-0.4): Likewise. (rust-winapi-0.3): Likewise. (rust-winapi-0.2): Likewise. (rust-winapi-build-0.1): Likewise. (rust-winapi-util-0.1): Likewise. (rust-wincolor-1): Likewise. (rust-winutil-0.1): Likewise. (rust-ws2-32-sys-0.2): Likewise. (rust-xattr-0.2): Likewise. (rust-xdg-2): Likewise. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
| * | gnu: Use librsvg-bootstrap.Efraim Flashner2021-12-12
| | | | | | | | | | | | | | | * gnu/packages/emacs.scm (emacs)[inputs]: Use librsvg-bootstrap. * gnu/pacakges/gtk.scm (gtk+-2, gtk+)[propagated-inputs]: Same.
| * | gnu: Add librsvg-bootstrap.Efraim Flashner2021-12-12
| | | | | | | | | | | | * gnu/packages/gnome.scm (librsvg-bootstrap): New variable.
| * | gnu: go-1.14: Fix building on some platforms.Efraim Flashner2021-12-12
| | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/golang.scm (go-1.14)[arguments]: In custom 'prebuild phase also search for loader without 'linux' in the string. In custom 'build phase set the GOCACHE directory. [native-inputs]: On systems which don't have support in go-1.4 use gccgo-10 instead.
| * | gnu: python-patsy: Update to 0.5.2.Ricardo Wurmus2021-12-12
| | | | | | | | | | | | | | | | | | * gnu/packages/statistics.scm (python-patsy): Update to 0.5.2. [arguments]: Run tests conditionally; run tests with pytest. [native-inputs]: Replace python-nose with python-pytest.
| * | gnu: remmina: Build with libsoup 2.Ricardo Wurmus2021-12-12
| | | | | | | | | | | | | | | * gnu/packages/vnc.scm (remmina)[inputs]: Replace libsoup with libsoup-minimal-2.
| * | gnu: salmon: Update to 1.6.0.Ricardo Wurmus2021-12-12
| | | | | | | | | | | | | | | * gnu/packages/bioinformatics.scm (salmon): Update to 1.6.0. [inputs]: Update pufferfish sources.
| * | Merge remote-tracking branch 'signed/master' into core-updatesMathieu Othacehe2021-12-10
| |\ \
| * | | gnu: gnome-maps: Upgrade to 41.2.Vivien Kraus2021-12-10
| | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/geo.scm (gnome-maps): Upgrade to 41.2. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
| * | | gnu: gnome-maps: Build with libsoup 2.Vivien Kraus2021-12-10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/geo.scm (gnome-maps) [inputs]: Use libsoup-minimal-2 instead of libsoup and webkitgtk-with-libsoup2 instead of webkitgtk. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
| * | | gnu: cdrkit-libre: Fix cross-compiling.Efraim Flashner2021-12-10
| | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/cdrom.scm (cdrkit-libre)[source]: Add patch. * gnu/packages/patches/cdrkit-libre-cross-compile.patch: New file. * gnu/local.mk (dist_patch_DATA): Register it.
| * | | gnu: dosfstools: Fix cross-compilation.Efraim Flashner2021-12-10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Reported by Florian Hoertlehner. * gnu/packages/disk.scm (dosfstools)[arguments]: Correctly refer to the build output. Use cc-for-target.
| * | | gnu: pplacer: Fix build.Efraim Flashner2021-12-09
| | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/bioinformatics.scm (pplacer)[inputs]: Replace gsl with gsl-static. * gnu/packages/ocaml.scm (ocaml4.07-gsl-1)[inputs]: Same.
| * | | gnu: Add gsl-static.Efraim Flashner2021-12-09
| | | | | | | | | | | | | | | | * gnu/packages/maths.scm (gsl-static): New variable.
| * | | gnu: python-dendropy: Skip additional test.Efraim Flashner2021-12-09
| | | | | | | | | | | | | | | | | | | | * gnu/packages/bioinformatics.scm (python-dendropy)[arguments]: Adjust custom 'skip-broken-tests phase to skip additional test.
| * | | gnu: imp: Build with default cmake.Efraim Flashner2021-12-09
| | | | | | | | | | | | | | | | * gnu/packages/bioinformatics.scm (imp)[arguments]: Remove cmake flag.
| * | | gnu: repeat-masker: Update to 4.1.2-p1.Ricardo Wurmus2021-12-09
| | | | | | | | | | | | | | | | * gnu/packages/bioinformatics.scm (repeat-masker): Update to 4.1.2-p1.
| * | | gnu: metabat: Update to 2.15.Ricardo Wurmus2021-12-09
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/bioinformatics.scm (metabat): Update to 2.15. [source]: Remove patch. [build-system]: Use cmake-build-system. [arguments]: Adjust to new build system. * gnu/packages/patches/metabat-fix-compilation.patch: Remove file. * gnu/local.mk (dist_patch_DATA): Remove it.
| * | | gnu: python2-scikit-learn: Disable one more test.Ricardo Wurmus2021-12-09
| | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/machine-learning.scm (python2-scikit-learn)[arguments]: Do not inherit; remove obsolete 'make-files-writable phase; disable one more failing test in 'check phase.
| * | | gnu: seek: Update to 1-1.196ed4c.Ricardo Wurmus2021-12-09
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/bioinformatics.scm (seek): Update to 1-1.196ed4c. [source]: Fetch from github. [build-system]: Use cmake-build-system. [arguments]: Remove all custom phases; replace 'check phase; disable tests; set configure flags. [inputs]: Add apache-thrift:include, apache-thrift:lib, and python. [native-inputs]: Remove autoconf, automake, and perl; add pkg-config.