From 0ec6237b2ec48b2acd506788d6c1b734f27896e5 Mon Sep 17 00:00:00 2001 From: Ludovic Courtès Date: Sun, 6 Apr 2014 21:11:09 +0200 Subject: hydra: qemu-jobs: Return a derivation file name, not a derivation. * build-aux/hydra/gnu-system.scm (qemu-jobs)[->alist]: Return the derivation file name, not the derivation. --- build-aux/hydra/gnu-system.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'build-aux') diff --git a/build-aux/hydra/gnu-system.scm b/build-aux/hydra/gnu-system.scm index 67794ff6e6..44191fa24a 100644 --- a/build-aux/hydra/gnu-system.scm +++ b/build-aux/hydra/gnu-system.scm @@ -117,7 +117,7 @@ (define %cross-targets (define (qemu-jobs store system) "Return a list of jobs that build QEMU images for SYSTEM." (define (->alist drv) - `((derivation . ,drv) + `((derivation . ,(derivation-file-name drv)) (description . "Stand-alone QEMU image of the GNU system") (long-description . "This is a demo stand-alone QEMU image of the GNU system.") -- cgit v1.2.3 b'>Wojtek's customized Guix
aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/samba.scm
AgeCommit message (Expand)Author
2023-01-17gnu: cifs-utils: Update to 7.0 [fixes CVE-2022-27239].Timotej Lazar
2022-12-31gnu: samba/fixed: Replacement package has the same store name length.Marius Bakke
2022-12-31gnu: samba/fixed: Update to 4.15.13.Liliana Marie Prikler
2022-12-31gnu: samba: Update to 4.16.8.Liliana Marie Prikler
2022-10-31gnu: Fix various lint issues in synopsis and descriptions.Vagrant Cascadian
2022-10-24gnu: Various typo fixes.Vagrant Cascadian
2022-09-27Re-instate "gnu: samba: Fix corrupted man pages."Maxim Cournoyer
2022-09-27gnu: samba/fixed: Do not inherit native-inputs.Maxim Cournoyer
2022-09-27Revert "gnu: samba: Fix corrupted man pages."Maxim Cournoyer
2022-09-27gnu: samba: Fix corrupted man pages.Maxim Cournoyer
2022-09-24Revert "gnu: samba: Add avahi to inputs."Lars-Dominik Braun
2022-09-24gnu: Add wsdd.Simon Streit
2022-09-24gnu: samba: Add avahi to inputs.Simon Streit
2022-08-27gnu: samba: Update to 4.16.4.Maxime Devos
2022-07-13gnu: samba: Update to 4.16.2.Marius Bakke
2022-06-25gnu: Use license: prefix in (gnu packages samba).Guillaume Le Vaillant
2022-06-25gnu: ppp: Update source url.Guillaume Le Vaillant
2022-06-25gnu: ppp: Fix cross-compilation.Jean-Pierre De Jesus DIAZ
2022-02-07gnu: samba: Update to 4.15.5 [security fixes].Marius Bakke
2022-01-10gnu: samba: Update to 4.15.3.Maxim Cournoyer
2021-12-13gnu: Simplify package inputs.Ludovic Courtès
2021-11-17gnu: libsoup: Depend on a fixed version of Samba.Ludovic Courtès
2021-11-10gnu: samba: Update to 4.13.14.Efraim Flashner
2021-11-03gnu: ldb: Update to 2.4.1.Tobias Geerinckx-Rice
2021-10-04gnu: cifs-utils: Use @acronym{} in description.Tobias Geerinckx-Rice
2021-10-04gnu: cifs-utils: Fix support for dropping capabilities.Tobias Geerinckx-Rice
2021-10-04gnu: cifs-utils: Update to 6.14.Tobias Geerinckx-Rice
2021-10-04gnu: cifs-utils: Build & install man pages.Tobias Geerinckx-Rice
2021-08-04gnu: ldb: Update to 2.4.0.Efraim Flashner
2021-08-04gnu: talloc: Update to 2.3.3.Efraim Flashner
2021-08-04gnu: samba: Update to 4.13.10.Efraim Flashner
2021-08-04gnu: tevent: Update to 0.11.0.Efraim Flashner
2021-04-18gnu: cifs-utils: Update to 6.13.Tobias Geerinckx-Rice