unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: "Paul A. Patience" <paul@apatience.com>
To: 56368@debbugs.gnu.org
Cc: "Paul A. Patience" <paul@apatience.com>
Subject: [bug#56368] [PATCH v2 2/4] gnu: Add gawk-mpfr.
Date: Mon, 04 Jul 2022 04:59:30 +0000	[thread overview]
Message-ID: <20220704045918.967590-3-paul@apatience.com> (raw)
In-Reply-To: <20220704045918.967590-1-paul@apatience.com>

* gnu/packages/gawk.scm (gawk-mpfr): New variable.
---
 gnu/packages/gawk.scm | 10 ++++++++++
 1 file changed, 10 insertions(+)

diff --git a/gnu/packages/gawk.scm b/gnu/packages/gawk.scm
index 91252094b5..52ac66f9bb 100644
--- a/gnu/packages/gawk.scm
+++ b/gnu/packages/gawk.scm
@@ -3,6 +3,7 @@
 ;;; Copyright © 2014, 2015 Mark H Weaver <mhw@netris.org>
 ;;; Copyright © 2018 Efraim Flashner <efraim@flashner.co.il>
 ;;; Copyright © 2021 Marius Bakke <marius@gnu.org>
+;;; Copyright © 2022 Paul A. Patience <paul@apatience.com>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -24,6 +25,7 @@ (define-module (gnu packages gawk)
   #:use-module (gnu packages)
   #:use-module (gnu packages bash)
   #:use-module (gnu packages libsigsegv)
+  #:use-module (gnu packages multiprecision)
   #:use-module (guix packages)
   #:use-module (guix download)
   #:use-module (guix build-system gnu))
@@ -95,6 +97,14 @@ (define-public gawk
 including network access, sorting, and large libraries.")
    (license license:gpl3+)))

+;; Separate from gawk to facilitate bootstrapping.
+(define-public gawk-mpfr
+  (package/inherit gawk
+    (name "gawk-mpfr")
+    (inputs
+     (modify-inputs (package-inputs gawk)
+       (prepend mpfr)))))
+
 (define-public mawk
   (package
     (name "mawk")
--
2.36.1






  parent reply	other threads:[~2022-07-04  5:00 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-07-03 12:59 [bug#56368] [PATCH 1/4] gnu: Use 'license:' prefix in (gnu packages gawk) Paul A. Patience
2022-07-03 13:01 ` [bug#56368] [PATCH 2/4] gnu: Add gawk-mpfr Paul A. Patience
2022-07-03 13:02   ` [bug#56368] [PATCH 3/4] gnu: Add egawk-next Paul A. Patience
2022-07-03 13:02   ` [bug#56368] [PATCH 4/4] gnu: Add cppawk and cppawk-egawk Paul A. Patience
2022-07-04  4:59 ` [bug#56368] [PATCH v2 0/4] " Paul A. Patience
2022-07-04  4:59   ` [bug#56368] [PATCH v2 1/4] gnu: Use 'license:' prefix in (gnu packages gawk) Paul A. Patience
2022-07-04  4:59   ` Paul A. Patience [this message]
2022-07-04  4:59   ` [bug#56368] [PATCH v2 3/4] gnu: Add egawk-next Paul A. Patience
2022-07-04  4:59   ` [bug#56368] [PATCH v2 4/4] gnu: Add cppawk and cppawk-egawk Paul A. Patience
2022-07-08 15:39   ` bug#56368: [PATCH 1/4] gnu: Use 'license:' prefix in (gnu packages gawk) Ludovic Courtès

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://guix.gnu.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20220704045918.967590-3-paul@apatience.com \
    --to=paul@apatience.com \
    --cc=56368@debbugs.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).