_experimental-update-script-combinators: rename from update-script-combinators

To make it obvious they are not stable yet.
main
Jan Tojnar 2 years ago
parent 714ca3f3b8
commit ad2aac1e24
  1. 6
      pkgs/desktops/gnome/core/evolution-data-server/default.nix
  2. 2
      pkgs/top-level/all-packages.nix

@ -7,7 +7,7 @@
, coccinelle , coccinelle
, pkg-config , pkg-config
, gnome , gnome
, update-script-combinators , _experimental-update-script-combinators
, python3 , python3
, gobject-introspection , gobject-introspection
, gettext , gettext
@ -158,9 +158,9 @@ stdenv.mkDerivation rec {
versionPolicy = "odd-unstable"; versionPolicy = "odd-unstable";
}; };
updateGsettingsPatch = update-script-combinators.copyAttrOutputToFile "evolution-data-server.hardcodeGsettingsPatch" ./hardcode-gsettings.patch; updateGsettingsPatch = _experimental-update-script-combinators.copyAttrOutputToFile "evolution-data-server.hardcodeGsettingsPatch" ./hardcode-gsettings.patch;
in in
update-script-combinators.sequence [ _experimental-update-script-combinators.sequence [
updateSource updateSource
updateGsettingsPatch updateGsettingsPatch
]; ];

@ -124,7 +124,7 @@ with pkgs;
genericUpdater = callPackage ../common-updater/generic-updater.nix { }; genericUpdater = callPackage ../common-updater/generic-updater.nix { };
update-script-combinators = callPackage ../common-updater/combinators.nix { }; _experimental-update-script-combinators = callPackage ../common-updater/combinators.nix { };
gitUpdater = callPackage ../common-updater/git-updater.nix { }; gitUpdater = callPackage ../common-updater/git-updater.nix { };

Loading…
Cancel
Save