gnu: emacs-telega-server: Update to 1.0.0. * gnu/packages/emacs-xyz.scm (emacs-telega-server): Update to 1.0.0. Change-Id: Idbd393e702a1fb39168a9bf18e898d1a081b1703 Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
gnu: tdlib: Update to 1.8.57. * gnu/packages/telegram.scm (tdlib): Update to 1.8.57. Change-Id: Ib080b57f4cca5e94f80c513fbee8e2cbf679f45f Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
gnu: u-boot: Removed non-free software. Change-Id: Ic647e659f41f245ce4a1409b232b24a91bd9ff25 Signed-off-by: Gabriel Wicki <gabriel@erlikon.ch>
gnu: libcap: Fix build on powerpc-linux. * gnu/packages/linux.scm (libcap)[arguments]: When building for powerpc-linux add a phase to apply a patch. * gnu/packages/patches/libcap-magic-glibc-constant.patch: New file. * gnu/local.mk (dist_patch_DATA): Register it. Change-Id: I3d2d7d09684af604b17b13ffbcfcc31db46d2d82
gnu: libseccomp: Fix tests on powerpc-linux. * gnu/packages/linux.scm (libseccomp)[arguments]: When building for powerpc-linux add a phase to skip a test. Change-Id: I670a9a2cf73073daca634cf4e8358e18d0ef91bd
gnu: trealla: Update to 2.86.7. * gnu/packages/prolog.scm (trealla): Update to 2.86.7. Change-Id: Ied45fed8dedfca7d85dd3104488203b4d436b522
gnu: Add mnc. * gnu/packages/golang-apps.scm (mnc): New variable. Change-Id: If341b357dae444ed86ac33598bc45eb9ab9c9986
gnu: Add go-github-com-influxdata-cron. * gnu/packages/golang-xyz.scm (go-github-com-influxdata-cron): New variable. Change-Id: If9988b39dcac7173b9df41955484589cca356cc4
gnu: hungrycat: Build from git. * gnu/packages/admin.scm (hungrycat): [source]: Switch to git-fetch. [arguments] <make-flags>: Set CC for target. <phases>: Add 'build-doc. [native-inputs]: Remove python-wrapper and python-pynose; add automake, autoconf, cppcheck, and python-docutils. Change-Id: I874ebefc90b850985bf55bfd3718e817a4f6d580
gnu: python-hyperopt: Replace python-nose by python-pynose. * gnu/packages/machine-learning.scm (python-hyperopt)[native-inputs]: Remove python-black, python-wheel. Replace python-nose by python-pynose. Change-Id: Icf1304ed373583a3e827c2f9e9bcb3aa89a9a4c6 Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
gnu: aacircuit: Replace python-nose by python-pynose. * gnu/packages/electronics.scm (aacircuit) [arguments]<#:phases>: Refresh phase 'wrap-aacircuit. [native-inputs]: Remove python-wheel. Replace python-nose by python-pynose. Change-Id: I43834e9a1280550f12a94a3fc20ce781ed05f1b6 Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
gnu: seqmagick: Fix build and remove python-nose. * gnu/packages/bioinformatics.scm (seqmagick) [arguments]<#:phases>: Add phase 'set-version. [native-inputs]: Remove python-wheel. Replace python-nose by python-pynose. Change-Id: I5a10d7702d59c6f837761ff96e11f0ff470e0626 Modified-by: Sharlatan Hellseher <sharlatanus@gmail.com> Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
gnu: rseqc: Disable tests. python-nose runs 0 tests, let's remove it and disable tests instead. * gnu/packages/bioinformatics.scm (rseqc) [arguments]<#:tests?>: Disable them. [native-inputs]: Remove python-nose. [propagated-inputs]: Remove python-wheel. Change-Id: I5be4019f6093478b5ab28f07a52319c7cfbd7cd8 Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
gnu: crossmap: Disable tests. python-nose runs 0 tests, let's remove it and disable tests instead. * gnu/packages/bioinformatics.scm (crossmap) [arguments]<#:tests?>: Disable them. [native-inputs]: Remove python-nose, python-wheel. Change-Id: I2fbbefac935901c4bafea3b8c941b81d3e404a23 Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
gnu: clipper-peak: Adjust native-inputs. * gnu/packages/bioinformatics.scm (clipper-peak)[native-inputs]: Remove python-wheel; replace python-nose by python-pynose; sort a->z. Change-Id: Id8fa425960c4d8675f3e863e0576dc407c383d8f Modified-by: Sharlatan Hellseher <sharlatanus@gmail.com> Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
gnu: ciri-long: Replace python-nose by python-pynose. * gnu/packages/bioinformatics.scm (ciri-long) [arguments]: Run guix style -S arguments. [native-inputs]: Replace python-nose by python-pynose. Change-Id: If028b5e1eb3915019aa6f4798aaf73d4cd13797f Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
gnu: python-benchexec: Adjust native-inputs. * gnu/packages/benchmark.scm (python-benchexec)[native-inputs]: Remove python-wheel; replace python-nose by python-pynose. Change-Id: I2c6a250c249b88c0bc62975956c0660405477ef8 Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
gnu: hungrycat: Replace python-nose by python-pynose. * gnu/packages/admin.scm (hungrycat)[native-inputs]: Improve style, replace python-nose by python-pynose. Change-Id: I922c0ca7d4c24d546e0510e182abc9f584ec3c69 Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
gnu: hydrus-network: Switch to pyproject. * gnu/packages/image-viewers.scm (hydrus-network): [build-system]: Switch to pyproject-build-system. [arguments]<#:phases>: Rewrite 'check phase replacement. [native-inputs]: Add python-setuptools. Remove python-nose. Change-Id: Ibf6c4e5beacb220c66ede6991ae7b47d873c5c9a Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
gnu: python-pynose: Improve package. * gnu/packages/python-check.scm (python-pynose): [arguments] <phases>: Use custom 'check. [native-inputs]: Remove python-wheel. [synopsis]: Adjust it to reflect the logic. [description]: Add more details from proejct's README and mention that it may be used as Nose replacement. Change-Id: Ib5b35803d8e5240433a86f57423d28691ec696e8