summaryrefslogtreecommitdiff
path: root/gnu/packages
Commit message (Collapse)AuthorAge
* gnu: gcc-toolchain: Add 10.1.0.Ludovic Courtès2020-05-08
| | | | * gnu/packages/commencement.scm (gcc-toolchain-10): New variable.
* gnu: Add rtl8821ce-linux-module.Michael Rohleder2020-05-08
| | | | | | * gnu/packages/linux.scm (rtl8821ce-linux-module): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: fish: Upgrade to 3.1.0.John Soo2020-05-08
| | | | | | | | * gnu/packages/shells (fish):[version] Update to 3.1.0. [arguments] Enable tests, patch test files, and avoid patches that no longer apply. [inputs] Make groff a native-input. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: gcc: Add 10.1.0.Ludovic Courtès2020-05-08
| | | | * gnu/packages/gcc.scm (gcc-10): New variable.
* gnu: spacefm: Fix functionality.Raghav Gururajan2020-05-08
| | | | | | | | | | | | | | | * gnu/packages/lxde.scm (spacefm): Update package definition. [source]: Change from url-fetch to git-fetch. [inputs]: Add btrfs-progs, coreutils, e2fsprogs, fsarchiver, gphotofs, ntfs-3g and procps. [arguments]<#:phases>[patch-source-files]: Delete phase. [patch-bin-dirs]: New phase. [patch-mime-dirs]: New phase. [patch-setuid-progs]: New phase. [patch-spacefm-conf]: New phase. [arguments]<:configure-flags>: Add "--with-preferable-sudo". Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
* gnu: ktsuss: Revert to default su.Raghav Gururajan2020-05-08
| | | | | | | | | * gnu/packages/admin.scm (ktsuss): Use su instead of sudo; for compatiblity with SpaceFM. [arguments]<#:configure-flags>: Remove "--enable-sudo=yes". [arguments]<#:phases>[patch-file-names]: Remove sudopath from phases. Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
* gnu: Add gphotofs.Raghav Gururajan2020-05-08
| | | | | | * gnu/packages/file-systems.scm (gphotofs): New variable. Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
* gnu: Add fsarchiver.Raghav Gururajan2020-05-08
| | | | | | * gnu/packages/disk.scm (fsarchiver): New variable. Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
* gnu: twinkle: Update package definition.Raghav Gururajan2020-05-08
| | | | | | | | | | | | | * gnu/packages/patches/twinkle-bcg729.patch: New file. * gnu/packages/telephony.scm (twinkle)[source](patches): Use it. [build-system]: Change from cmake-build-system to qt-build-system. [arguments]<#:configure-flags>: Add "-DWITH_ZRTP", "-DWITH_G729". [arguments]<#:phases>[wrap-executable]: Delete phase. [native-inputs]: Move readline, file, ucommon, ccrtp, libxml2, speex, speexdsp, libsndfile, alsa-lib to ... [inputs]: ... here. Add bcg729, zrtpcpp, libilbc. Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
* gnu: Add libilbc.Raghav Gururajan2020-05-08
| | | | | | * gnu/packages/telephony.scm (libilbc): New variable. Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
* gnu: Add zrtpcpp.Raghav Gururajan2020-05-08
| | | | | | * gnu/packages/telephony.scm (zrtpcpp): New variable. Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
* gnu: emacs-tramp: Add missing D-Bus support.Nicolas Goaziou2020-05-08
| | | | | * gnu/packages/emacs-xyz.scm (emacs-tramp)[arguments]: Use `emacs' instead of `emacs-minimal' to get D-Bus support at build time.
* gnu: Add purescript.John Soo2020-05-08
| | | | | | | | * gnu/packages/purescript.scm (purescript): New variable. * gnu/packages/patches/purescript-relax-dependencies.patch: New file. * gnu/local.mk: Add it. Signed-off-by: Christopher Baines <mail@cbaines.net>
* gnu: Add ghc-happy@1.19.9John Soo2020-05-08
| | | | | | | * gnu/packages/purescript.scm (ghc-happy-1.19.9): New file, New variable. * gnu/local.mk (GNU_SYSTEM_MODULES): Add purescript.scm. Signed-off-by: Christopher Baines <mail@cbaines.net>
* gnu: Add ghc-semialign.John Soo2020-05-08
| | | | | | * gnu/packages/haskell-xyz.scm (ghc-semialign): New variable. Signed-off-by: Christopher Baines <mail@cbaines.net>
* gnu: Add ghc-these.John Soo2020-05-08
| | | | | | * gnu/packages/haskell-xyz.scm (ghc-these): New variable. Signed-off-by: Christopher Baines <mail@cbaines.net>
* gnu: Add ghc-assoc.John Soo2020-05-08
| | | | | | * gnu/packages/haskell-xyz.scm (ghc-assoc): New variable. Signed-off-by: Christopher Baines <mail@cbaines.net>
* gnu: Add ghc-aeson-better-errors.John Soo2020-05-08
| | | | | | * gnu/packages/haskell-web.scm (ghc-aeson-better-errors): New variable. Signed-off-by: Christopher Baines <mail@cbaines.net>
* gnu: Add ghc-bower-json.John Soo2020-05-08
| | | | | | * gnu/packages/haskell-web.scm (ghc-bower-json): New variable. Signed-off-by: Christopher Baines <mail@cbaines.net>
* gnu: Add ghc-language-javascript.John Soo2020-05-08
| | | | | | * gnu/packages/haskell-web.scm (ghc-language-javascript): New variable. Signed-off-by: Christopher Baines <mail@cbaines.net>
* gnu: Add ghc-pattern-arrows.John Soo2020-05-08
| | | | | | * gnu/packages/haskell-xyz.scm (ghc-pattern-arrows): New variable. Signed-off-by: Christopher Baines <mail@cbaines.net>
* gnu: Add ghc-protolude.John Soo2020-05-08
| | | | | | * gnu/packages/haskell-xyz.scm (ghc-protolude): New variable. Signed-off-by: Christopher Baines <mail@cbaines.net>
* gnu: Add ghc-mtl-compat.John Soo2020-05-08
| | | | | | * gnu/packages/haskell-xyz.scm (ghc-mtl-compat): New variable. Signed-off-by: Christopher Baines <mail@cbaines.net>
* gnu: Add ghc-sourcemap.John Soo2020-05-08
| | | | | | gnu/pacakges/haskell-web.scm (ghc-sourcemap): New variable. Signed-off-by: Christopher Baines <mail@cbaines.net>
* gnu: Add ghc-wai-websockets.John Soo2020-05-08
| | | | | | * gnu/packages/haskell-web.scm (ghc-wai-websockets): New variable. Signed-off-by: Christopher Baines <mail@cbaines.net>
* gnu: Add ghc-websockets.John Soo2020-05-08
| | | | | | * gnu/packages/haskell-web.scm (ghc-websockets): New variable. Signed-off-by: Christopher Baines <mail@cbaines.net>
* gnu: Add ghc-tasty-hspec.John Soo2020-05-08
| | | | | | * gnu/packages/haskell-check.scm (ghc-tasty-hspec): New variable. Signed-off-by: Christopher Baines <mail@cbaines.net>
* gnu: Add ghc-transformers.John Soo2020-05-08
| | | | | | * gnu/packages/haskell-xyz.scm (ghc-transformers): New variable. Signed-off-by: Christopher Baines <mail@cbaines.net>
* gnu: Add ghc-utf8-light.John Soo2020-05-08
| | | | | | * gnu/packages/haskell-xyz.scm (ghc-utf8-light): New variable. Signed-off-by: Christopher Baines <mail@cbaines.net>
* gnu: rtl-sdr: Fix location of udev rules file.Guillaume Le Vaillant2020-05-08
| | | | | * gnu/packages/radio.scm (rtl-sdr)[arguments]: Modify 'fix-paths' phase to put the udev rules file in 'lib/' instead of 'etc/'.
* gnu: powertop: Fix typo in description.Tobias Geerinckx-Rice2020-05-08
| | | | * gnu/packages/linux.scm (powertop)[description]: Excise space.
* gnu: acpi-call-linux-module: Update to 3.17-0.70b9c80.Tobias Geerinckx-Rice2020-05-08
| | | | | | * gnu/packages/linux.scm (acpi-call-linux-module): Update to 3.17-0.70b9c80. [arguments]: Remove ‘fix-for-linux-4.12’ phase.
* gnu: powertop: Update to 2.12.Tobias Geerinckx-Rice2020-05-08
| | | | * gnu/packages/linux.scm (powertop): Update to 2.12.
* pack: Factorize 'exec_in_user_namespace' wrapper.Ludovic Courtès2020-05-07
| | | | | | * gnu/packages/aux-files/run-in-namespace.c (exec_in_user_namespace): New function, with code taken from... (main): ... here. Call it.
* pack: Add 'xmalloc' in wrapper.Ludovic Courtès2020-05-07
| | | | | * gnu/packages/aux-files/run-in-namespace.c (xmalloc): New function. (concat): Use it.
* pack: Fix off-by-one in PRoot handling in the wrapper.Ludovic Courtès2020-05-07
| | | | | * gnu/packages/aux-files/run-in-namespace.c (exec_with_proot): Make 'proot_argv' one element larger to account for the terminating NULL.
* gnu: Add emacs-tramp.Nicolas Goaziou2020-05-07
| | | | * gnu/packages/emacs-xyz.scm (emacs-tramp): New variable.
* gnu: rtl-sdr: Install udev rules.Guillaume Le Vaillant2020-05-07
| | | | | | | | * gnu/packages/radio.scm (rtl-sdr)[arguments]: Add '-DINSTALL_UDEV_RULES=ON' to configure-flags and add a 'fix-paths' phase to put the udev rules in the right place. [description]: Indicate how to add the udev rules to the system configuration.
* gnu: Add icedove.Jonathan Brielmaier2020-05-07
| | | | | | | | * gnu/packages/gnuzilla.scm (%icedove-build-id, icedove): New variables. Co-authored-by: Nikita <nikita@n0.is> Co-authored-by: Adrian Malacoda <malacoda@monarch-pass.net> Co-authored-by: Ricardo Wurmus <rekado@elephly.net>
* gnu: mu: Remove dubious TODO.Tobias Geerinckx-Rice2020-05-07
| | | | | | | We don't actually want to add mug, ‘just a toy which is not meant for distribution.’ (NEWS.org) * gnu/packages/mail.scm (mu): Remove a comment encouraging it.
* gnu: mu: Update to 1.4.4.Tobias Geerinckx-Rice2020-05-07
| | | | | * gnu/packages/mail.scm (mu): Update to 1.4.4. [source]: Update URI.
* gnu: usbguard: Fix warning about 'catch'.Brice Waegeneire2020-05-07
| | | | | | | * gnu/packages/hardware.scm (usbguard)[arguments]: Rename phase 'patch-makefile' to 'patch-build-scripts', patch 'Makefile.in' files instead of 'Makefile.am' and fix 'catch' include path. [native-inputs]: Remove 'autoconf' and 'automake'.
* gnu: usbguard: Use packaged 'pegtl'.Brice Waegeneire2020-05-07
| | | | | | * gnu/packages/hardware.scm (usbguard)[arguments]: Remove configure flag '--with-bundled-pegtl'. [inputs]: Add 'pegtl'
* gnu: Add pegtl.Brice Waegeneire2020-05-07
| | | | * gnu/packages/cpp.scm (pegtl): New variable.
* gnu: warsow-qfusion: Remove bundled binaries and inputs.Pierre Neidhardt2020-05-07
| | | | | * gnu/packages/game-development.scm (warsow-qfusion)[source]: Add snippet to remove unused bundled binaries and inputs.
* gnu: sbcl-iolib.grovel: Deprecate in favour of sbcl-cffi-grovel.Pierre Neidhardt2020-05-07
| | | | | * gnu/packages/lisp-xyz.scm (sbcl-iolib.grovel): Deprecate since upstream has removed it; they are now using cffi-grovel instead.
* gnu: sbcl-trivial-backtrace: Fix typo in description.Pierre Neidhardt2020-05-07
| | | | | * gnu/packages/lisp-xyz.scm (sbcl-trivial-backtrace)[description]: Replace "On" with "One".
* gnu: glibc/hurd-headers: Cross-build fix for the Hurd.Jan (janneke) Nieuwenhuizen2020-05-07
| | | | | * gnu/packages/base.scm (glibc/hurd-headers)[native-inputs]: Add mig; when cross-building use 32-bit mig.
* gnu: lightdm-gtk-greeter: Wrap binary.L p R n d n2020-05-07
| | | | | | | | * gnu/package/display-managers.scm (lightdm-gtk-greeter)[inputs]: Add shared-mime-info. [arguments]: Add "wrap-program" phase. Signed-off-by: Ricardo Wurmus <rekado@elephly.net>
* gnu: lightdm-gtk-greeter: Fix .desktop file.L p R n d n2020-05-07
| | | | | | | * gnu/packages/display-managers.scm (lightdm-gtk-greeter)[arguments]: Fix reference to greeter in .desktop file with "fix-.desktop-file" phase. Signed-off-by: Ricardo Wurmus <rekado@elephly.net>