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

To make it obvious they are not stable yet.

+4 -4
+3 -3
pkgs/desktops/gnome/core/evolution-data-server/default.nix
··· 7 , coccinelle 8 , pkg-config 9 , gnome 10 - , update-script-combinators 11 , python3 12 , gobject-introspection 13 , gettext ··· 158 versionPolicy = "odd-unstable"; 159 }; 160 161 - updateGsettingsPatch = update-script-combinators.copyAttrOutputToFile "evolution-data-server.hardcodeGsettingsPatch" ./hardcode-gsettings.patch; 162 in 163 - update-script-combinators.sequence [ 164 updateSource 165 updateGsettingsPatch 166 ];
··· 7 , coccinelle 8 , pkg-config 9 , gnome 10 + , _experimental-update-script-combinators 11 , python3 12 , gobject-introspection 13 , gettext ··· 158 versionPolicy = "odd-unstable"; 159 }; 160 161 + updateGsettingsPatch = _experimental-update-script-combinators.copyAttrOutputToFile "evolution-data-server.hardcodeGsettingsPatch" ./hardcode-gsettings.patch; 162 in 163 + _experimental-update-script-combinators.sequence [ 164 updateSource 165 updateGsettingsPatch 166 ];
+1 -1
pkgs/top-level/all-packages.nix
··· 124 125 genericUpdater = callPackage ../common-updater/generic-updater.nix { }; 126 127 - update-script-combinators = callPackage ../common-updater/combinators.nix { }; 128 129 gitUpdater = callPackage ../common-updater/git-updater.nix { }; 130
··· 124 125 genericUpdater = callPackage ../common-updater/generic-updater.nix { }; 126 127 + _experimental-update-script-combinators = callPackage ../common-updater/combinators.nix { }; 128 129 gitUpdater = callPackage ../common-updater/git-updater.nix { }; 130