mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-04-15 22:38:06 +00:00
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 New Issue
Block a user