summaryrefslogtreecommitdiff
path: root/gnu
Commit message (Collapse)AuthorAge
* gnu: easyrpg-player: Update to 0.7.0.base-for-series-11006base-for-series-11005base-for-series-11004base-for-series-11003base-for-series-11002Nicolas Goaziou2022-01-18
| | | | | * gnu/packages/easyrpg.scm (easyrpg-player): Update to 0.7.0. [inputs]: Add fluidsynth, fmt.
* gnu: liblcf: Update to 0.7.0.Nicolas Goaziou2022-01-18
| | | | * gnu/packages/easyrpg.scm (liblcf): Update to 0.7.0.
* gnu: shotwell: Add python to native inputs.Leo Famulari2022-01-17
| | | | | | | Since commit 5d20d7e1369fc7d93de19c0bd219937d697ceae6, meson no longer propagates Python. * gnu/packages/gnome.scm (shotwell)[native-inputs]: Add python.
* gnu: mtools: Update to 4.0.37.Tobias Geerinckx-Rice2022-01-16
| | | | * gnu/packages/mtools.scm (mtools): Update to 4.0.37.
* gnu: freedroidrpg: Fix build with GCC 10.Tobias Geerinckx-Rice2022-01-16
| | | | | * gnu/packages/games.scm (freedroidrpg)[arguments]: Add ‘-fcommon’ to #:configure-flags' CFLAGS.
* gnu: pitivi: Add python to native-inputs.Leo Famulari2022-01-17
| | | | | | | Since commit 5d20d7e1369fc7d93de19c0bd219937d697ceae6, meson no longer propagates Python. * gnu/packages/video.scm (pitivi)[native-inputs]: Add python.
* gnu: Blanket: Add python to native-inputs.Leo Famulari2022-01-17
| | | | | | | Since commit 5d20d7e1369fc7d93de19c0bd219937d697ceae6, meson no longer propagates Python. * gnu/packages/task-management.scm (blanket)[native-inputs]: Add python.
* gnu: snap: Remove inputs labels.Nicolas Goaziou2022-01-18
| | | | * gnu/packages/education.scm (snap)[inputs]: Remove labels.
* gnu: snap: Update to 7.0.5.Nicolas Goaziou2022-01-18
| | | | * gnu/packages/education.scm (snap): Update to 7.0.5.
* gnu: deluge: Add explanation about wrap phase.Brice Waegeneire2022-01-17
| | | | | * gnu/packages/bittorrent.scm (deluge)[arguments]: Add comment explaining the filtering of "librsvg" from the wrapper.
* gnu: deluge: Adjust style.Brice Waegeneire2022-01-17
| | | | | * gnu/packages/bittorrent.scm (deluge)[inputs]: Add bash-minimal. [propagated-inputs]: Remove lablels.
* gnu: deluge: Update to 2.0.5.Brice Waegeneire2022-01-17
| | | | | * gnu/packages/bittorrent.scm (deluge): Update to 2.0.5. [arguments]: Remove 'fix-gettext-warning' phase.
* gnu: cryptsetup: Update to 2.3.7 [fixes CVE-2021-4122].Leo Famulari2022-01-17
| | | | * gnu/packages/cryptsetup.scm (cryptsetup): Update to 2.3.7.
* gnu: linux-libre-lts: Update to 5.15.Leo Famulari2022-01-17
| | | | | | | | 5.15 is the newest long-term support version of the kernel. * gnu/packages/linux.scm (linux-libre-lts-version, linux-libre-lts-gnu-revision, linux-libre-lts-pristine-source, linux-libre-lts-source, linux-libre-lts): Use linux-libre-5.15.
* gnu: linux-libre 5.4: Update to 5.4.172.Leo Famulari2022-01-17
| | | | | * gnu/packages/linux.scm (linux-libre-5.4-version): Update to 5.4.172. (linux-libre-5.4-pristine-source): Update hash.
* gnu: linux-libre 5.10: Update to 5.10.92.Leo Famulari2022-01-17
| | | | | * gnu/packages/linux.scm (linux-libre-5.10-version): Update to 5.10.92. (linux-libre-5.10-pristine-source): Update hash.
* gnu: linux-libre: Update to 5.15.15.Leo Famulari2022-01-17
| | | | | * gnu/packages/linux.scm (linux-libre-5.15-version): Update to 5.15.15. (linux-libre-5.15-pristine-source): Update hash.
* gnu: efl: Add python to native inputs.Maxim Cournoyer2022-01-17
| | | | * gnu/packages/enlightenment.scm (efl)[native-inputs]: Add python.
* gnu: python-pystache: Update to 0.6.0.Maxim Cournoyer2022-01-17
| | | | * gnu/packages/python-xyz.scm (python-pystache): Update to 0.6.0.
* gnu: Add xmonad-next and ghc-xmonad-contrib-next.John Kehayias2022-01-17
| | | | | | | | | | | | | | | | | | | | | | Fixes: <https://issues.guix.gnu.org/issue/52784>. * gnu/packages/wm.scm (xmonad-next): New variable. Compared to xmonad: Update to 0.17.0. [inputs]: Add GHC-DATA-DEFAULT-CLASS, remove GHC-EXTENSIBLE-EXCEPTIONS, GHC-DATA-DEFAULT, GHC-SEMIGROUPS, and GHC-UTF8-STRING. [native-inputs]: Add GHC-QUICKCHECK and GHC-QUICKCHECK-CLASSES. (ghc-xmonad-contrib-next): New variable. Compared to ghc-xmonad-contrib: Update to 0.17.0. [propagated-inputs]: Remove GHC-OLD-TIME, GHC-EXTENSIBLE-EXCEPTIONS, GHC-SEMIGROUPS. [native-inputs]: Add GHC-QUICKCHECK and GHC-HSPEC. (xmonad): Inherit from xmonad-next. (ghc-xmonad-contrib): Inherit from ghc-xmonad-contrib-next. * gnu/packages/patches/xmonad-next-dynamic-linking.patch: New patch. Update of xmonad-dynamic-linking.patch to apply to xmonad-next. * gnu/local.mk: Add it. Signed-off-by: Lars-Dominik Braun <lars@6xq.net>
* gnu: xmobar: Update to 0.40.John Kehayias via Guix-patches via2022-01-17
| | | | | | * gnu/packages/wm.scm (xmobar): Update to 0.40. Signed-off-by: Lars-Dominik Braun <lars@6xq.net>
* gnu: Add ghc-quickcheck-classes.John Kehayias via Guix-patches via2022-01-17
| | | | | | * gnu/packages/haskell-check.scm (ghc-quickcheck-classes): New variable. Signed-off-by: Lars-Dominik Braun <lars@6xq.net>
* gnu: Add ghc-semirings.John Kehayias via Guix-patches via2022-01-17
| | | | | | * gnu/packages/haskell-xyz.scm (ghc-semirings): New variable. Signed-off-by: Lars-Dominik Braun <lars@6xq.net>
* gnu: Add ghc-primitive-addr.John Kehayias via Guix-patches via2022-01-17
| | | | | | * gnu/packages/haskell-xyz.scm (ghc-primitive-addr): New variable. Signed-off-by: Lars-Dominik Braun <lars@6xq.net>
* gnu: Epiphany: Use the correct hash for Epiphany 41.2.Leo Famulari2022-01-17
| | | | | | | | This hash was updated correctly in commit 291c4fa0baf24b9d600872fce99441f5471cdb40, but presumably the merge resolution of the version-1.4.0 gave us the wrong hash. * gnu/packages/gnome.scm (epiphany)[source]: Use the hash of Epiphany 41.2.
* gnu: mpich: Remove input labels and trailing #t in phases.Ludovic Courtès2022-01-17
| | | | | * gnu/packages/mpi.scm (mpich)[inputs]: Remove labels. [arguments]: Remove trailing #t from phases.
* gnu: mpich: Allow compilation with GCC 10.Ludovic Courtès2022-01-17
| | | | | | | | Fixes <https://issues.guix.gnu.org/53320> Reported by Clément Barthelemy <clement.barthelemy@inria.fr>. * gnu/packages/mpi.scm (mpich)[arguments]: Add 'define-gfortran-wrapper' phase.
* gnu: rust-cfg-expr-0.8: Combine the two definitions.Efraim Flashner2022-01-17
| | | | | | | * gnu/packages/crates-io.scm (rust-cfg-expr-0.8): Remove duplicate package definition. [arguments]: Don't skip tests. Add rust-difference-2 to cargo-development-inputs.
* gnu: libvpx: Update to 1.11.0.Marius Bakke2022-01-17
| | | | * gnu/packages/video.scm (libvpx): Update to 1.11.0.
* gnu: python-sphinxcontrib-svg2pdfconverter: Update to 1.2.0.Marius Bakke2022-01-17
| | | | | | * gnu/packages/sphinx.scm (python-sphinxcontrib-svg2pdfconverter): Update to 1.2.0. [arguments]: New field.
* gnu: mame: Fix build failure.Marius Bakke2022-01-17
| | | | * gnu/packages/emulators.scm (mame)[arguments]: Fix typo in input name.
* gnu: ungoogled-chromium: Use bundled libvpx for WebRTC.Marius Bakke2022-01-17
| | | | | | | | Fixes <https://bugs.gnu.org/53301>. Reported by Yasuaki Kudo <yasu@yasuaki.com>. * gnu/packages/chromium.scm (ungoogled-chromium)[arguments]: Set rtc_build_libvpx=true in #:configure-flags.
* Revert "gnu: password-store: Fix failing test suite."Marius Bakke2022-01-17
| | | | This reverts commit a40ac6271578ea061a8a07b2adbd6032a690ca70.
* gnu: password-store: Ensure compatibility with tree@2.0.Marius Bakke2022-01-17
| | | | | | | | Fixes <https://bugs.gnu.org/53238>, et.al. * gnu/packages/patches/password-store-tree-compat.patch: New file. * gnu/local.mk (dist_patch_DATA): Adjust accordingly. * gnu/packages/password-utils.scm (password-store)[source](patches): New field.
* gnu: python-simpleeval: Update to 0.9.12.Maxim Cournoyer2022-01-17
| | | | * gnu/packages/python-xyz.scm (python-simpleeval): Update to 0.9.12.
* Merge branch 'version-1.4.0'Maxim Cournoyer2022-01-17
|\ | | | | | | | | | | | | With resolved conflicts in: gnu/packages/gnome.scm gnu/packages/openstack.scm gnu/packages/python-xyz.scm
| * gnu: libtool: Skip the nopic tests on riscv.Efraim Flashner2022-01-11
| | | | | | | | | | * gnu/packages/patches/libtool-skip-tests2.patch: Adjust to add riscv to skipped nopic tests.
| * gnu: texlive-luaotfload: Use new name for texlive-lualibs.Ricardo Wurmus2022-01-11
| | | | | | | | | | * gnu/packages/tex.scm (texlive-luaotfload)[propagated-inputs]: Replace texlive-luatex-lualibs with texlive-lualibs.
| * gnu: texlive-bin: Link lualatex to luahbtex.Ricardo Wurmus2022-01-11
| | | | | | | | | | | | | | Fixes <https://issues.guix.gnu.org/51252>. * gnu/packages/tex.scm (texlive-bin)[arguments]: Link lualatex to luahbtex. (texlive-latex-luatex): Remove variable.
| * gnu: texlive-lualibs: Take sources from TeX Live SVN.Ricardo Wurmus2022-01-11
| | | | | | | | | | | | | | * gnu/packages/tex.scm (texlive-luatex-lualibs): Deprecate this variable... (texlive-lualibs): ...in favor of this new variable. [source]: Take source code from TeX Live SVN because it must match the rest of the LuaTeX distribution.
| * gnu: texlive-luaotfload: Propagate texlive-lua-alt-getopt.Ricardo Wurmus2022-01-11
| | | | | | | | | | * gnu/packages/tex.scm (texlive-luaotfload)[propagated-inputs]: Add texlive-lua-alt-getopt.
| * gnu: Add texlive-lua-alt-getopt.Ricardo Wurmus2022-01-11
| | | | | | | | * gnu/packages/tex.scm (texlive-lua-alt-getopt): New variable.
| * gnu: texlive-latex-base: Remove trailing #T.Ricardo Wurmus2022-01-11
| | | | | | | | | | * gnu/packages/tex.scm (texlive-latex-base)[arguments]: Remove trailing #T from build phases.
| * gnu: texlive-kpathsea: Patch references to sed and awk.Ricardo Wurmus2022-01-11
| | | | | | | | | | | | * gnu/packages/tex.scm (texlive-kpathsea)[arguments]: Add build phase 'patch-references to satisfy runtime requirements on sed and awk. [inputs]: Add sed and gawk.
| * gnu: texlive-bin: Patch references to sed and awk.Ricardo Wurmus2022-01-11
| | | | | | | | | | * gnu/packages/tex.scm (texlive-bin)[arguments]: Patch texlive scripts in 'post-install phase to satisfy references to sed and awk.
| * gnu: texlive-bin: Fix directory traversal.Ricardo Wurmus2022-01-11
| | | | | | | | | | | | | | Fixes <https://bugs.gnu.org/52979>. * gnu/packages/tex.scm (texlive-bin)[arguments]: Add build phase 'patch-directory-traversal.
| * gnu: texlive-bin: Remove trailing #T.Ricardo Wurmus2022-01-11
| | | | | | | | | | * gnu/packages/tex.scm (texlive-bin)[source]: Simplify snippet. [arguments]: Remove trailing #T from build phases.
| * gnu: network-manager: Patch dlopen call to libjansson.so.Maxim Cournoyer2022-01-10
| | | | | | | | | | | | * gnu/packages/gnome.scm (network-manager)[phases] {patch-dlopen-call-to-libjansson}: New phase. {pre-configure}: Reinstate an assertion in test-setting.c.
| * gnu: samba: Update to 4.15.3.Maxim Cournoyer2022-01-10
| | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/samba.scm (samba): Update to 4.15.3. [source]: Delete snippet; pyiso8601 is no longer bundled. [arguments]: Adjust make-flags and arguments to use G-Exp. [phases]{configure}: Add the '--with-system-mitkrb5', '--with-system-mitkdc' and '--with-experimental-mit-ad-dc' configure flags. [inputs]: Replace heimdal with mit-krb5. [native-inputs]: Use new style. {python-cryptography, python-dnspython, python-markdown} {python-pyasn1}: New inputs. (samba/fixed): Update to 4.15.3 and hide package.
| * gnu: nss: Update to 3.72.Maxim Cournoyer2022-01-10
| | | | | | | | * gnu/packages/nss.scm (nss): Update to 3.72.