[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#51739] [PATCH 1/3] gnu: Add realmd.
From: |
Leo Famulari |
Subject: |
[bug#51739] [PATCH 1/3] gnu: Add realmd. |
Date: |
Wed, 10 Nov 2021 17:33:25 -0500 |
On Wed, Nov 10, 2021 at 03:04:19AM +0000, phodina via Guix-patches via wrote:
> * gnu/packages/admin.scm (realmd): New variable.
> * gnu/packages/patches/realmd-remove-distro-detection.patch: New file.
> * gnu/local.mk: Add patch.
Thanks!
> + (license license:lgpl2.1)))
I think it is lgpl2.1+, based on the license headers.
> diff --git a/gnu/packages/patches/realmd-remove-distro-detection.patch
> b/gnu/packages/patches/realmd-remove-distro-detection.patch
> new file mode 100644
> index 0000000000..ad39e25fe1
> --- /dev/null
> +++ b/gnu/packages/patches/realmd-remove-distro-detection.patch
> @@ -0,0 +1,77 @@
> +From 6e69d6784caa1fdeba1ba4b7ed3dc58fcd631275 Mon Sep 17 00:00:00 2001
> +From: Petr Hodina <phodina@protonmail.com>
> +Date: Sat, 2 Oct 2021 20:08:52 +0200
> +Subject: [PATCH] Remove distro detection
Can you add a comment to the patch explaining its purpose?
> +- AC_MSG_ERROR([Couldn't detect the distro to configure for. Specify one
> with --with-distro])
Do we need to pass "--with-distro=guix" or something?