libpeas: Fix update script
libpeas 2.0 has breaking API changes, let's freeze the update.
This commit is contained in:
parent
fdd898f8f7
commit
74a418e0fb
1 changed files with 1 additions and 0 deletions
|
@ -64,6 +64,7 @@ stdenv.mkDerivation rec {
|
|||
updateScript = gnome.updateScript {
|
||||
packageName = pname;
|
||||
versionPolicy = "odd-unstable";
|
||||
freeze = true;
|
||||
};
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue