forked from mirrors/nixpkgs
libxmlxx.updateScript: correct attribute path
Also freeze the ABI version at 2.0
This commit is contained in:
parent
a48c24906d
commit
92aca820b2
|
@ -17,8 +17,10 @@ stdenv.mkDerivation rec {
|
|||
|
||||
passthru = {
|
||||
updateScript = gnome.updateScript {
|
||||
attrPath = "libxmlxx";
|
||||
packageName = pname;
|
||||
versionPolicy = "odd-unstable";
|
||||
freeze = true;
|
||||
};
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue