summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* gnu: Add pam-krb5John Darrington2016-09-25
| | | | * gnu/packages/admin.scm (pam-krb5): New variable.
* gnu: privoxy: Update to 3.0.26.Efraim Flashner2016-09-24
| | | | | * gnu/packages/tor.scm (privoxy): Update to 3.0.26. [home-page]: Use https.
* gnu: tor: Update to 0.2.8.8.Efraim Flashner2016-09-24
| | | | | | * gnu/packages/tor.scm (tor): Update to 0.2.8.8. [source]: Update source url. [home-page]: Use https.
* system: grub.cfg uses correct file names when store is not in root partition.Carlos Sánchez de La Lama2016-09-24
| | | | | | | | | | | | | | | Fixes <http://bugs.gnu.org/24346>. Reported by csanchezdll@gmail.com (Carlos Sánchez de La Lama). * guix/scripts/system.scm (previous-grub-entries): Get the initrd file name from PARAMS. * gnu/system.scm (operating-system-grub.cfg): Use 'operating-system-initrd-file' to retrieve the initrd file name. * gnu/system/grub.scm (strip-mount-point): New procedure. (grub-configuration-file)[entry->gexp]: Call 'strip-mount-point' for LINUX and INITRD. Co-authored-by: Ludovic Courtès <ludo@gnu.org>
* system: 'read-boot-parameters' reads the 'initrd' parameter.Ludovic Courtès2016-09-24
| | | | | | * gnu/system.scm (<boot-parameters>)[initrd]: New field. (read-boot-parameters): Read the 'initrd' element and fill in the 'initrd' field of the result.
* gnu: Add gforth.ng02016-09-24
| | | | | | | * gnu/packages/gforth.scm: New file. * gnu/local.mk (GNU_SYSTEM_MODULES): Add it. Co-authored-by: 宋文武 <iyzsong@gmail.com>
* gnu: Add gnome-calculator.Rene Saavedra2016-09-24
| | | | | | * gnu/packages/gnome.scm (gnome-calculator): New variable. Signed-off-by: Kei Kebreau <kei@openmailbox.org>
* gnu: Add cmark.Erik Edrosa2016-09-23
| | | | | | * gnu/packages/markdown.scm (cmark): New variable. Signed-off-by: Leo Famulari <leo@famulari.name>
* gnu: Add enet.ng02016-09-23
| | | | | | * gnu/packages/networking.scm (enet): New variable. Signed-off-by: Leo Famulari <leo@famulari.name>
* gnu: flashrom: Update to 0.9.9Danny Milosavljevic2016-09-23
| | | | | | | | | | * gnu/packages/flashing-tools.scm (flashrom): Update to 0.9.9. [source]: Use HTTPS URL. Remove "flashrom-use-libftdi1.patch". [aruments]: Add 'CONFIG_ENABLE_LIBUSB0_PROGRAMMERS=no' to #:make-flags. * gnu/packages/patches/flashrom-use-libftdi1.patch: Delete file. * gnu/local.mk (dist_patch_DATA): Remove it. Signed-off-by: Leo Famulari <leo@famulari.name>
* gnu: Add nickle.ng02016-09-23
| | | | | | | * gnu/packages/nickle.scm: New file. * gnu/local.mk (GNU_SYSTEM_MODULES): Add it. Signed-off-by: Leo Famulari <leo@famulari.name>
* gnu: orpheus: Use 'modify-phases'.Efraim Flashner2016-09-23
| | | | | * gnu/packages/orpheus.scm (orpheus)[arguments]: Use the 'modify-phases' syntax.
* gnu: orpheus: Fix build on mips64el.Efraim Flashner2016-09-23
| | | | | * gnu/packages/orpheus.scm (orpheus)[arguments]: On mips64el, pass "--host=mips64el-unknown-linux-gnu" to ./configure.
* gnu: giac-xcas: Update to 1.2.2-81.Nicolas Goaziou2016-09-23
| | | | | | * gnu/packages/algebra.scm (giac-xcas): Update to 1.2.2-81. Signed-off-by: Leo Famulari <leo@famulari.name>
* gnu: r-curl: Respect CURL_CA_BUNDLE variable.Ricardo Wurmus2016-09-23
| | | | | * gnu/packages/web.scm (r-curl)[arguments]: Add phase "allow-CURL_CA_BUNDLE".
* gnu: sra-tools: Update to 2.7.0.Ricardo Wurmus2016-09-23
| | | | * gnu/packages/bioinformatics.scm (sra-tools): Update to 2.7.0.
* gnu: ncbi-vdb: Update to 2.7.0.Ricardo Wurmus2016-09-23
| | | | * gnu/packages/bioinformatics.scm (ncbi-vdb): Update to 2.7.0.
* gnu: ngs-sdk: Update to 1.2.5.Ricardo Wurmus2016-09-23
| | | | * gnu/packages/bioinformatics.scm (ngs-sdk): Update to 1.2.5.
* gnu: randomjungle: Only build on x86_64 and i686.Ricardo Wurmus2016-09-23
| | | | | * gnu/packages/machine-learning.scm (randomjungle)[supported-systems]: Only build on x86_64 and i686.
* gnu: retroarch: Update to 1.3.6.Efraim Flashner2016-09-23
| | | | * gnu/packages/games.scm (retroarch): Update to 1.3.6.
* gnu: synfig: Fix isnan error.Ricardo Wurmus2016-09-23
| | | | | * gnu/packages/animation.scm (synfig)[arguments]: Add build phase to replace "::isnan" with "std::isnan".
* gnu: ccache: Upgrade to 3.3.1.Eric Bavier2016-09-22
| | | | | * gnu/packages/ccache.scm (ccache): Upgrade to 3.3.1. [description]: Adjust supported languages.
* gnu: ccache: Use modify-phases.Eric Bavier2016-09-22
| | | | * gnu/packages/ccache.scm (ccache)[arguments]: Use modify-phases.
* gnu: boost: Add -j for build.Eric Bavier2016-09-22
| | | | | * gnu/packages/boost.scm (boost)[arguments]: Add -j flag for build phase.
* gnu: boost: Upgrade to 1.61.0.Eric Bavier2016-09-22
| | | | | | * gnu/packages/boost.scm (boost): Upgrade to 1.61.0 * gnu/packages/databases.scm (mysql)[arguments]: Compute boost minor version for substitution.
* build: clean-go: warn about stray .go files.Eric Bavier2016-09-22
| | | | * Makefile.am (clean-go): Warn of .go files remaining in builddir.
* gnu: Add ghc-transformers-0.4.2.0.ng02016-09-22
| | | | | | * gnu/packages/haskell.scm (ghc-transformers-0.4.2.0): New variable. Signed-off-by: Leo Famulari <leo@famulari.name>
* gnu: Add ghc-system-fileio.ng02016-09-22
| | | | | | * gnu/packages/haskell.scm (ghc-system-fileio): New variable. Signed-off-by: Leo Famulari <leo@famulari.name>
* gnu: Add ghc-system-filepath.ng02016-09-22
| | | | | | * gnu/packages/haskell.scm (ghc-system-filepath): New variable. Signed-off-by: Leo Famulari <leo@famulari.name>
* gnu: Add ghc-options.ng02016-09-22
| | | | | | * gnu/packages/haskell.scm (ghc-options): New variable. Signed-off-by: Leo Famulari <leo@famulari.name>
* gnu: Add ghc-chell-quickcheck.ng02016-09-22
| | | | | | * gnu/packages/haskell.scm (ghc-chell-quickcheck): New variable. Signed-off-by: Leo Famulari <leo@famulari.name>
* gnu: Add ghc-chell-quickcheck-bootstrap.ng02016-09-22
| | | | | | * gnu/packages/haskell.scm (ghc-chell-quickcheck-bootstrap): New variable. Signed-off-by: Leo Famulari <leo@famulari.name>
* gnu: Add ghc-chell.ng02016-09-22
| | | | | | * gnu/packages/haskell.scm (ghc-chell): New variables. Signed-off-by: Leo Famulari <leo@famulari.name>
* gnu: Add ghc-options-bootstrap.ng02016-09-22
| | | | | | * gnu/packages/haskell.scm (ghc-options-bootstrap): New variable. Signed-off-by: Leo Famulari <leo@famulari.name>
* gnu: Add ghc-shelly.ng02016-09-22
| | | | | | * gnu/packages/haskell.scm (ghc-shelly): New variable. Signed-off-by: Leo Famulari <leo@famulari.name>
* gnu: Add ghc-system-fileio-bootstrap.ng02016-09-22
| | | | | | * gnu/packages/haskell.scm (ghc-system-fileio-bootstrap): New variable. Signed-off-by: Leo Famulari <leo@famulari.name>
* gnu: Add ghc-system-filepath-bootstrap.ng02016-09-22
| | | | | | * gnu/packages/haskell.scm (ghc-system-filepath-bootstrap): New variable. Signed-off-by: Leo Famulari <leo@famulari.name>
* gnu: Add ghc-lifted-async.ng02016-09-22
| | | | | | * gnu/packages/haskell.scm (ghc-lifted-async): New variable. Signed-off-by: Leo Famulari <leo@famulari.name>
* gnu: Add ghc-constraints.ng02016-09-22
| | | | * gnu/packages/haskell.scm (ghc-constraints): New variable.
* gnu: Add ghc-array.ng02016-09-22
| | | | | | * gnu/packages/haskell.scm (ghc-array): New variable. Signed-off-by: Leo Famulari <leo@famulari.name>
* gnu: Add ghc-graphviz.ng02016-09-22
| | | | | | * gnu/packages/haskell.scm (ghc-graphviz): New variable. Signed-off-by: Leo Famulari <leo@famulari.name>
* gnu: Add ghc-fgl-arbitrary.ng02016-09-22
| | | | | | * gnu/packages/haskell.scm (ghc-fgl-arbitrary): New variable. Signed-off-by: Leo Famulari <leo@famulari.name>
* gnu: ghc-fgl: Update to 5.5.3.0.ng02016-09-22
| | | | | | | * gnu/packages/haskell.scm (ghc-fgl): Update to 5.5.3.0. [inputs]: Add ghc-hspec and ghc-quickcheck. Signed-off-by: Leo Famulari <leo@famulari.name>
* gnu: Add ghc-wl-pprint-text.ng02016-09-22
| | | | | | * gnu/packages/haskell.scm (ghc-wl-pprint-text): New variable. Signed-off-by: Leo Famulari <leo@famulari.name>
* gnu: Add ghc-process.ng02016-09-22
| | | | | | * gnu/packages/haskell.scm (ghc-process): New variable. Signed-off-by: Leo Famulari <leo@famulari.name>
* gnu: Add ghc-directory.ng02016-09-22
| | | | | | * gnu/packages/haskell.scm (ghc-directory): New variable. Signed-off-by: Leo Famulari <leo@famulari.name>
* gnu: Add ghc-colour.ng02016-09-22
| | | | | | * gnu/packages/haskell.scm (ghc-colour): New variable. Signed-off-by: Leo Famulari <leo@famulari.name>
* gnu: Add ghc-bytestring.ng02016-09-22
| | | | | | * gnu/packages/haskell.scm (ghc-bytestring): New variable. Signed-off-by: Leo Famulari <leo@famulari.name>
* gnu: Add ghc-monads-tf.ng02016-09-22
| | | | | | * gnu/packages/haskell.scm (ghc-monads-tf): New variable. Signed-off-by: Leo Famulari <leo@famulari.name>
* gnu: Add ghc-patience.ng02016-09-22
| | | | | | * gnu/packages/haskell.scm (ghc-patience): New variable. Signed-off-by: Leo Famulari <leo@famulari.name>