Commit 3fda065c authored by Artturin's avatar Artturin
Browse files

gobject-introspection: inherit meta in the wrapper

meta isn't in drvAttrs because its a "passthru" attribute
parent debe1b93
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -33,6 +33,8 @@ then
  stdenv.mkDerivation
    (builtins.removeAttrs overridenUnwrappedGir.drvAttrs [ "name" ] # so we can get a fresh name generated from the pname
      // {

      inherit (overridenUnwrappedGir) meta;
      pname = "gobject-introspection-wrapped";
      passthru = overridenUnwrappedGir.passthru // {
        unwrapped = overridenUnwrappedGir;
@@ -88,6 +90,7 @@ then
else
  stdenv.mkDerivation (builtins.removeAttrs overridenUnwrappedGir.drvAttrs [ "name" ] # so we can get a fresh name generated from the pname
    // {
    inherit (overridenUnwrappedGir) meta;
    pname = "gobject-introspection-wrapped";
    passthru = overridenUnwrappedGir.passthru // {
      unwrapped = overridenUnwrappedGir;