all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
blob b83b7997aea545c76f43ec662d3fcba57f80cbb4 730 bytes (raw)
name: gnu/packages/patches/knot-remove-runtime-deps.patch 	 # note: path name is non-authoritative(*)

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
 
Following patch is imported from nixpkgs:

source: https://github.com/NixOS/nixpkgs/pull/338995

Remove unnecessary runtime dependencies.

`knotc status configure` shows summary from the configure script,
but that contains also references like include paths.
Filter these at least in a crude way (whole lines).
--- a/configure.ac
+++ b/configure.ac
@@ -788,5 +788,5 @@ result_msg_base="
-result_msg_esc=$(echo -n "    Configure:$filtered_config_params\n$result_msg_base" | sed '$!s/$/\\n/' | tr -d '\n')
+result_msg_esc=$(echo -n "    Configure:$filtered_config_params\n$result_msg_base" | grep -Fv "$NIX_STORE" | sed '$!s/$/\\n/' | tr -d '\n')
 
 AC_DEFINE_UNQUOTED([CONFIGURE_SUMMARY],["$result_msg_esc"],[Configure summary])
 

debug log:

solving b83b7997ae ...
found b83b7997ae in https://yhetil.org/guix/c016d64071ca814e8a628a099f805f2d6111d745.1727255336.git.ashish.is@lostca.se/ ||
	https://yhetil.org/guix/9a4ae20930ffdc6081909c61f63bd8336abf7092.1727213601.git.ashish.is@lostca.se/

applying [1/1] https://yhetil.org/guix/c016d64071ca814e8a628a099f805f2d6111d745.1727255336.git.ashish.is@lostca.se/
diff --git a/gnu/packages/patches/knot-remove-runtime-deps.patch b/gnu/packages/patches/knot-remove-runtime-deps.patch
new file mode 100644
index 0000000000..b83b7997ae

1:21: trailing whitespace.
 
1:23: trailing whitespace.
 
Checking patch gnu/packages/patches/knot-remove-runtime-deps.patch...
1:23: new blank line at EOF.
+
Applied patch gnu/packages/patches/knot-remove-runtime-deps.patch cleanly.
warning: 3 lines add whitespace errors.

skipping https://yhetil.org/guix/9a4ae20930ffdc6081909c61f63bd8336abf7092.1727213601.git.ashish.is@lostca.se/ for b83b7997ae
index at:
100644 b83b7997aea545c76f43ec662d3fcba57f80cbb4	gnu/packages/patches/knot-remove-runtime-deps.patch

(*) Git path names are given by the tree(s) the blob belongs to.
    Blobs themselves have no identifier aside from the hash of its contents.^

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.