summary refs log tree commit diff
path: root/pkgs/development/libraries/gobject-introspection
diff options
context:
space:
mode:
authoraszlig <aszlig@redmoonstudios.org>2016-01-23 00:14:53 +0100
committeraszlig <aszlig@redmoonstudios.org>2016-01-23 00:14:53 +0100
commitb3b444a79e53d4362a5995d01401b732f0b67eef (patch)
tree393241076eeae49b284da1a6b2e8f07d3f4073ec /pkgs/development/libraries/gobject-introspection
parent723f7f8f4fc44f0621227e1feaf61901fca12db9 (diff)
downloadnixpkgs-b3b444a79e53d4362a5995d01401b732f0b67eef.tar
nixpkgs-b3b444a79e53d4362a5995d01401b732f0b67eef.tar.gz
nixpkgs-b3b444a79e53d4362a5995d01401b732f0b67eef.tar.bz2
nixpkgs-b3b444a79e53d4362a5995d01401b732f0b67eef.tar.lz
nixpkgs-b3b444a79e53d4362a5995d01401b732f0b67eef.tar.xz
nixpkgs-b3b444a79e53d4362a5995d01401b732f0b67eef.tar.zst
nixpkgs-b3b444a79e53d4362a5995d01401b732f0b67eef.zip
gobject-introspection: Improve comment in patch
As the comment needed explanation, that it's about temporary build
files, this should do better.

Thanks again to @lethalman for pointing that out.

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
Diffstat (limited to 'pkgs/development/libraries/gobject-introspection')
-rw-r--r--pkgs/development/libraries/gobject-introspection/absolute_shlib_path.patch6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/development/libraries/gobject-introspection/absolute_shlib_path.patch b/pkgs/development/libraries/gobject-introspection/absolute_shlib_path.patch
index 84f303b42a0..1cec9c1e1a5 100644
--- a/pkgs/development/libraries/gobject-introspection/absolute_shlib_path.patch
+++ b/pkgs/development/libraries/gobject-introspection/absolute_shlib_path.patch
@@ -49,7 +49,7 @@ index 89ec193..8ee92c3 100755
      group = get_preprocessor_option_group(parser)
      parser.add_option_group(group)
 diff --git a/giscanner/shlibs.py b/giscanner/shlibs.py
-index 838d343..35b6dab 100644
+index 838d343..ca7fc0d 100644
 --- a/giscanner/shlibs.py
 +++ b/giscanner/shlibs.py
 @@ -53,10 +53,24 @@ def _resolve_libtool(options, binary, libraries):
@@ -67,8 +67,8 @@ index 838d343..35b6dab 100644
 +            # First match Nix store paths because they need to be absolute.
 +            (?:%s(?:/[^/]*)+)
 +            # Everything else not a store path remains relative, because we
-+            # would end up having absolute build paths in the resulting GIR
-+            # file.
++            # would end up with temporary paths that are only valid during
++            # build time in the resulting GIR file.
 +            | (?<=/)
 +          )
 +          # And finally the library itself: