From f16dc723e80cb9fd09fac308a0bcc556ce653210 Mon Sep 17 00:00:00 2001 From: Maxim Cournoyer Date: Mon, 9 Oct 2023 11:32:03 -0400 Subject: gnu: dpkg: Import the correct set of modules. * gnu/packages/debian.scm (dpkg) [arguments] : Replace %default-gnu-imported-modules with %default-gnu-modules. Change-Id: I5c5b087088abfe1ba14ba166d9a5071c20598058 --- gnu/packages/debian.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gnu') diff --git a/gnu/packages/debian.scm b/gnu/packages/debian.scm index 7d689c42e1..bbbcf92421 100644 --- a/gnu/packages/debian.scm +++ b/gnu/packages/debian.scm @@ -581,7 +581,7 @@ distributions such as Debian and Trisquel.") (arguments (list #:modules `((srfi srfi-71) - ,@%default-gnu-imported-modules) + ,@%default-gnu-modules) #:phases #~(modify-phases %standard-phases (add-before 'bootstrap 'patch-version -- cgit v1.2.3 ch'/> Wojtek's customized Guix
aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-11-15installer: Report known-unsupported PCI devices....Ludovic Courtès
2022-11-15installer: Error page width is parameterized....Ludovic Courtès
2022-11-15installer: Warn about hardware support after the welcome page....Ludovic Courtès
2022-11-02installer: Skip the backtrace page on user abort....Mathieu Othacehe
2022-11-02installer: Add core dump support....Mathieu Othacehe
2022-10-25installer: welcome: Warn when uvesafb gets used....pelzflorian (Florian Pelz)
2022-10-20installer: Add a missing confirmation page before formatting....Mathieu Othacehe
2022-10-20installer: Propose the user to report a "guix system init" failure....Mathieu Othacehe
2022-10-17installer: Factorize url-alive? in internet check....Andrew Tropin
2022-10-17installer: Relax internet check availability criteria....aleksandr barakin
2022-10-17guix: Fix typos....Julien Lepiller
2022-10-13installer: partition: Add a confirmation page before formatting....Mathieu Othacehe
2022-09-22installer: Exit console-services page with abort-to-prompt....Josselin Poiret
2022-09-22installer: Return partitions with crypt password as step result....Josselin Poiret
2022-09-22installer: Move <secret> to utils and use it for crypt passwords....Josselin Poiret
2022-04-06installer: user: Forbid root user creation....Mathieu Othacehe
2022-02-02installer: Make dump archive creation optional and selective....Josselin Poiret
2022-02-02installer: Turn passwords into opaque records....Josselin Poiret
2022-02-02installer: Add error page when running external commands....Josselin Poiret
2022-02-02installer: Use named prompt to abort or break installer steps....Josselin Poiret
2022-02-02installer: Replace run-command by invoke in newt/page.scm....Josselin Poiret
2022-02-02installer: Fix run-file-textbox-page when edit-button is #f....Josselin Poiret
2022-02-02installer: Use new installer-log-line everywhere....Josselin Poiret
2022-02-02installer: Add crash dump upload support....Mathieu Othacehe
2022-01-14installer: Check if ci.guix.gnu.org can be reached....Mathieu Othacehe
2022-01-14installer: Ignore small devices....Mathieu Othacehe
2021-12-28installer: Recommend 'ntp-service-type' for non-graphical systems....Leo Famulari
2021-12-28installer: Offer the CUPS printing service on a dedicated page....Leo Famulari
2021-10-21installer: Reorder file system type listbox....Tobias Geerinckx-Rice
2021-09-23installer: Support XFS....Tobias Geerinckx-Rice