unofficial mirror of help-guix@gnu.org 
 help / color / mirror / Atom feed
From: Soren Stoutner via <help-guix@gnu.org>
To: help-guix@gnu.org
Subject: Re: Newbie: Run previous version of Inkscape that exists in /gnu/store
Date: Mon, 05 Jun 2023 13:07:58 -0600	[thread overview]
Message-ID: <83c14388fddddad2f44fef2380cc234c@stoutner.com> (raw)
In-Reply-To: <CAGxMbPY25jLx9_Z-PBCny+uL0neFBKk5bmCLvcsFzxXYJbanXw@mail.gmail.com>

The official channels do not seem to have retained the information 
necessary to build Inkscape 1.1.1.

https://git.savannah.gnu.org/cgit/guix.git/tree/gnu/packages/inkscape.scm

You would likely need to use an older version of the SCM to build 1.1.1. 
  Perhaps something like this:

https://git.savannah.gnu.org/cgit/guix.git/tree/gnu/packages/inkscape.scm?id=12c9e59600e90206d8defcbe29e26f606390240a

Once you do get a SCM that can build 1.1.1, you might be interested in 
using `guix shell` to run them side-by-side without having the 
configuration file from one cause problems for the other.

https://guix.gnu.org/manual/devel/en/html_node/Invoking-guix-shell.html

Something similar to the following two commands would likely do what you 
want.


guix shell --container --no-cwd inkspace@1.1.1 -- inkscape
guix shell --container --no-cwd inkscape@1.2.1 -- inkscape


If you are using a local SCM for the older version of Inkscape, your 
first command might look something more along the lines of:

guix shell --container --no-cwd /path/to/inkscape1.1.1.scm -- inkscape

---
Soren Stoutner
soren@stoutner.com
623-262-6169

On 2023-06-04 12:08, Rodrigo Morales wrote:
> I tried using that notation. However, `guix package -i' was not able to
> install it.
> 
> ,----
> | guix package -i 'inkscape@1.1.1'
> | echo "--- Exit code: $?"
> `----
> 
> ,----
> | guix package: error: inkscape: package not found for version 1.1.1
> | --- Exit code: 1
> `----


  reply	other threads:[~2023-06-05 19:14 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-06-02 18:48 Newbie: Run previous version of Inkscape that exists in /gnu/store Rodrigo Morales
2023-06-02 22:31 ` Soren Stoutner via
2023-06-04 18:08   ` Rodrigo Morales
2023-06-05 19:07     ` Soren Stoutner via [this message]
2023-06-03  3:39 ` 宋文武
2023-06-04 17:49   ` Rodrigo Morales

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://guix.gnu.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=83c14388fddddad2f44fef2380cc234c@stoutner.com \
    --to=help-guix@gnu.org \
    --cc=soren@stoutner.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).