summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRaghav Gururajan <rg@raghavgururajan.name>2021-09-08 11:18:17 -0400
committerRaghav Gururajan <rg@raghavgururajan.name>2021-09-08 11:23:11 -0400
commit919a0a8e466ab88a55adbdb4a149230d83c758b4 (patch)
treef2c647ce4ce6e78ec84e7f1d27535a6fd0be8ae4
parentf498b230acec87c8579a9b033ed9751ed11c2a89 (diff)
gnu: gobject-introspection: Fix the header of patch files.origin/wip-gnome
* gnu/packages/patches/gobject-introspection-absolute-shlib-path.patch: Modify. * gnu/packages/patches/gobject-introspection-cc.patch: Modify.
-rw-r--r--gnu/packages/patches/gobject-introspection-absolute-shlib-path.patch7
-rw-r--r--gnu/packages/patches/gobject-introspection-cc.patch5
2 files changed, 3 insertions, 9 deletions
diff --git a/gnu/packages/patches/gobject-introspection-absolute-shlib-path.patch b/gnu/packages/patches/gobject-introspection-absolute-shlib-path.patch
index 3c03dba218..c23b054a39 100644
--- a/gnu/packages/patches/gobject-introspection-absolute-shlib-path.patch
+++ b/gnu/packages/patches/gobject-introspection-absolute-shlib-path.patch
@@ -1,8 +1,5 @@
-From 8471367e35e122fb6e661c243810df92c69440b4 Mon Sep 17 00:00:00 2001
-From: Raghav Gururajan <rg@raghavgururajan.name>
-Date: Tue, 7 Sep 2021 17:15:18 -0400
-Subject: Names of libraries included in typelib files are opened
- by dlopen. Here we add the full path.
+Names of libraries included in typelib files are opened by dlopen.
+Here we add the full path.
This patch was provided by Luca Bruno <lucabru@src.gnome.org>,
for 'gobject-introspection' 1.40.0 in Nix.
diff --git a/gnu/packages/patches/gobject-introspection-cc.patch b/gnu/packages/patches/gobject-introspection-cc.patch
index fde13d1a59..748a1a0a89 100644
--- a/gnu/packages/patches/gobject-introspection-cc.patch
+++ b/gnu/packages/patches/gobject-introspection-cc.patch
@@ -1,7 +1,4 @@
-From e9b8fa0768a1f0ef7df2659eb559f48433ff82be Mon Sep 17 00:00:00 2001
-From: Raghav Gururajan <rg@raghavgururajan.name>
-Date: Tue, 7 Sep 2021 16:59:16 -0400
-Subject: Use gcc as the default C compiler if CC is not set.
+Use gcc as the default C compiler if CC is not set.
---
giscanner/__init__.py | 2 ++