]> Git — Sourcephile - sourcephile-nix.git/blob - nixpkgs/patches/public-inbox/0001-public-inbox-fix-InlineC.patch
creds: finish to migrate to systemd-creds.nix
[sourcephile-nix.git] / nixpkgs / patches / public-inbox / 0001-public-inbox-fix-InlineC.patch
1 From f8918b087c83cd9aaa07c9bd79f84d223b684cbd Mon Sep 17 00:00:00 2001
2 From: Julien Moutinho <julm+nixpkgs@sourcephile.fr>
3 Date: Sun, 2 Oct 2022 04:16:09 +0200
4 Subject: [PATCH] public-inbox: fix InlineC
5
6 ---
7 pkgs/servers/mail/public-inbox/default.nix | 2 +-
8 1 file changed, 1 insertion(+), 1 deletion(-)
9
10 diff --git a/pkgs/servers/mail/public-inbox/default.nix b/pkgs/servers/mail/public-inbox/default.nix
11 index 8ffbab1eac1..cea92c46071 100644
12 --- a/pkgs/servers/mail/public-inbox/default.nix
13 +++ b/pkgs/servers/mail/public-inbox/default.nix
14 @@ -141,7 +141,7 @@ buildPerlPackage rec {
15 git
16 /* for InlineC */
17 gnumake
18 - stdenv.cc.cc
19 + stdenv.cc
20 ]}
21 done
22
23 --
24 2.37.1
25