Age | Commit message (Expand) | Author |
2016-09-24 | system: grub.cfg uses correct file names when store is not in root partition.•••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>
| Carlos Sánchez de La Lama |
2016-09-24 | system: 'read-boot-parameters' reads the 'initrd' parameter.•••* gnu/system.scm (<boot-parameters>)[initrd]: New field.
(read-boot-parameters): Read the 'initrd' element and fill in the
'initrd' field of the result.
| Ludovic Courtès |
2016-09-24 | gnu: Add gforth.•••* gnu/packages/gforth.scm: New file.
* gnu/local.mk (GNU_SYSTEM_MODULES): Add it.
Co-authored-by: 宋文武 <iyzsong@gmail.com>
| ng0 |
2016-09-24 | gnu: Add gnome-calculator.•••* gnu/packages/gnome.scm (gnome-calculator): New variable.
Signed-off-by: Kei Kebreau <kei@openmailbox.org>
| Rene Saavedra |
2016-09-23 | gnu: Add cmark.•••* gnu/packages/markdown.scm (cmark): New variable.
Signed-off-by: Leo Famulari <leo@famulari.name>
| Erik Edrosa |
2016-09-23 | gnu: Add enet.•••* gnu/packages/networking.scm (enet): New variable.
Signed-off-by: Leo Famulari <leo@famulari.name>
| ng0 |
2016-09-23 | gnu: flashrom: Update to 0.9.9•••* 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>
| Danny Milosavljevic |
2016-09-23 | gnu: Add nickle.•••* gnu/packages/nickle.scm: New file.
* gnu/local.mk (GNU_SYSTEM_MODULES): Add it.
Signed-off-by: Leo Famulari <leo@famulari.name>
| ng0 |
2016-09-23 | gnu: orpheus: Use 'modify-phases'.•••* gnu/packages/orpheus.scm (orpheus)[arguments]: Use the 'modify-phases'
syntax.
| Efraim Flashner |
2016-09-23 | gnu: orpheus: Fix build on mips64el.•••* gnu/packages/orpheus.scm (orpheus)[arguments]: On mips64el, pass
"--host=mips64el-unknown-linux-gnu" to ./configure.
| Efraim Flashner |
2016-09-23 | gnu: giac-xcas: Update to 1.2.2-81.•••* gnu/packages/algebra.scm (giac-xcas): Update to 1.2.2-81.
Signed-off-by: Leo Famulari <leo@famulari.name>
| Nicolas Goaziou |
2016-09-23 | gnu: r-curl: Respect CURL_CA_BUNDLE variable.•••* gnu/packages/web.scm (r-curl)[arguments]: Add phase
"allow-CURL_CA_BUNDLE".
| Ricardo Wurmus |
2016-09-23 | gnu: sra-tools: Update to 2.7.0.•••* gnu/packages/bioinformatics.scm (sra-tools): Update to 2.7.0.
| Ricardo Wurmus |
2016-09-23 | gnu: ncbi-vdb: Update to 2.7.0.•••* gnu/packages/bioinformatics.scm (ncbi-vdb): Update to 2.7.0.
| Ricardo Wurmus |
2016-09-23 | gnu: ngs-sdk: Update to 1.2.5.•••* gnu/packages/bioinformatics.scm (ngs-sdk): Update to 1.2.5.
| Ricardo Wurmus |
2016-09-23 | gnu: randomjungle: Only build on x86_64 and i686.•••* gnu/packages/machine-learning.scm (randomjungle)[supported-systems]:
Only build on x86_64 and i686.
| Ricardo Wurmus |
2016-09-23 | gnu: retroarch: Update to 1.3.6.•••* gnu/packages/games.scm (retroarch): Update to 1.3.6.
| Efraim Flashner |
2016-09-23 | gnu: synfig: Fix isnan error.•••* gnu/packages/animation.scm (synfig)[arguments]: Add build phase to
replace "::isnan" with "std::isnan".
| Ricardo Wurmus |
2016-09-22 | gnu: ccache: Upgrade to 3.3.1.•••* gnu/packages/ccache.scm (ccache): Upgrade to 3.3.1.
[description]: Adjust supported languages.
| Eric Bavier |
2016-09-22 | gnu: ccache: Use modify-phases.•••* gnu/packages/ccache.scm (ccache)[arguments]: Use modify-phases.
| Eric Bavier |
2016-09-22 | gnu: boost: Add -j for build.•••* gnu/packages/boost.scm (boost)[arguments]: Add -j flag for build
phase.
| Eric Bavier |
2016-09-22 | gnu: boost: Upgrade to 1.61.0.•••* gnu/packages/boost.scm (boost): Upgrade to 1.61.0
* gnu/packages/databases.scm (mysql)[arguments]: Compute boost minor
version for substitution.
| Eric Bavier |
2016-09-22 | build: clean-go: warn about stray .go files.•••* Makefile.am (clean-go): Warn of .go files remaining in builddir.
| Eric Bavier |
2016-09-22 | gnu: Add ghc-transformers-0.4.2.0.•••* gnu/packages/haskell.scm (ghc-transformers-0.4.2.0): New variable.
Signed-off-by: Leo Famulari <leo@famulari.name>
| ng0 |
2016-09-22 | gnu: Add ghc-system-fileio.•••* gnu/packages/haskell.scm (ghc-system-fileio): New variable.
Signed-off-by: Leo Famulari <leo@famulari.name>
| ng0 |
2016-09-22 | gnu: Add ghc-system-filepath.•••* gnu/packages/haskell.scm (ghc-system-filepath): New variable.
Signed-off-by: Leo Famulari <leo@famulari.name>
| ng0 |
2016-09-22 | gnu: Add ghc-options.•••* gnu/packages/haskell.scm (ghc-options): New variable.
Signed-off-by: Leo Famulari <leo@famulari.name>
| ng0 |
2016-09-22 | gnu: Add ghc-chell-quickcheck.•••* gnu/packages/haskell.scm (ghc-chell-quickcheck): New variable.
Signed-off-by: Leo Famulari <leo@famulari.name>
| ng0 |
2016-09-22 | gnu: Add ghc-chell-quickcheck-bootstrap.•••* gnu/packages/haskell.scm (ghc-chell-quickcheck-bootstrap): New variable.
Signed-off-by: Leo Famulari <leo@famulari.name>
| ng0 |
2016-09-22 | gnu: Add ghc-chell.•••* gnu/packages/haskell.scm (ghc-chell): New variables.
Signed-off-by: Leo Famulari <leo@famulari.name>
| ng0 |
2016-09-22 | gnu: Add ghc-options-bootstrap.•••* gnu/packages/haskell.scm (ghc-options-bootstrap): New variable.
Signed-off-by: Leo Famulari <leo@famulari.name>
| ng0 |
2016-09-22 | gnu: Add ghc-shelly.•••* gnu/packages/haskell.scm (ghc-shelly): New variable.
Signed-off-by: Leo Famulari <leo@famulari.name>
| ng0 |
2016-09-22 | gnu: Add ghc-system-fileio-bootstrap.•••* gnu/packages/haskell.scm (ghc-system-fileio-bootstrap): New variable.
Signed-off-by: Leo Famulari <leo@famulari.name>
| ng0 |
2016-09-22 | gnu: Add ghc-system-filepath-bootstrap.•••* gnu/packages/haskell.scm (ghc-system-filepath-bootstrap): New variable.
Signed-off-by: Leo Famulari <leo@famulari.name>
| ng0 |
2016-09-22 | gnu: Add ghc-lifted-async.•••* gnu/packages/haskell.scm (ghc-lifted-async): New variable.
Signed-off-by: Leo Famulari <leo@famulari.name>
| ng0 |
2016-09-22 | gnu: Add ghc-constraints.•••* gnu/packages/haskell.scm (ghc-constraints): New variable.
| ng0 |
2016-09-22 | gnu: Add ghc-array.•••* gnu/packages/haskell.scm (ghc-array): New variable.
Signed-off-by: Leo Famulari <leo@famulari.name>
| ng0 |
2016-09-22 | gnu: Add ghc-graphviz.•••* gnu/packages/haskell.scm (ghc-graphviz): New variable.
Signed-off-by: Leo Famulari <leo@famulari.name>
| ng0 |
2016-09-22 | gnu: Add ghc-fgl-arbitrary.•••* gnu/packages/haskell.scm (ghc-fgl-arbitrary): New variable.
Signed-off-by: Leo Famulari <leo@famulari.name>
| ng0 |
2016-09-22 | gnu: ghc-fgl: Update to 5.5.3.0.•••* 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>
| ng0 |
2016-09-22 | gnu: Add ghc-wl-pprint-text.•••* gnu/packages/haskell.scm (ghc-wl-pprint-text): New variable.
Signed-off-by: Leo Famulari <leo@famulari.name>
| ng0 |
2016-09-22 | gnu: Add ghc-process.•••* gnu/packages/haskell.scm (ghc-process): New variable.
Signed-off-by: Leo Famulari <leo@famulari.name>
| ng0 |
2016-09-22 | gnu: Add ghc-directory.•••* gnu/packages/haskell.scm (ghc-directory): New variable.
Signed-off-by: Leo Famulari <leo@famulari.name>
| ng0 |
2016-09-22 | gnu: Add ghc-colour.•••* gnu/packages/haskell.scm (ghc-colour): New variable.
Signed-off-by: Leo Famulari <leo@famulari.name>
| ng0 |
2016-09-22 | gnu: Add ghc-bytestring.•••* gnu/packages/haskell.scm (ghc-bytestring): New variable.
Signed-off-by: Leo Famulari <leo@famulari.name>
| ng0 |
2016-09-22 | gnu: Add ghc-monads-tf.•••* gnu/packages/haskell.scm (ghc-monads-tf): New variable.
Signed-off-by: Leo Famulari <leo@famulari.name>
| ng0 |
2016-09-22 | gnu: Add ghc-patience.•••* gnu/packages/haskell.scm (ghc-patience): New variable.
Signed-off-by: Leo Famulari <leo@famulari.name>
| ng0 |
2016-09-22 | gnu: Add ghc-findbin.•••* gnu/packages/haskell.scm (ghc-findbin): New variable.
Signed-off-by: Leo Famulari <leo@famulari.name>
| ng0 |
2016-09-22 | gnu: Add ghc-transformers.•••* gnu/packages/haskell.scm (ghc-transformers): New variable.
Signed-off-by: Leo Famulari <leo@famulari.name>
| ng0 |
2016-09-22 | gnu: Add ghc-tar.•••* gnu/packages/haskell.scm (ghc-tar): New variable.
Signed-off-by: Leo Famulari <leo@famulari.name>
| ng0 |