* Troubles in paradise
@ 2020-01-15 15:24 wisdomlight--- via
2020-01-15 18:01 ` Josh Marshall
2020-01-15 20:51 ` Ricardo Wurmus
0 siblings, 2 replies; 3+ messages in thread
From: wisdomlight--- via @ 2020-01-15 15:24 UTC (permalink / raw)
To: help-guix@gnu.org
So
I am trying to install [Anki](https://apps.ankiweb.net/)
Then this error:
> mv anki.1 /usr/local/share/man/man1/)
> xdg-mime install anki.xml --novendor
> make: xdg-mime: Command not found
>
> make: *** [Makefile:20: install] Error 127
I tried guix install xdg-mime
but
guix install error xdg-mime: unknown package
is this fixable?
Sherab
Just like an experience in a dream
Everything I now enjoy
Will become a mere recollection
For what has past will not be seen again
Sent from [ProtonMail](https://protonmail.ch), encrypted email based in Switzerland.
Sent with [ProtonMail](https://protonmail.com) Secure Email.
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: Troubles in paradise
2020-01-15 15:24 Troubles in paradise wisdomlight--- via
@ 2020-01-15 18:01 ` Josh Marshall
2020-01-15 20:51 ` Ricardo Wurmus
1 sibling, 0 replies; 3+ messages in thread
From: Josh Marshall @ 2020-01-15 18:01 UTC (permalink / raw)
To: wisdomlight; +Cc: help-guix
If I am not mistaken, that error happens when a dependency (in this case
make) is missing from the package's 'native-inputs' field for
dependencies. But make should still be pulled from requiring the make
build flow, so maybe that got omitted. So if you fix the packaging .scm
I'm sure someone here would be happy to pull the fix.
On Wed, Jan 15, 2020, 11:29 wisdomlight--- via <help-guix@gnu.org> wrote:
> So
> I am trying to install [Anki](https://apps.ankiweb.net/)
> Then this error:
>
> > mv anki.1 /usr/local/share/man/man1/)
> > xdg-mime install anki.xml --novendor
> > make: xdg-mime: Command not found
> >
> > make: *** [Makefile:20: install] Error 127
>
> I tried guix install xdg-mime
> but
> guix install error xdg-mime: unknown package
>
> is this fixable?
>
> Sherab
>
> Just like an experience in a dream
> Everything I now enjoy
> Will become a mere recollection
> For what has past will not be seen again
>
> Sent from [ProtonMail](https://protonmail.ch), encrypted email based in
> Switzerland.
>
> Sent with [ProtonMail](https://protonmail.com) Secure Email.
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: Troubles in paradise
2020-01-15 15:24 Troubles in paradise wisdomlight--- via
2020-01-15 18:01 ` Josh Marshall
@ 2020-01-15 20:51 ` Ricardo Wurmus
1 sibling, 0 replies; 3+ messages in thread
From: Ricardo Wurmus @ 2020-01-15 20:51 UTC (permalink / raw)
To: wisdomlight; +Cc: help-guix@gnu.org
wisdomlight--- via <help-guix@gnu.org> writes:
> So
> I am trying to install [Anki](https://apps.ankiweb.net/)
> Then this error:
>
>> mv anki.1 /usr/local/share/man/man1/)
>> xdg-mime install anki.xml --novendor
>> make: xdg-mime: Command not found
>>
>> make: *** [Makefile:20: install] Error 127
>
> I tried guix install xdg-mime
> but
> guix install error xdg-mime: unknown package
The package providing “xdg-mime” is called “xdg-utils”.
Have you considered packaging anki for Guix?
--
Ricardo
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2020-01-15 20:51 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-01-15 15:24 Troubles in paradise wisdomlight--- via
2020-01-15 18:01 ` Josh Marshall
2020-01-15 20:51 ` Ricardo Wurmus
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).