summaryrefslogtreecommitdiff
path: root/gnu
AgeCommit message (Collapse)Author
2015-10-28container: Remove unnecessary CLONE_CHILD_* flags.Ludovic Courtès
* gnu/build/linux-container.scm (namespaces->bit-mask): Remove CLONE_CHILD_CLEARTID and CLONE_CHILD_SETTID, which are unneeded. Discussed at <http://bugs.gnu.org/21694>.
2015-10-28gnu: python-debian: Avoid @itemize in description.Ludovic Courtès
* gnu/packages/python.scm (python-debian): Use @enumerate instead of @itemize.
2015-10-28gnu: grub: Install documentation.Mark H Weaver
* gnu/packages/grub.scm (grub)[native-inputs]: Add help2man and texinfo.
2015-10-28gnu: grub: Use modify-phases and other minor cleanups.Mark H Weaver
* gnu/packages/grub.scm (grub)[arguments]: Use modify-phases. Return #t from 'patch-stuff' phase. Add 'patch-stuff' phase after 'unpack' instead of before 'patch-source-shebangs'. [inputs]: Add comment noting that 'fuse' would be a desirable input.
2015-10-28gnu: linux-libre: On MIPS, the linux image name is vmlinuz, not bzImage.Mark H Weaver
* gnu/packages/linux.scm (linux-libre)[install-phase]: Add vmlinuz to the list of file names to be copied.
2015-10-28gnu: linux-libre: Add case for ARCH=mips.Mark H Weaver
* gnu/packages/linux.scm (linux-libre)[build-phase]: When setting ARCH, add a case for MIPS.
2015-10-28gnu: linux-libre: Add 'supported-systems' field: Intel only for now.Mark H Weaver
* gnu/packages/linux.scm (linux-libre)[supported-systems]: New field.
2015-10-27gnu: linux-libre: Update to 4.2.5.Mark H Weaver
* gnu/packages/linux.scm (linux-libre): Update to 4.2.5.
2015-10-27linux-initrd: Use pata_acpi, pata_atiixp, and isci modules only on Intel.Mark H Weaver
* gnu/system/linux-initrd.scm (base-initrd)[linux-modules]: Include "pata_acpi", "pata_atiixp", and "isci" on Intel systems only.
2015-10-27system: grub: Adjust eye-candy to work on non-Intel systems.Mark H Weaver
* gnu/system/grub.scm (eye-candy): Accept additional 'system' argument. Add local 'setup-gfxterm-body' variable. Replace the 'load_video' grub function with 'setup_gfxterm', which includes everything in the 'if loadfont' form on Intel systems, but is empty on non-Intel. (grub-configuration-file): Pass 'system' to 'eye-candy.
2015-10-27system: grub: On MIPS, the linux image name is vmlinuz, not bzImage.Mark H Weaver
* gnu/system/grub.scm (grub-configuration-file): Add 'linux-image-name' internal procedure. Use it from 'entry->gexp'.
2015-10-27gnu: Add Diffoscope.Ludovic Courtès
* gnu/packages/package-management.scm (diffoscope): New variable.
2015-10-27gnu: Add python-chardet.Ludovic Courtès
* gnu/packages/python.scm (python-chardet, python2-chardet): New variables.
2015-10-27gnu: Add python-debian.Ludovic Courtès
* gnu/packages/python.scm (python-debian, python2-debian): New variables.
2015-10-27gnu: gcj: Run libjava tests.Ricardo Wurmus
* gnu/packages/gcc.scm (gcj)[native-inputs]: Add dejagnu. [arguments]: Enable tests and set test target to "check-target-libjava".
2015-10-27gnu: guile-next: Update to 20151025.e5bccb6Christopher Allan Webber
* gnu/packages/guile.scm (guile-next): Update to 20151025.e5bccb6.
2015-10-27gnu: subread: Use SSE optimizations on x86_64 only.Ricardo Wurmus
* gnu/packages/bioinformatics.scm (subread)[arguments]: Override CC and CCFLAGS conditionally dependent on target system.
2015-10-27gnu: crossmap: Update to 0.2.1.Ricardo Wurmus
* gnu/packages/bioinformatics.scm (crossmap): Update to 0.2.1.
2015-10-27gnu: Add yapet.Aljosha Papsch
* gnu/packages/password-utils.scm (yapet): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2015-10-27gnu: Add xcompmgr.Cyrill Schenkel
* gnu/packages/xorg.scm (xcompmgr): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2015-10-27gnu: Add python-file.Ludovic Courtès
* gnu/packages/python.scm (python-file, python2-file): New variables.
2015-10-27gnu: Add RPM.Ludovic Courtès
* gnu/packages/package-management.scm (rpm): New variable. * gnu/packages/backup.scm (libarchive): Add comment.
2015-10-26gnu: racket: Update to 6.2.1.Paul van der Walt
* gnu/packages/scheme.scm (racket): Update to 6.2.1.
2015-10-26gnu: haskell: Remove CONFIG_SHELL patches.Paul van der Walt
A previous commit to the haskell-build-system made sure that if necessary, the CONFIG_SHELL environment variable is set. That obviates the individual patches applied to some packages. Remove them. * gnu/packages/haskell.scm (ghc-network, ghc-old-time, ghc-sdl-image, ghc-sdl-mixer, ghc-sdl, ghc-unix-time, ghc-x11)[arguments]: Remove ‘fix-/bin/sh’ phase.
2015-10-26gnu: ghc-async: Fix description formatting.Paul van der Walt
* gnu/packages/haskell.scm (ghc-async): Formatting.
2015-10-25gnu: youtube-dl: Upgrade to 2015.10.24.Efraim Flashner
* gnu/packages/video.scm (youtube-dl): Upgrade to 2015.10.24.
2015-10-23gnu: linux-libre: Update to 4.2.4.Mark H Weaver
* gnu/packages/linux.scm (linux-libre): Update to 4.2.4.
2015-10-23gnu: Add Raincat.Paul van der Walt
* gnu/packages/games.scm (raincat): New variable.
2015-10-23gnu: Add ghc-sdl-image.Paul van der Walt
* gnu/packages/haskell.scm (ghc-sdl-image): New variable.
2015-10-23gnu: Add ghc-sdl-mixer.Paul van der Walt
* gnu/packages/haskell.scm (ghc-sdl-mixer): New variable.
2015-10-23gnu: Add ghc-sdl.Paul van der Walt
* gnu/packages/haskell.scm (ghc-sdl): New variable.
2015-10-23gnu: Add ghc-glut.Paul van der Walt
* gnu/packages/haskell.scm (ghc-glut): New variable.
2015-10-23gnu: Add ghc-opengl.Paul van der Walt
* gnu/packages/haskell.scm (ghc-opengl): New variable.
2015-10-23gnu: Add ghc-objectname.Paul van der Walt
* gnu/packages/haskell.scm (ghc-objectname): New variable.
2015-10-23gnu: Add ghc-gluraw.Paul van der Walt
* gnu/packages/haskell.scm (ghc-gluraw): New variable.
2015-10-23gnu: Add ghc-openglraw.Paul van der Walt
* gnu/packages/haskell.scm (ghc-openglraw): New variable.
2015-10-23gnu: Add ghc-half.Paul van der Walt
* gnu/packages/haskell.scm (ghc-half): New variable.
2015-10-23gnu: Add ghc-regex-compat.Paul van der Walt
* gnu/packages/haskell.scm (ghc-regex-compat): New variable.
2015-10-23gnu: Add ghc-regex-posix.Paul van der Walt
* gnu/packages/haskell.scm (ghc-regex-posix): New variable.
2015-10-23gnu: Add ghc-xhtml.Paul van der Walt
* gnu/packages/haskell.scm (ghc-xhtml): New variable.
2015-10-23gnu: Add ghc-haskell-src.Paul van der Walt
* gnu/packages/haskell.scm (ghc-haskell-src): New variable.
2015-10-23gnu: Add ghc-html.Paul van der Walt
* gnu/packages/haskell.scm (ghc-html): New variable.
2015-10-23gnu: Add ghc-cgi.Paul van der Walt
* gnu/packages/haskell.scm (ghc-cgi): New variable.
2015-10-23gnu: Add ghc-multipart.Paul van der Walt
* gnu/packages/haskell.scm (ghc-multipart): New variable.
2015-10-23gnu: Add ghc-alex.Paul van der Walt
* gnu/packages/haskell.scm (ghc-alex): New variable.
2015-10-23gnu: Add ghc-haddock.Paul van der Walt
* gnu/packages/haskell.scm (ghc-haddock): New variable.
2015-10-23gnu: Add ghc-haddock-api.Paul van der Walt
* gnu/packages/haskell.scm (ghc-haddock-api): New variable.
2015-10-23gnu: Add ghc-haddock-library.Paul van der Walt
* gnu/packages/haskell.scm (ghc-haddock-library): New variable.
2015-10-23gnu: Add Idris.Paul van der Walt
* gnu/packages/haskell.scm (idris): New variable.
2015-10-23gnu: Add ghc-trifecta.Paul van der Walt
* gnu/packages/haskell.scm (ghc-trifecta): New variable.