Commit f9d05fe6 authored by Jan Tojnar's avatar Jan Tojnar
Browse files

gnome.updateScript: expose canonical attrPath

Without this, `update.nix` will discover `libxml2` as `emscriptenPackages.libxml2`.
But since that instantiates a different, and much less common derivation,
it will be erroneously considered a leaf package in topological order of packages.
parent 6403eb8f
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -108,4 +108,5 @@ in
  supportedFeatures = [
    "commit"
  ];
  inherit attrPath;
}