[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
bug#68359: Acknowledgement (Can't pull my channel because of getaddrinfo
From: |
ShinyZero0 |
Subject: |
bug#68359: Acknowledgement (Can't pull my channel because of getaddrinfo -8 error) |
Date: |
Thu, 18 Jan 2024 05:50:46 +0300 |
Well, the issue seems to be with the commit that adds the transformed
polybar package like this:
```
(define-module (zero packages polybar))
(use-modules (guix packages)
(guix transformations)
(gnu packages wm))
(define-public
polybar-3.7.1
((options->transformation
'((with-version . "polybar=3.7.1"))) polybar))
```