Hi,
Postgresql-client is not available in the main repository (server is!). I
assumed it was due to the complicated license:
https://metadata.ftp-master.debian.org/changelogs//main/p/postgresql-13/postgresql-13_13.4-0+deb11u1_copyright
So I wrote a packaging recipe (below) and submitted to nonfree
Thanks Tobias
You have updated my thinking about postgresql.
On Debian, apt-get install postgresql installs the postgres database/user
and starts the service. If you are distributing a client app (I am) and
you only want to provide the user with the psql executable (I do), then you
have the clie
Hi,
Using guix package --install-from-file=guix.scm I determined the commit
hash from the error message. The git-reference that works is:
(uri (git-reference
(url "git://github.com/mbcladwell/shinyln.git")
(commit "9f06568ffa61953ab48c93e1623d88b4e672af
Thanks Tim, Simon, but that does not work for me.
nar==
mbc@HP8300:~/projects$ guix hash -S nar -x ./shinyln
1ykbpz6pqx0bkvfp3c60qfb9r0xvpmrs0ldlxm2qw0zd8f67lmaj
mbc@HP8300:~/projects$ cd shinyln/
mbc@HP8300:~/projects/shinyln$ guix hash -S nar -x .
1ykbpz6pqx0bkvfp3c60qfb9r0xvpmrs
So I am seeing the result for guix hash -S . which is wrong, but when the
bug is fixed I will get the results for
guix hash -S -x .
Is that what you are implying?
Thanks
Mortimer
On Tue, Jan 4, 2022 at 2:48 PM Mortimer Cladwell
wrote:
> Thanks Tim, Simon, but that does not work for
git/refs/remotes/origin
.git/refs/tags
scripts
shinyln
tests
On Tue, Jan 4, 2022 at 3:21 PM zimoun wrote:
> Hi Mortimer,
>
> On Tue, 04 Jan 2022 at 14:48, Mortimer Cladwell
> wrote:
>
> > mbc@HP8300:~/projects$ cd shinyln/
> > mbc@HP8300:~/projects/shinyln$ guix hash -S na
Thanks Tobias.
I guess my thinking is that if you have a command line switch like -x that
"excludes version control system directories" it could also exclude empty
directories.
Mortimer
On Tue, Jan 4, 2022 at 4:07 PM zimoun wrote:
> Hi,
>
> On Tue, 04 Jan 2022 at 15:44
Hi,
I do not understand the second substitute* example in the Guix Manual.
I have the executable mysubs.scm:
--mysubs.scm-
(add-to-load-path
"/gnu/store/rjzj1z89jqcb60nhg5gknkibcl84b3jb-guix-29745d23b-modules/share/guile/site/3.0")
(add-to-lo
Thanks for the detailed explanation Tobias. Guess I need to brush up on
regular expressions.
Mortimer
On Thu, Jan 6, 2022 at 9:43 AM Tobias Geerinckx-Rice wrote:
> Hullo Mortimer,
>
> I hope this answer isn't too basic for you. This input:
>
> Mortimer Cladwell 写道:
Hi,
I have taken the Artanis packaging recipe from guile-xyz.scm and modified
it to suit my needs. For the (use-module... section I simply copied all
the modules required by guile-xyz.scm. I suspect Artanis requires a much
smaller subset. Is there a way to report modules actually used so I can
re
Hi,
I did a git pull https://gitlab.com/spritely/guile-hoot.git
I am following installation instructions at
https://spritely.institute/files/docs/guile-hoot/0.1.0/Installation.html
I am using guix
The first attempt installs lots of stuff but at the build stage crashes at
41%. I need to reboot and
-hoot/js-runtime/reflect.wasm"
Entering a new prompt. Type `,bt' for a backtrace or `,q' to continue.
scheme@(guile-user) [1]>
On Fri, Oct 27, 2023 at 9:22 AM Thompson, David
wrote:
> Hi Mortimer,
>
> On Fri, Oct 27, 2023 at 7:01 AM Mortimer Cladwell
> wrote:
> >
instance)
$1 = 42
scheme@(guile-user)>
On Fri, Oct 27, 2023 at 4:34 PM Thompson, David
wrote:
> Hi again,
>
> I see a couple more issues...
>
> On Fri, Oct 27, 2023 at 3:27 PM Mortimer Cladwell
> wrote:
> >
> > Thanks Dave.
> > I gave 'guix shell guil
Ubuntu 23.10
guile-g-golf 0.8.0-a.1
Hi,
I guix package -i guile-g-golf then from the examples directory try:
guix shell --pure --no-grafts guile guile-g-golf gtk@4 -- ./hello-world.scm
Compiles without errors but nothing happens - no error messages, no gui.
Furthermore I shut down for the day,
This is the same behavior I find on Ubuntu. I was fortunate to correlate it
with the installation of guile-g-golf using guix. If I uninstall g-golf, it
restores normal login behavior. Reinstall g-golf, can't login. Maybe try
uninstalling a guix package related to GTK? gdm?
Mortimer
15 matches
Mail list logo