3
0
Fork 0
forked from mirrors/nixpkgs

libxmlxx.updateScript: correct attribute path

Also freeze the ABI version at 2.0
This commit is contained in:
Jan Tojnar 2021-10-14 23:22:12 +02:00
parent a48c24906d
commit 92aca820b2

View file

@ -17,8 +17,10 @@ stdenv.mkDerivation rec {
passthru = {
updateScript = gnome.updateScript {
attrPath = "libxmlxx";
packageName = pname;
versionPolicy = "odd-unstable";
freeze = true;
};
};