;;; GNU Guix --- Functional package management for GNU ;;; Copyright © 2015, 2018 Ludovic Courtès ;;; ;;; This file is part of GNU Guix. ;;; ;;; GNU Guix is free software; you can redistribute it and/or modify it ;;; under the terms of the GNU General Public License as published by ;;; the Free Software Foundation; either version 3 of the License, or (at ;;; your option) any later version. ;;; ;;; GNU Guix is distributed in the hope that it will be useful, but ;;; WITHOUT ANY WARRANTY; without even the implied warranty of ;;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the ;;; GNU General Public License for more details. ;;; ;;; You should have received a copy of the GNU General Public License ;;; along with GNU Guix. If not, see . (define-module (gnu system nss) #:use-module (rnrs enums) #:use-module (guix records) #:use-module (srfi srfi-9) #:use-module (ice-9 match) #:export (name-service-switch? name-service-switch name-service
aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2018-03-25gnu: make-bootstrap: Adapt glibc-bootstrap-system.patch for glibc-2.27.Mark H Weaver
* gnu/packages/patches/glibc-bootstrap-system.patch: Adapt for glibc-2.27.
2018-03-25gnu: crda: Inhibit gzip timestamp.Mark H Weaver
* gnu/packages/linux.scm (crda)[arguments]: Add 'gzip-determinism' phase.
2018-03-25gnu: asciidoc: Restore custom 'bootstrap' phase.Mark H Weaver
Fix a regression introduced by commit 189be331acfda1c242a9c85fca8d2a0356742f48. * gnu/packages/documentation.scm (asciidoc)[arguments]: Restore the custom 'bootstrap' phase that present prior to commit 189be33.
2018-03-25gnu: wireless-regdb: Inhibit gzip timestamp.Mark H Weaver
* gnu/packages/linux.scm (wireless-regdb)[arguments]: Add 'gzip-determinism' phase.
2018-03-25gnu: xf86-video-intel: Fix error during bootstrap.Mark H Weaver
* gnu/packages/xorg.scm (xf86-video-intel)[arguments]: Add 'pre-bootstrap' phase.
2018-03-25gnu: shadow: Return #t from all phases.Mark H Weaver
* gnu/packages/admin.scm (shadow)[arguments]: Return #t from the 'set-nscd-file-name' phase.
2018-03-25gnu: pulseaudio: Fix build with glibc-2.27.Mark H Weaver
* gnu/packages/patches/pulseaudio-glibc-2.27.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. * gnu/packages/pulseaudio.scm (pulseaudio)[source]: Add the patch. [arguments]: Replace 'bootstrap' phase. [native-inputs]: Add autoconf, automake, and libtool.
2018-03-25gnu: mkfontdir: Return #t from all phases.Mark H Weaver
* gnu/packages/xorg.scm (mkfontdir)[arguments]: Return #t from the 'wrap-mkfontdir' phase.
2018-03-25gnu: binutils-vc4: Use invoke.Mark H Weaver
* gnu/packages/embedded.scm (binutils-vc4)[arguments]: Use invoke.
2018-03-25gnu: bdb: Use invoke.Mark H Weaver
* gnu/packages/databases.scm (bdb, bdb-5.3)[arguments]: Use invoke in the custom configure phase.
2018-03-23gnu: clang: Return #t from all phases.Mark H Weaver
* gnu/packages/llvm.scm (clang-from-llvm): Return #t from the 'set-glibc-file-names' phase.
2018-03-23gnu: at-spi2-atk: Use invoke.Mark H Weaver
* gnu/packages/gtk.scm (at-spi2-atk)[arguments]: Use invoke.
2018-03-23gnu: at-spi2-core: Use invoke.Mark H Weaver
* gnu/packages/gtk.scm (at-spi2-core)[arguments]: Use invoke.
2018-03-23gnu: texmaker: Use invoke.Mark H Weaver