all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Leo Famulari <leo@famulari.name>
To: 63038@debbugs.gnu.org
Subject: [bug#63038] [PATCH 3/5] gnu: neko: Build with httpd/pinned.
Date: Sun, 23 Apr 2023 13:11:46 -0400	[thread overview]
Message-ID: <70030d3036eb8d9930c7443b840f23a1a8b406c8.1682269908.git.leo@famulari.name> (raw)
In-Reply-To: <3ddfb053e7baefefe88c560a41096d2e2aa7ed69.1682269908.git.leo@famulari.name>

* gnu/packages/haxe.scm (neko)[inputs]: Replace httpd with ...
[native-inputs]: ... httpd/pinned.
[arguments]: Forbid keeping a reference to httpd/pinned.
---
 gnu/packages/haxe.scm | 8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/haxe.scm b/gnu/packages/haxe.scm
index dbe8b2c19e..44ba33abd1 100644
--- a/gnu/packages/haxe.scm
+++ b/gnu/packages/haxe.scm
@@ -66,7 +66,8 @@ (define-public neko
         (base32 "1xgw646pghsjjbzd8qlaq17vq96swlrazpivrvyrhdj36vb3sci3"))))
     (build-system cmake-build-system)
     (arguments
-     (list #:phases
+     (list #:disallowed-references (list httpd/pinned)
+           #:phases
            #~(modify-phases %standard-phases
                (add-after 'unpack 'prefix
                  (lambda _
@@ -76,7 +77,6 @@ (define-public neko
     (inputs (list apr
                   apr-util
                   gtk+-2
-                  httpd
                   libgc
                   mbedtls-apache
                   mysql
@@ -84,7 +84,9 @@ (define-public neko
                   pcre
                   sqlite
                   zlib))
-    (native-inputs (list git pkg-config)) ; git for source_archive and applying patch
+    (native-inputs (list httpd/pinned
+                         git ; git for source_archive and applying patch
+                         pkg-config))
     (home-page "https://nekovm.org/")
     (synopsis "High-level dynamically typed programming language and virtual
 machine")
-- 
2.39.2





  parent reply	other threads:[~2023-04-23 17:49 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-04-23 17:09 [bug#63038] Apache HTTPD security update 2.4.57 Leo Famulari
2023-04-23 17:11 ` [bug#63038] [PATCH 1/5] gnu: httpd: Update to 2.4.57 [security fixes] Leo Famulari
2023-04-23 17:11   ` [bug#63038] [PATCH 2/5] build-system/cmake: Add support for the #:disallowed-references key Leo Famulari
2023-04-23 17:11   ` Leo Famulari [this message]
2023-04-23 17:11   ` [bug#63038] [PATCH 4/5] gnu: 389-ds-base: Build with httpd/pinned Leo Famulari
2023-04-23 17:11   ` [bug#63038] [PATCH 5/5] gnu: mod-wsgi: " Leo Famulari
2023-04-30  8:49 ` bug#63038: Apache HTTPD security update 2.4.57 Leo Famulari

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

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

  git send-email \
    --in-reply-to=70030d3036eb8d9930c7443b840f23a1a8b406c8.1682269908.git.leo@famulari.name \
    --to=leo@famulari.name \
    --cc=63038@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 external index

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

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.