aboutsummaryrefslogtreecommitdiff
Most of the code is this directory was written by several people for
the Nix project (http://nixos.org/nix).  Thanks!
d=465b27ebb083188437289b741719531c29263a03'>web-browsers.scm
AgeCommit message (Expand)Author
2021-02-09Merge branch 'master' into staging-nextLeo Famulari
2021-02-05gnu: nyxt: Fix hu.dwim.defclass-star version....* gnu/packages/web-browsers.scm (sbcl-hu.dwim.defclass-star--no-nickname): New unexported package compatible with Nyxt 2 pre-release-5. (nyxt)[inputs]: Replace sbcl-hu.dwim.defclass-star by sbcl-hu.dwim.defclass-star--no-nickname. Pierre Neidhardt
2021-01-30guix: qt-build-system, qt-utils: Unify wrapping of qt-programs....Unify (guix qt-build-system wrap-all-programs) and (guix qt-utils wrap-qt-program), so both behave the same. The functions now reside in qt-utils to make them easily available for packages not using the qt-build-system. * guix/build/qt-build-system.scm (variables-for-wrapping, wrap-all-programs): Move from here ... * guix/build/qt-utils.scm (variables-for-wrapping, wrap-all-qt-programs): ... to here. Base the later on (wrap-qt-program*): New function, carved out from old wrap-all-programs. (wrap-qt-program): Base on wrap-qt-program*, change arguments in an incompatible way. * gnu/packages/bittorrent.scm (qbittorrent)[arguments]<phases>{wrap-qt}: Adjust to new interface of wrap-qt-program. * gnu/packages/finance.scm (electron-cash): Likewise. * gnu/packages/geo.scm (qgis): Likewise. * gnu/packages/password-utils.scm (qtpass): Likewise. * gnu/packages/video.scm (openshot): Likewise. * gnu/packages/web-browsers.scm (kristall): Likewise. Hartmut Goebel
2020-12-22gnu: nyxt: Update to 2-pre-release-5....* gnu/packages/web-browsers.scm (nyxt): Update to 2-pre-release-5. Pierre Neidhardt
2020-12-07gnu: bombadillo: Update to 2.3.3....* gnu/packages/web-browsers.scm (bombadillo): Update to 2.3.3. Tobias Geerinckx-Rice
2020-12-07gnu: qutebrowser: Update to 1.14.1....* gnu/packages/web-browsers.scm (qutebrowser): Update to 1.14.1. Tobias Geerinckx-Rice
2020-11-30gnu: Add gmni....* gnu/packages/web-browsers.scm (gmni): New variable. Signed-off-by: Christopher Baines <mail@cbaines.net> Alexandru-Sergiu Marton
2020-11-28Merge branch 'staging'Marius Bakke
2020-11-28gnu: qutebrowser: Fix QTWEBENGINEPROCESS_PATH wrapping....Even thought this is named PATH, it's not a search path, instead the value is assumed to be the location of the executable. * gnu/packages/ebook.scm (calibre)[arguments]: Fix QTWEBENGINEPROCESS_PATH wrapping. Signed-off-by: Christopher Baines <mail@cbaines.net> Sergey Trofimov
2020-11-15Merge branch 'master' into stagingMarius Bakke
2020-11-14gnu: Add kristall....* gnu/packages/web-browsers.scm (kristall): New variable. Signed-off-by: Christopher Baines <mail@cbaines.net> nixo
2020-11-11gnu: nyxt: Update to 2-pre-release-4....* gnu/packages/web-browsers.scm (nyxt): Update to 2-pre-release-4. Pierre Neidhardt
2020-11-09gnu: nyxt: Remove unused lparallel input....* gnu/packages/web-browsers.scm (nyxt)[inputs]: Remove sbcl-lparallel. Pierre Neidhardt
2020-11-07Merge branch 'master' into staging... Conflicts: gnu/local.mk gnu/packages/gdb.scm gnu/packages/lisp-xyz.scm gnu/packages/web-browsers.scm Marius Bakke