mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-04-06 21:20:33 +02:00
Revert "build-self: Avoid deprecated bindings."
This reverts commitfa9e6e8b67. By using the new bindings, we would prevent users of Guix prior tode9fbe9cdc, such as version 0.16.0, to upgrade to current master. Thus, we will keep using the old names for a while.
This commit is contained in:
@@ -399,9 +399,9 @@ files."
|
||||
(mlet %store-monad ((build (build-program source version guile-version
|
||||
#:pull-version pull-version))
|
||||
(system (if system (return system) (current-system)))
|
||||
(port ((store-lift store-connection-socket)))
|
||||
(major ((store-lift store-connection-major-version)))
|
||||
(minor ((store-lift store-connection-minor-version))))
|
||||
(port ((store-lift nix-server-socket)))
|
||||
(major ((store-lift nix-server-major-version)))
|
||||
(minor ((store-lift nix-server-minor-version))))
|
||||
(mbegin %store-monad
|
||||
(show-what-to-build* (list build))
|
||||
(built-derivations (list build))
|
||||
|
||||
Reference in New Issue
Block a user