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

To make it obvious they are not stable yet.
This commit is contained in:
Jan Tojnar 2022-09-08 13:01:47 +02:00
parent 714ca3f3b8
commit ad2aac1e24
2 changed files with 4 additions and 4 deletions

View file

@ -7,7 +7,7 @@
, coccinelle
, pkg-config
, gnome
, update-script-combinators
, _experimental-update-script-combinators
, python3
, gobject-introspection
, gettext
@ -158,9 +158,9 @@ stdenv.mkDerivation rec {
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
update-script-combinators.sequence [
_experimental-update-script-combinators.sequence [
updateSource
updateGsettingsPatch
];

View file

@ -124,7 +124,7 @@ with pkgs;
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 { };