about summary refs log tree commit diff
path: root/pkgs/top-level
diff options
context:
space:
mode:
authorJan Tojnar <jtojnar@gmail.com>2018-09-05 00:49:11 +0000
committerJan Tojnar <jtojnar@gmail.com>2018-11-30 21:34:25 +0100
commitfe4b53b8c3bcf05bf0a73a6fd4a258cdcc267ad2 (patch)
tree3644e2ca64cb06dbbb1435d5e4cb7ebeac907d37 /pkgs/top-level
parentb2f1c63364718dc105441c17ee81f8fa9c2780c5 (diff)
downloadnixlib-fe4b53b8c3bcf05bf0a73a6fd4a258cdcc267ad2.tar
nixlib-fe4b53b8c3bcf05bf0a73a6fd4a258cdcc267ad2.tar.gz
nixlib-fe4b53b8c3bcf05bf0a73a6fd4a258cdcc267ad2.tar.bz2
nixlib-fe4b53b8c3bcf05bf0a73a6fd4a258cdcc267ad2.tar.lz
nixlib-fe4b53b8c3bcf05bf0a73a6fd4a258cdcc267ad2.tar.xz
nixlib-fe4b53b8c3bcf05bf0a73a6fd4a258cdcc267ad2.tar.zst
nixlib-fe4b53b8c3bcf05bf0a73a6fd4a258cdcc267ad2.zip
gobjectIntrospection: 1.56.0 → 1.58.1
Upstream now strips absolute paths to their basename on all platforms apart from
Darwin: https://gitlab.gnome.org/GNOME/gobject-introspection/commit/a41abe1868a693387cd5cf85567cf2e0fd6c62df

To get around this without modifying the basename test we simply pass in
`basename=False` when normally generating gir files.
Diffstat (limited to 'pkgs/top-level')
-rw-r--r--pkgs/top-level/all-packages.nix1
1 files changed, 0 insertions, 1 deletions
diff --git a/pkgs/top-level/all-packages.nix b/pkgs/top-level/all-packages.nix
index b52e781111dc..c91e83c4fb08 100644
--- a/pkgs/top-level/all-packages.nix
+++ b/pkgs/top-level/all-packages.nix
@@ -9901,7 +9901,6 @@ with pkgs;
   gobjectIntrospection = callPackage ../development/libraries/gobject-introspection {
     nixStoreDir = config.nix.storeDir or builtins.storeDir;
     inherit (darwin) cctools;
-    python = python2;
   };
 
   goocanvas = callPackage ../development/libraries/goocanvas { };