unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
blob e9b8e2b064ed4865ece6c46243d0ff6db6978138 2538 bytes (raw)
name: gnu/packages/avr.scm 	 # note: path name is non-authoritative(*)

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
 
;;; GNU Guix --- Functional package management for GNU
;;; Copyright © 2014, 2016 Manolis Fragkiskos Ragkousis <manolis837@gmail.com>
;;; Copyright © 2015, 2017, 2023 Ricardo Wurmus <rekado@elephly.net>
;;; Copyright © 2016 David Thompson <davet@gnu.org>
;;; Copyright © 2016 Efraim Flashner <efraim@flashner.co.il>
;;; Copyright © 2018 Tobias Geerinckx-Rice <me@tobias.gr>
;;; Copyright © 2020 Marius Bakke <mbakke@fastmail.com>
;;; Copyright © 2020 Arun Isaac <arunisaac@systemreboot.net>
;;;
;;; This file is part of GNU Guix.
;;;
;;; GNU Guix is free software; you can redistribute it and/or modify it
;;; under the terms of the GNU General Public License as published by
;;; the Free Software Foundation; either version 3 of the License, or (at
;;; your option) any later version.
;;;
;;; GNU Guix is distributed in the hope that it will be useful, but
;;; WITHOUT ANY WARRANTY; without even the implied warranty of
;;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
;;; GNU General Public License for more details.
;;;
;;; You should have received a copy of the GNU General Public License
;;; along with GNU Guix.  If not, see <http://www.gnu.org/licenses/>.

(define-module (gnu packages avr)
  #:use-module (gnu packages)
  #:use-module (gnu packages cross-base)
  #:use-module (guix build-system gnu)
  #:use-module (guix download)
  #:use-module (guix gexp)
  #:use-module ((guix licenses) #:prefix license:)
  #:use-module (guix packages)
  #:use-module (guix utils)
  #:export (make-avr-libc))

(define* (make-avr-libc #:key
                        (xbinutils (cross-binutils "avr"))
                        (xgcc (cross-gcc "avr")))
  (package
    (name "avr-libc")
    (version "2.0.0")
    (source (origin
              (method url-fetch)
              (uri (string-append "mirror://savannah//avr-libc/avr-libc-"
                                  version ".tar.bz2"))
              (sha256
               (base32
                "15svr2fx8j6prql2il2fc0ppwlv50rpmyckaxx38d3gxxv97zpdj"))))
    (build-system gnu-build-system)
    (arguments
     (list #:target "avr"

           #:out-of-source? #t

           #:implicit-cross-inputs? #f))
    (native-inputs (list xbinutils xgcc))
    (home-page "https://www.nongnu.org/avr-libc/")
    (synopsis "The AVR C Library")
    (description
     "AVR Libc is a project whose goal is to provide a high quality C library
for use with GCC on Atmel AVR microcontrollers.")
    (license
     (license:non-copyleft "http://www.nongnu.org/avr-libc/LICENSE.txt"))))

debug log:

solving e9b8e2b064 ...
found e9b8e2b064 in https://yhetil.org/guix-patches/20230929091627.7820-12-jean@foundationdevices.com/
found 97873a8691 in https://yhetil.org/guix-patches/20230929091627.7820-11-jean@foundationdevices.com/
found df1523274b in https://yhetil.org/guix-patches/20230929091627.7820-8-jean@foundationdevices.com/
found ccce686010 in https://yhetil.org/guix-patches/20230929091627.7820-6-jean@foundationdevices.com/
found e976203b89 in https://yhetil.org/guix-patches/20230929091627.7820-5-jean@foundationdevices.com/
found b9bee5e624 in https://git.savannah.gnu.org/cgit/guix.git
preparing index
index prepared:
100644 b9bee5e624c6f3271c2d874202f500b487381a03	gnu/packages/avr.scm

applying [1/5] https://yhetil.org/guix-patches/20230929091627.7820-5-jean@foundationdevices.com/
diff --git a/gnu/packages/avr.scm b/gnu/packages/avr.scm
index b9bee5e624..e976203b89 100644


applying [2/5] https://yhetil.org/guix-patches/20230929091627.7820-6-jean@foundationdevices.com/
diff --git a/gnu/packages/avr.scm b/gnu/packages/avr.scm
index e976203b89..ccce686010 100644


applying [3/5] https://yhetil.org/guix-patches/20230929091627.7820-8-jean@foundationdevices.com/
diff --git a/gnu/packages/avr.scm b/gnu/packages/avr.scm
index ccce686010..df1523274b 100644


applying [4/5] https://yhetil.org/guix-patches/20230929091627.7820-11-jean@foundationdevices.com/
diff --git a/gnu/packages/avr.scm b/gnu/packages/avr.scm
index df1523274b..97873a8691 100644


applying [5/5] https://yhetil.org/guix-patches/20230929091627.7820-12-jean@foundationdevices.com/
diff --git a/gnu/packages/avr.scm b/gnu/packages/avr.scm
index 97873a8691..e9b8e2b064 100644

Checking patch gnu/packages/avr.scm...
Applied patch gnu/packages/avr.scm cleanly.
Checking patch gnu/packages/avr.scm...
Applied patch gnu/packages/avr.scm cleanly.
Checking patch gnu/packages/avr.scm...
Applied patch gnu/packages/avr.scm cleanly.
Checking patch gnu/packages/avr.scm...
Applied patch gnu/packages/avr.scm cleanly.
Checking patch gnu/packages/avr.scm...
Applied patch gnu/packages/avr.scm cleanly.

index at:
100644 e9b8e2b064ed4865ece6c46243d0ff6db6978138	gnu/packages/avr.scm

(*) Git path names are given by the tree(s) the blob belongs to.
    Blobs themselves have no identifier aside from the hash of its contents.^

Code repositories for project(s) associated with this public inbox

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

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).