all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Jacob Hrbek <kreyren@rixotstudio.cz>
To: help-guix@gnu.org
Subject: manifest.scm - Howddya get specific commit 4 package?
Date: Tue, 11 Jan 2022 00:18:01 +0000	[thread overview]
Message-ID: <b87d74f8-96f0-b458-8787-5f1a69e042b5@rixotstudio.cz> (raw)


[-- Attachment #1.1: Type: text/plain, Size: 1136 bytes --]

kreyren@leonid~$ cat ~/Repositories/RiXotStudio/25-env/freecad/manifest.scm
#!/usr/bin/env -S guix shell -m
!#

;;; Recipe to provide GNU Emacs through Guix

(use-modules
     (guix channels))

;; DNR-CI(Krey): Needs handling to keep the hash up-to-date
(list (channel
        (name 'guix)
         (url "https://git.savannah.gnu.org/git/guix.git")
         (commit
           "f1bfd9f1948a5ff336d737c0614b9a30c2bb3097")
         (introduction
           (make-channel-introduction
             "9edb3f66fd807b096b48283debdcddccfea34bad"
             (openpgp-fingerprint
               "BBB0 2DDF 2CEA F6A8 0D1D  E643 A2A0 6DF2 A33A 54FA")))))

(specifications->manifest
     (list
       "freecad"
       ;; DEP(Krey): Used for working with openscad designs
       "openscad"))


I need FreeCAD 07c51f1b2ce62b1c770ffde8a7c40899a8abf846 -> How can i get 
it through manifest.scm without using guix install freecad 
--with-commit=freecad=07c51f1b2ce62b1c770ffde8a7c40899a8abf846 ?

-- 
-- Jacob Hrbek


[-- Attachment #1.2: publickey - kreyren@rixotstudio.cz - 1677db82.asc --]
[-- Type: application/pgp-keys, Size: 713 bytes --]

[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 249 bytes --]

             reply	other threads:[~2022-01-13 14:27 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-01-11  0:18 Jacob Hrbek [this message]
2022-01-13 19:19 ` manifest.scm - Howddya get specific commit 4 package? Niklas Schmidt

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

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

  git send-email \
    --in-reply-to=b87d74f8-96f0-b458-8787-5f1a69e042b5@rixotstudio.cz \
    --to=kreyren@rixotstudio.cz \
    --cc=help-guix@gnu.org \
    /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.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.