mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
android-repo-download: Clean up typos; remove unused imports.
Follow-up to 3feb846420
.
* guix/android-repo-download.scm (android-repo-fetch): Fix docstring.
This commit is contained in:
parent
44c6e6f590
commit
eb924a97bd
1 changed files with 3 additions and 4 deletions
|
@ -28,7 +28,6 @@
|
||||||
#:use-module (guix packages)
|
#:use-module (guix packages)
|
||||||
#:use-module (guix modules)
|
#:use-module (guix modules)
|
||||||
#:autoload (guix build-system gnu) (standard-packages)
|
#:autoload (guix build-system gnu) (standard-packages)
|
||||||
#:use-module (git) ; FIXME Remove
|
|
||||||
#:use-module (ice-9 match)
|
#:use-module (ice-9 match)
|
||||||
#:use-module (ice-9 vlist)
|
#:use-module (ice-9 vlist)
|
||||||
#:use-module (srfi srfi-1)
|
#:use-module (srfi srfi-1)
|
||||||
|
@ -36,7 +35,7 @@
|
||||||
#:use-module (srfi srfi-35)
|
#:use-module (srfi srfi-35)
|
||||||
#:export (android-repo-reference
|
#:export (android-repo-reference
|
||||||
android-repo-reference?
|
android-repo-reference?
|
||||||
android-repo-reference-mainfest-url
|
android-repo-reference-manifest-url
|
||||||
android-repo-reference-revision
|
android-repo-reference-revision
|
||||||
|
|
||||||
android-repo-fetch
|
android-repo-fetch
|
||||||
|
@ -48,7 +47,7 @@
|
||||||
;;; An <origin> method that fetches a specific commit from an Android repo
|
;;; An <origin> method that fetches a specific commit from an Android repo
|
||||||
;;; repository.
|
;;; repository.
|
||||||
;;; The repository's manifest (URL and revision) can be specified with a
|
;;; The repository's manifest (URL and revision) can be specified with a
|
||||||
;; <android-repo-reference> object.
|
;;; <android-repo-reference> object.
|
||||||
;;;
|
;;;
|
||||||
;;; Code:
|
;;; Code:
|
||||||
|
|
||||||
|
@ -71,7 +70,7 @@
|
||||||
"Return a fixed-output derivation that fetches REF, an
|
"Return a fixed-output derivation that fetches REF, an
|
||||||
<android-repo-reference> object. The output is expected to have recursive
|
<android-repo-reference> object. The output is expected to have recursive
|
||||||
hash HASH of type HASH-ALGO (a symbol). Use NAME as the file name, or a
|
hash HASH of type HASH-ALGO (a symbol). Use NAME as the file name, or a
|
||||||
generic name if #f."
|
generic name if unset."
|
||||||
;; TODO: Remove.
|
;; TODO: Remove.
|
||||||
(define inputs
|
(define inputs
|
||||||
(standard-packages))
|
(standard-packages))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue