aboutsummaryrefslogtreecommitdiff
;;; GNU Guix --- Functional package management for GNU
;;; Copyright © 2014, 2015, 2018, 2019 Ludovic Courtès <ludo@gnu.org>
;;; Copyright © 2017 Leo Famulari <leo@famulari.name>
;;;
;;; 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 artwork)
  #:use-module (guix packages)
  #:use-module (guix git-download)
  #:export (%artwork-repository))

;;; Commentary:
;;;
;;; Common place for the definition of the Guix artwork repository.
;;;
;;; Code:

(define %artwork-repository
  (let ((commit "4c7f2ce6428a63e202cd2a9474a06f68a946934d"))
    (origin
      (method git-fetch)
      (uri (git-reference
             (url "https://git.savannah.gnu.org/git/guix/guix-artwork.git")
             (commit commit)))
      (file-name (string-append "guix-artwork-" (string-take commit 7)
                                "-checkout"))
      (sha256
       (base32
        "1rl569759q9wm1dxn7nkq3873d2k92giic7aa6jwzwr3n16prc7y")))))

;;; artwork.scm ends here
-avail'>...Marius Bakke 2020-04-20installer: Rename uvesafb shepherd service to maybe-uvesafb....Florian Pelz 2020-04-19installer: Add GC root for Guile 3.0....Marius Bakke 2020-04-15Merge branch 'master' into core-updatesMarius Bakke 2020-04-14installer: Only load uvesafb kernel module when needed....Florian Pelz 2020-04-11installer: Load uvesafb kernel module....Florian Pelz 2020-02-11system: Stop using canonical-package....Mathieu Othacehe 2020-01-03install: Add jfsutils to the installation image....Tobias Geerinckx-Rice 2019-12-01install: Pass 'local-file' literal strings for proper resolution....Ludovic Courtès 2019-10-18gnu: Add u-boot-firefly-rk3399....Vagrant Cascadian 2019-10-18gnu: Add u-boot-rock64-rk3328....Vagrant Cascadian 2019-10-18gnu: Add u-boot-rockpro64-rk3399...Caliph Nomble 2019-06-29etc: Remove hydra.gnu.org.pub key....Tobias Geerinckx-Rice 2019-05-13install: Add node name in Russian....Ludovic Courtès 2019-04-25install: Add node name in Castellano....Ludovic Courtès 2019-04-23install: Pass "quiet" to the kernel....Ludovic Courtès 2019-04-21install: Pass "modprobe.blacklist=radeon"....Ludovic Courtès 2019-04-15install: Provide a meaningful label....Ludovic Courtès 2019-04-12install: Use a font with more glyphs on tty2....Ludovic Courtès 2019-04-12installer: Choosing a locale opens the translated manual on tty2....Ludovic Courtès 2019-04-12install: Add standalone documentation service....Ludovic Courtès 2019-04-07install: Tweak motd....Ludovic Courtès 2019-04-07install: Remove "GuixSD"....Ludovic Courtès 2019-03-25accounts: Add default value for the 'home-directory' field of <user-account>....Ludovic Courtès 2019-03-13Remove traces of "GuixSD"....Ludovic Courtès 2019-02-10install: Use (gnu package certs) module for the nss-certs package....Pierre Neidhardt 2019-02-10install: Add nss-certs to the image....Pierre Neidhardt 2019-01-17installer: Move everything to the build side....Mathieu Othacehe 2019-01-17gnu: installer: Launch the installer as kmscon login-program....Mathieu Othacehe 2019-01-17gnu: Add graphical installer support....Mathieu Othacehe 2019-01-16install: Avoid deprecated 'gpm-service' procedure....Ludovic Courtès 2019-01-11services: Deprecate a few more service procedures....Ludovic Courtès 2018-12-04Remove most references to hydra.gnu.org....Ludovic Courtès 2018-11-22gnu: Add u-boot-pinebook....Vagrant Cascadian 2018-09-14gnu: Rename "banana-pi" to "bananapi"....Danny Milosavljevic 2018-07-20install: Add service for the loopback device....Ludovic Courtès 2018-06-15system: Add os-with-u-boot....Danny Milosavljevic 2018-05-29system: Add u-boot-puma-rk3399....Vagrant Cascadian 2018-05-28system: Remove uses of the 'title' field of <file-system>....Ludovic Courtès 2018-05-18system: Add u-boot-pine64-plus installer....Vagrant Cascadian 2018-05-11system: Add u-boot-novena installer....Vagrant Cascadian 2018-05-11system: Add wandboard installer....Vagrant Cascadian 2018-05-11system: Add mx6cuboxi installer....Vagrant Cascadian