Age | Commit message (Expand) | Author |
---|---|---|
2017-07-17 | locale: Demonadify the locale creation API....* gnu/system/locale.scm (single-locale-directory): Use 'computed-file' instead of 'gexp->derivation'. (locale-directory): Adjust accordingly and do the same. * gnu/system.scm (operating-system-directory-base-entries): Adjust accordingly. | Ludovic Courtès |
2017-07-17 | gnu: Remove glibc@2.21 and its traces....* gnu/packages/base.scm (glibc-2.21): Remove. * gnu/system/locale.scm (localedef-command)[maybe-version-directory]: Remove. Replace call with use of 'package-version'. (single-locale-directory): Remove 'version>=' conditional. | Ludovic Courtès |
2017-07-17 | gexp: 'ungexp-splicing' properly accounts for nested native inputs....Previously, (gexp-native-inputs #~#$@(list #~#+foo)) would return '(). This is a followup to 5b14a7902c58d9fb7923f9e16871f549fbe59b6e. * guix/gexp.scm (gexp-inputs)[add-reference-inputs]: In the list case, remove 'if' around 'fold-right'. In 'map' lambda, always inherit N?. * tests/gexp.scm ("gexp list splicing + ungexp-splicing"): New test. | Ludovic Courtès |
2017-07-17 | gnu: screen: Update to 4.6.1....* gnu/packages/screen.scm (screen): Update to 4.6.1. | Efraim Flashner |
2017-07-17 | build, vm: Use a less common label....* gnu/build/vm.scm (initialize-hard-disk): Use "GuixSD_image" as label. * gnu/system/install.scm (installation-os): Likewise. * gnu/system/vm.scm (system-disk-image): Likewise. | Tobias Geerinckx-Rice |
2017-07-17 | gnu: emacs-ahungry-theme: Upgrade to 1.4.0....* gnu/packages/emacs.scm (emacs-ahungry-theme): Upgrade to 1.4.0. Signed-off-by: Leo Famulari <leo@famulari.name> | Alex Vong |
2017-07-17 | gnu: dash: Use the release tarball....* gnu/packages/shells.scm (dash)[source]: Use the release tarball instead of a Git checkout. [native-inputs]: Remove field. [arguments]: Remove 'bootstrap' phase. | Leo Famulari |
2017-07-17 | gnu: font-wqy-zenhei: Use 'font-build-system'....* gnu/packages/fonts.scm (font-wqy-zenhei): Switch to font-build-system. Signed-off-by: Ludovic Courtès <ludo@gnu.org> | Feng Shu |
2017-07-17 | gnu: font-wqy-microhei: Use 'font-build-system'....* gnu/packages/fonts.scm (font-wqy-microhei): Switch to font-build-system. Signed-off-by: Ludovic Courtès <ludo@gnu.org> | Feng Shu |
2017-07-17 | gnu: Add Poly/ML....* gnu/packages/sml.scm: New file. * gnu/local.mk (GNU_SYSTEM_MODULES): Add it. Signed-off-by: Ludovic Courtès <ludo@gnu.org> | Andy Patterson |
2017-07-17 | daemon: Flush the sink upon 'exportPath' errors....Prior to this change, errors such as wrong permissions on /etc/guix/signing-key.sec would give: guix-daemon: nix/libutil/serialise.cc:15: virtual nix::BufferedSink::~BufferedSink(): Assertion `!bufPos' failed. This patch correctly propagates the error to the client and thus changes that to: error: build failed: file `/etc/guix/signing-key.sec' should be secret (inaccessible to everybody else)! * nix/nix-daemon/nix-daemon.cc (performOp): Wrap 'exportPath' call in 'try' block. Co-authored-by: Ludovic Courtès <ludo@gnu.org> | Jan Nieuwenhuizen |
2017-07-17 | gnu: supertuxkart: Fix build on aarch64....* gnu/packages/games.scm (supertuxkart)[source]: Add patch. * gnu/packages/patches/supertuxkart-angelscript-ftbfs.patch: New file. * gnu/local.mk (dist_patch_DATA): Register it. | Efraim Flashner |
2017-07-17 | gnu: Add sooperlooper....* gnu/packages/patches/sooperlooper-build-with-wx-30.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. * gnu/packages/music.scm (sooperlooper): New variable. | Ricardo Wurmus |
2017-07-17 | gnu: texlive-union: Silence union-build....* gnu/packages/tex.scm (texlive-union)[arguments]: Suppress the output of "union-build". | Ricardo Wurmus |
2017-07-17 | gnu: Add texlive-latex-type1cm....* gnu/packages/tex.scm (texlive-latex-type1cm): New variable. | Ricardo Wurmus |
2017-07-17 | gnu: Add texlive-fonts-txfonts....* gnu/packages/tex.scm (texlive-fonts-txfonts): New variable. | Ricardo Wurmus |
2017-07-17 | gnu: Add texlive-latex-enumitem....* gnu/packages/tex.scm (texlive-latex-enumitem): New variable. | Ricardo Wurmus |
2017-07-17 | gnu: texlive-dvips: Install font maps....* gnu/packages/tex.scm (texlive-dvips)[native-inputs]: Add dvips-font-maps and dvips-base-enc. [arguments]: Install them. | Ricardo Wurmus |
2017-07-17 | gnu: texlive-union: Add texlive-fontname to defaults....* gnu/packages/tex.scm (texlive-union): Add texlive-fontname to the default packages | Ricardo Wurmus |
2017-07-17 | gnu: Add texlive-fontname....* gnu/packages/tex.scm (texlive-fontname): New variable. | Ricardo Wurmus |
2017-07-17 | gnu: python-ipython: Use texlive-union....* gnu/packages/python.scm (python-ipython)[native-inputs]: Replace "texlive" with a texlive-union. | Ricardo Wurmus |
2017-07-17 | gnu: Add texlive-latex-pstool....* gnu/packages/tex.scm (texlive-latex-pstool): New variable. | Ricardo Wurmus |
2017-07-17 | gnu: Add texlive-latex-trimspaces....* gnu/packages/tex.scm (texlive-latex-trimspaces): New variable. | Ricardo Wurmus |
2017-07-17 | gnu: Add texlive-latex-psfrag....* gnu/packages/tex.scm (texlive-latex-psfrag): New variable. | Ricardo Wurmus |
2017-07-17 | gnu: Add texlive-latex-ifplatform....* gnu/packages/tex.scm (texlive-latex-ifplatform): New variable. | Ricardo Wurmus |
2017-07-17 | gnu: Add texlive-latex-filemod....* gnu/packages/tex.scm (texlive-latex-filemod): New variable. | Ricardo Wurmus |
2017-07-17 | gnu: Add texlive-latex-environ....* gnu/packages/tex.scm (texlive-latex-environ): New variable. | Ricardo Wurmus |
2017-07-17 | gnu: Add texlive-latex-bigfoot....* gnu/packages/tex.scm (texlive-latex-bigfoot): New variable. | Ricardo Wurmus |
2017-07-17 | gnu: Add texlive-generic-pdftex....* gnu/packages/tex.scm (texlive-generic-pdftex): New variable. | Ricardo Wurmus |
2017-07-17 | gnu: Add texlive-latex-wrapfig....* gnu/packages/tex.scm (texlive-latex-wrapfig): New variable. | Ricardo Wurmus |
2017-07-17 | gnu: Add texlive-latex-varwidth....* gnu/packages/tex.scm (texlive-latex-varwidth): New variable. | Ricardo Wurmus |
2017-07-17 | gnu: Add texlive-latex-threeparttable....* gnu/packages/tex.scm (texlive-latex-threeparttable): New variable. | Ricardo Wurmus |
2017-07-17 | gnu: Add texlive-latex-tabulary....* gnu/packages/tex.scm (texlive-latex-tabulary): New variable. | Ricardo Wurmus |
2017-07-17 | gnu: Add texlive-latex-parskip....* gnu/packages/tex.scm (texlive-latex-parskip): New variable. | Ricardo Wurmus |
2017-07-17 | gnu: Add texlive-latex-upquote....* gnu/packages/tex.scm (texlive-latex-upquote): New variable. | Ricardo Wurmus |
2017-07-17 | gnu: Add texlive-latex-mdwtools....* gnu/packages/tex.scm (texlive-latex-mdwtools): New variable. | Ricardo Wurmus |
2017-07-17 | gnu: Add texlive-latex-framed....* gnu/packages/tex.scm (texlive-latex-framed): New variable. | Ricardo Wurmus |
2017-07-17 | gnu: Add texlive-latex-etoolbox....* gnu/packages/tex.scm (texlive-latex-etoolbox): New variable. | Ricardo Wurmus |
2017-07-17 | gnu: Add texlive-latex-capt-of....* gnu/packages/tex.scm (texlive-latex-capt-of): New variable. | Ricardo Wurmus |
2017-07-17 | gnu: texlive-latex-babel: Install to generic/babel....* gnu/packages/tex.scm (texlive-latex-babel)[arguments]: Change tex-directory to install to the "generic" tree. | Ricardo Wurmus |
2017-07-17 | gnu: texlive-union: Add texlive-generic-babel-english to defaults....* gnu/packages/tex.scm (texlive-union): Add "texlive-generic-babel-english" to the default inputs. | Ricardo Wurmus |
2017-07-17 | gnu: Add texlive-generic-babel-english....* gnu/packages/tex.scm (texlive-generic-babel-english): New variable. | Ricardo Wurmus |
2017-07-17 | gnu: Add texlive-latex-cmap....* gnu/packages/tex.scm (texlive-latex-cmap): New variable. | Ricardo Wurmus |
2017-07-17 | gnu: Add texlive-latex-fncychap....* gnu/packages/tex.scm (texlive-latex-fncychap): New variable. | Ricardo Wurmus |
2017-07-17 | gnu: Add texlive-latex-expdlist....* gnu/packages/tex.scm (texlive-latex-expdlist): New variable. | Ricardo Wurmus |
2017-07-17 | gnu: Add texlive-latex-eqparbox....* gnu/packages/tex.scm (texlive-latex-eqparbox): New variable. | Ricardo Wurmus |
2017-07-17 | gnu: Add texlive-latex-draftwatermark....* gnu/packages/tex.scm (texlive-latex-draftwatermark): New variable. | Ricardo Wurmus |
2017-07-17 | gnu: Add texlive-latex-dinbrief....* gnu/packages/tex.scm (texlive-latex-dinbrief): New variable. | Ricardo Wurmus |
2017-07-17 | gnu: Add texlive-latex-blindtext....* gnu/packages/tex.scm (texlive-latex-blindtext): New variable. | Ricardo Wurmus |
2017-07-17 | gnu: Add texlive-latex-polyglossia....* gnu/packages/tex.scm (texlive-latex-polyglossia): New variable. | Ricardo Wurmus |