;;; SPDX-License-Identifier: CC0-1.0 ;;; ;;; Copyright (C) Wojtek Kosior (use-modules ((guix inferior) #:select (inferior-for-channels)) ((guix channels) #:select (channel))) (define inferior (inferior-for-channels (list (channel (name 'guix) (url "https://git.koszko.org/guix"))))) (car (lookup-inferior-packages inferior "guile-de-paul-records"))