me
/
guix
Archived
1
0
Fork 0
Commit Graph

50895 Commits (6d460e80d1b06fc094374e7ba5c2503f2a897f11)

Author SHA1 Message Date
Marius Bakke 6d460e80d1
gnu: Qt: Update to 5.12.6 LTS.
* gnu/packages/qt.scm (qtbase, qtsvg, qtimageformats, qtx11extras,
qtxmlpatterns, qtdeclarative, qtconnectivity, qtwebsockets, qtsensors,
qtmultimedia, qtwayland, qtserialport, qtserialbus, qtwebchannel,
qtwebglplugin, qtwebview, qtlocation, qttools, qtscript, qtquickcontrols,
qtquickcontrols2, qtgraphicaleffects, qtgamepad, qtscxml, qtpurchasing,
qtcanvas3d, qtcharts, qtdatavis3d, qtnetworkauth, qtremoteobjects, qtspeech):
Update to 5.12.6.
2019-11-27 19:40:13 +01:00
Marius Bakke f0de36cba7
gnu: qtbase: Restore compatibility with old kernels.
* gnu/packages/qt.scm (qtbase)[arguments]: Add 'no-feature-renameat2' to the
configure flags.
2019-11-27 19:40:13 +01:00
Marius Bakke a59e2dd8cd
gnu: qtbase: Use absolute references in .prl files.
This fixes <https://bugs.gnu.org/38405>.

* gnu/packages/qt.scm (qtbase)[arguments]: Add phase 'patch-prl-files'.
2019-11-27 19:40:13 +01:00
Marius Bakke b60d2bfff9
Merge branch 'master' into staging 2019-11-21 22:44:15 +01:00
Guillaume Le Vaillant a31b9dac1c
gnu: monero-gui: Update to 0.15.0.1.
* gnu/packages/finance.scm (monero-gui): Update to 0.15.0.1.

Signed-off-by: Marius Bakke <mbakke@fastmail.com>
2019-11-21 22:41:45 +01:00
Guillaume Le Vaillant 182173b16d
gnu: monero: Update to 0.15.0.1.
* gnu/packages/finance.scm (monero): Update to 0.15.0.1.

Signed-off-by: Marius Bakke <mbakke@fastmail.com>
2019-11-21 22:41:45 +01:00
David Wilson 0f4c3ca9ec
gnu: Add emacs-openwith.
* gnu/packages/emacs-xyz.scm (emacs-openwith) New variable.

Signed-off-by: Marius Bakke <mbakke@fastmail.com>
2019-11-21 22:41:45 +01:00
Marius Bakke a4c36e6593
gnu: lxc: Adjust for GCC 7.
* gnu/packages/virtualization.scm (lxc)[arguments]: Add #:make-flags.
2019-11-21 22:41:45 +01:00
Marius Bakke 9e04cd0808
gnu: qemu: Update to 4.1.1.
* gnu/packages/virtualization.scm (qemu): Update to 4.1.1.
[source](patches): Remove.
2019-11-21 22:41:45 +01:00
Marius Bakke 7c8695ae8a
gnu: nginx: Update to 1.17.6.
* gnu/packages/web.scm (nginx): Update to 1.17.6.
2019-11-21 22:41:45 +01:00
Marius Bakke d100d5d544
gnu: libseccomp: Update to 2.4.2.
* gnu/packages/linux.scm (libseccomp): Update to 2.4.2.
* gnu/packages/virtualization.scm (qemu-minimal-2.10)[inputs]: Remove "libseccomp".
2019-11-21 22:41:44 +01:00
Marius Bakke d9580a26c7
gnu: jsoncpp: Update to 1.9.2.
* gnu/packages/serialization.scm (jsoncpp): Update to 1.9.2.
* gnu/packages/games.scm (minetest)[source](snippet): Add substitution.
2019-11-21 22:41:44 +01:00
Marius Bakke 813fa6e2c9
gnu: json-modern-cxx: Update to 3.7.3.
* gnu/packages/cpp.scm (json-modern-cxx): Update to 3.7.3.
2019-11-21 22:41:44 +01:00
Marius Bakke 1fbd7c7f8e
gnu: minetest: Adjust indentation.
* gnu/packages/games.scm (minetest): Reindent.
2019-11-21 22:41:44 +01:00
Marius Bakke aadfcd1b6f
gnu: ungoogled-chromium: Update to 78.0.3904.108-0.8f06513 [security fixes].
This fixes CVE-2019-13723 and CVE-2019-13724.

* gnu/packages/chromium.scm (%chromium-version): Set to 78.0.3904.108.
(%ungoogled-revision): Set to 8f065138317a6152b20decc224027a5192ba76b1.
(%chromium-origin, %ungoogled-origin): Update hashes.
2019-11-21 22:41:44 +01:00
Marius Bakke 664fa4b162
gnu: ungoogled-chromium: Increase resource limits in separate phase.
* gnu/packages/chromium.scm (ungoogled-chromium)[arguments]: Add phase
'increase-resource-limits'.
2019-11-21 22:41:44 +01:00
Julien Lepiller 8da527d5bc
gnu: hexchat: Fix crash on exit.
* gnu/packages/patches/hexchat-crash-exit.patch: New file.
* gnu/packages/hexchat.scm (orgin): Add patch.
* gnu/local.mk (dist_patch_DATA): Add it.
2019-11-21 22:28:04 +01:00
Christopher Baines ce16a026d0
gnu: guix-data-service: Update to 0.0.1-5.23f60a6.
* gnu/packages/web.scm (guix-data-service): Update to 0.0.1-5.23f60a6.
2019-11-21 20:05:52 +00:00
Christopher Baines a1136b6de0
gnu: guix-data-service: Fix build.
Use the new EMACSLOADPATH, rather than setting GUIX_ENVIRONMENT. This also
allows changing emacs-no-x to emacs-minimal.

* gnu/packages/web.scm (guix-data-service)[arguments]: Remove the
'set-GUIX_ENVIRONMENT phase.
[native-inputs]: Replace emacs-with-modules with emacs-minimal and
emacs-htmlize.
2019-11-21 19:45:44 +00:00
Hartmut Goebel 0c6ab52243
gnu: astyle: Install header file, too.
* gnu/packages/code.scm(astyle)[arguments]<phases>{install-libs}: Also
  install header file.
2019-11-21 18:23:33 +01:00
Hartmut Goebel 62b8ae1a91
gnu: astyle: Create symlinks for .so files, too.
The Makefile only creates files with a versioned extension (.so.3.1.0),
which are not picked up be cmake's `find_libarary()`. (Instead cmake
picks up the static .a library.)

Symlinks for .so.3 are required to avoid phase `verify-runpath` fails.

* gnu/packages/code.scm(astyle)[argumements]<modules>: New element.
  <phases>{install-libs}: Add creating symlinks.
2019-11-21 18:23:33 +01:00
Alex Kost f5dd0f5a45
gnu: emacs-guix: Update to 0.5.2.
* gnu/packages/emacs-xyz.scm (emacs-guix): Update to 0.5.2.
2019-11-21 19:58:57 +03:00
Alex Griffin 15c06ad066
gnu: kmonad: Update to 0.3.0.
* gnu/packages/haskell-apps.scm (kmonad): Update to 0.3.0.
2019-11-21 10:38:42 -06:00
Nicolas Goaziou d20956a401
gnu: musescore: Update to 3.3.2.
* gnu/packages/music.scm (musescore): Update to 3.3.2.
2019-11-21 17:10:25 +01:00
Nicolas Goaziou 430e152899
gnu: mame: Fix build on i686.
* gnu/packages/emulators.scm (mame): Prevent strict-overflow error on i686
with "NOWERROR" flag.
2019-11-21 16:37:40 +01:00
Efraim Flashner ab9d06e473
doc: fcgiwrap-configuration: Remove stray period.
* doc/guix.texi (Web Services)[fcgiwrap-configuration]: Remove a stray
period.
2019-11-21 15:19:17 +02:00
Christopher Lemmer Webber 615a4fbff8
gnu: Add ecasound.
* gnu/packages/audio.scm (ecasound): Add it.
2019-11-21 07:46:35 -05:00
Konrad Hinsen fe9b72c586
gnu: python2-mmtk: Update to 2.7.12.
* gnu/packages/python-xyz.scm (python2-mmtk): Update to 2.7.12.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2019-11-21 11:48:31 +01:00
Konrad Hinsen c695f011b3
gnu: python2-scientific: New source code location.
* gnu/packages/python-xyz.scm (python2-scientific): New source code location.
Following the annoucement of Bitbucket to delete all
Mercurial repositories in June 2020, the source code has
been migrated to GitHub.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2019-11-21 11:48:31 +01:00
Konrad Hinsen e2293cbbe0
gnu: nmoldyn: New source code location.
* gnu/packages/chemistry.scm (nmoldyn): New source code location.
Following the annoucement of Bitbucket to delete all
Mercurial repositories in June 2020, the source code has
been migrated to GitHub.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2019-11-21 11:48:30 +01:00
Ludovic Courtès a2e661e95f
pack: Add "--derivation".
* guix/scripts/pack.scm (%options, show-help): Add "--derivation".
(guix-pack): Honor it.
* tests/guix-pack.sh: Test it.
* doc/guix.texi (Invoking guix pack): Document it.
2019-11-21 11:48:30 +01:00
Timothy Sample 59cd751852
gnu: ghc-foundation: Disable broken test.
* gnu/packages/haskell-xyz.scm (ghc-foundation)[arguments]: Add a phase
that patches out a broken test.
2019-11-20 20:48:55 -05:00
Timothy Sample b0d34d23a0
gnu: ghc-haddock: Update to 2.22.0.
* gnu/packages/haskell-xyz.scm (ghc-haddock): Update to 2.22.0.
[arguments]: Replace the 'remove-haddock-test-test-suites' phase with a
'remove-hoogle-test' phase, which only disables the Hoogle test; add a
new phase that puts the newly built 'haddock' binary in the 'PATH'
variable for testing.
[native-inputs]: Add 'ghc-haddock-test'.
(ghc-haddock-test): New variable.
2019-11-20 20:48:55 -05:00
Timothy Sample 1b84d8ef34
gnu: ghc-haddock-api: Update to 2.22.0.
* gnu/packages/patches/ghc-haddock-api-fix-haddock.patch: New file.
* gnu/local.mk: Add it.
* gnu/packages/haskell-xyz.scm (ghc-haddock-api): Update to 2.22.0.
[source]: Use the new patch.
[arguments]: Change the 'update-constraints' phase to allow newer
versions of 'QuickCheck' and 'hspec'.
2019-11-20 20:48:55 -05:00
Timothy Sample c1637311b6
gnu: ngless: Update to 1.0.1.
* gnu/packages/bioinformatics.scm (ngless): Update to 1.0.1.
[arguments]: Add a 'create-Versions.hs' phase that patches the Makefile
and invokes 'make' to generate a required file.
[inputs]: Remove 'ghc-chart', 'ghc-chart-cairo', and
'ghc-conduit-combinators'; add 'ghc-diagrams-core', 'ghc-diagrams-lib',
'ghc-diagrams-svg', and 'ghc-tar-conduit'.
2019-11-20 20:48:54 -05:00
Timothy Sample 74be1cb7b4
gnu: Add ghc-diagrams-svg.
* gnu/packages/haskell-xyz.scm (ghc-diagrams-svg): New variable.
2019-11-20 20:48:54 -05:00
Timothy Sample dcf3f8f410
gnu: Add ghc-svg-builder.
* gnu/packages/haskell-xyz.scm (ghc-svg-builder): New variable.
2019-11-20 20:48:54 -05:00
Timothy Sample f9f1a6300e
gnu: Add ghc-diagrams-lib.
* gnu/packages/haskell-xyz.scm (ghc-diagrams-lib): New variable.
2019-11-20 20:48:54 -05:00
Timothy Sample fd33ffa03a
gnu: Add ghc-diagrams-solve.
* gnu/packages/haskell-xyz.scm (ghc-diagrams-solve): New variable.
2019-11-20 20:48:54 -05:00
Timothy Sample d8b88d74f7
gnu: Add ghc-active.
* gnu/packages/haskell-xyz.scm (ghc-active): New variable.
2019-11-20 20:48:53 -05:00
Timothy Sample f7ca1fa8ae
gnu: Add ghc-intervals.
* gnu/packages/haskell-xyz.scm (ghc-intervals): New variable.
2019-11-20 20:48:53 -05:00
Timothy Sample 194a82e644
gnu: Add ghc-numeric-extras.
* gnu/packages/haskell-xyz.scm (ghc-numeric-extras): New variable.
2019-11-20 20:48:53 -05:00
Timothy Sample 1859c94aa1
gnu: Add ghc-diagrams-core.
* gnu/packages/haskell-xyz.scm (ghc-diagrams-core): New variable.
2019-11-20 20:48:53 -05:00
Timothy Sample 577a78b779
gnu: Add ghc-dual-tree.
* gnu/packages/haskell-xyz.scm (ghc-dual-tree): New variable.
2019-11-20 20:48:53 -05:00
Timothy Sample 471e77cffa
gnu: Add ghc-monoid-extras.
* gnu/packages/haskell-xyz.scm (ghc-monoid-extras): New variable.
2019-11-20 20:48:52 -05:00
Timothy Sample f3e18645e0
gnu: Add ghc-groups.
* gnu/packages/haskell-xyz.scm (ghc-groups): New variable.
2019-11-20 20:48:52 -05:00
Timothy Sample f9cad2a0b9
gnu: Add ghc-testing-feat.
* gnu/packages/haskell-check.scm (ghc-testing-feat): New variable.
2019-11-20 20:48:52 -05:00
Timothy Sample 06966c058d
gnu: Add ghc-size-based.
* gnu/packages/haskell-xyz.scm (ghc-size-based): New variable.
2019-11-20 20:48:52 -05:00
Timothy Sample 4eb9a167d7
gnu: Add ghc-dictionary-sharing.
* gnu/packages/haskell-xyz.scm (ghc-dictionary-sharing): New variable.
2019-11-20 20:48:52 -05:00
Timothy Sample d8e4b750e1
gnu: Add ghc-testing-type-modifiers.
* gnu/packages/haskell-check.scm (ghc-testing-type-modifiers): New
variable.
2019-11-20 20:48:51 -05:00