;;; GNU Guix --- Functional package management for GNU ;;; Copyright © 2014, 2017, 2018, 2022 Ludovic Courtès ;;; Copyright © 2016 John Darrington ;;; Copyright © 2017, 2018 Leo Famulari ;;; Copyright © 2018, 2021 Tobias Geerinckx-Rice ;;; Copyright © 2019 Marius Bakke ;;; Copyright © 2020 Ricardo Wurmus ;;; Copyright © 2022 Efraim Flashner ;;; Copyright © 2022 Zheng Junjie <873216071@qq.com> ;;; ;;; 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. ;;; ;;
aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEfraim Flashner <efraim@flashner.co.il>2023-11-04 22:45:46 +0200
committerEfraim Flashner <efraim@flashner.co.il>2023-11-28 07:59:21 +0200
commitbca45f55311df62ed70d0340d472326cb317925e (patch)
tree4b3d4bcd3b521758c2496dd83fccb5dcdc48ce7a /build-aux/build-self.scm
parentedc2be832679cfe72d5e228c35131076d6605664 (diff)
downloadguix-bca45f55311df62ed70d0340d472326cb317925e.tar.gz
guix-bca45f55311df62ed70d0340d472326cb317925e.zip
gnu: rust-packed-struct: Rename to rust-packed-struct-0.3.
* gnu/packages/crates-io.scm (rust-packed-struct): Rename variable to rust-packed-struct-0.3. Change-Id: Ibe9799098182b786af3e3e9d3a9088729fc62fcb
Diffstat (limited to 'build-aux/build-self.scm')
0 files changed, 0 insertions, 0 deletions
(sha256 (base32 "1dayj5i4bh65gn7zkciacnwv2a0ghm6nn58d78rsi4zby4lyj5w5")))) (build-system gnu-build-system) (arguments `(#:configure-flags '("--disable-static"))) (native-inputs `(("autoconf" ,autoconf) ("automake" ,automake) ("gettext" ,gettext-minimal) ("libtool" ,libtool) ("pkg-config" ,pkg-config))) (inputs (list libtirpc)) (synopsis "Public client interface for NIS(YP) and NIS+") (description "Libnsl is the public client interface for the Network Information Service / Yellow Pages (NIS/YP) and NIS+. It includes IPv6 support. This library was part of glibc < 2.26, but is now distributed separately.") (home-page "https://github.com/thkukuk/libnsl") ;; The package is distributed under the LGPL 2.1. Some files in ;; 'src/nisplus/' are LGPL 2.1+, and some files in 'src/rpcsvc/' are BSD-3. (license lgpl2.1)))