Commit ad2aac1e authored by Jan Tojnar's avatar Jan Tojnar
Browse files

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

To make it obvious they are not stable yet.
parent 714ca3f3
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -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
      ];
+1 −1
Original line number Diff line number Diff line
@@ -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 { };