Unverified Commit 74a418e0 authored by Bobby Rong's avatar Bobby Rong
Browse files

libpeas: Fix update script

libpeas 2.0 has breaking API changes, let's freeze the update.
parent fdd898f8
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -64,6 +64,7 @@ stdenv.mkDerivation rec {
    updateScript = gnome.updateScript {
      packageName = pname;
      versionPolicy = "odd-unstable";
      freeze = true;
    };
  };