blob 299f0b36352e5a6f876d546c145bbd1be619b390 1224 bytes (raw)
name: gnu/packages/blueprint-compiler.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
| | (define-module (gnu packages blueprint-compiler)
#:use-module (guix packages)
#:use-module (guix licenses)
#:use-module (guix download)
#:use-module (gnu packages python)
#:use-module (gnu packages glib)
#:use-module (guix build-system meson))
(define-public blueprint-compiler
(package
(name "blueprint-compiler")
(version "0.2.0")
(source (origin
(method url-fetch)
(uri (string-append
"https://gitlab.gnome.org/jwestman/blueprint-compiler/-/archive/v"
version
"/blueprint-compiler-v"
version
".tar.gz"))
(sha256
(base32
"10qd9bax2n83n0pmmsbb55rjdsm7g5pvj2lxh460dl78jm649rfl"))))
(build-system meson-build-system)
(arguments `(#:tests? #f))
(native-inputs (list gobject-introspection))
(inputs (list python))
(synopsis "Markup language compiler for GTK user interface files")
(description
"This package provides the compiler for the blueprint markup language for
GTK user interfaces")
(home-page "https://gitlab.gnome.org/jwestman/blueprint-compiler")
(license gpl3+)))
blueprint-compiler
|
debug log:
solving 299f0b3635 ...
found 299f0b3635 in https://yhetil.org/guix/20220831032115.3838-1-ahriman@fedora.email/
applying [1/1] https://yhetil.org/guix/20220831032115.3838-1-ahriman@fedora.email/
diff --git a/gnu/packages/blueprint-compiler.scm b/gnu/packages/blueprint-compiler.scm
new file mode 100644
index 0000000000..299f0b3635
Checking patch gnu/packages/blueprint-compiler.scm...
Applied patch gnu/packages/blueprint-compiler.scm cleanly.
index at:
100644 299f0b36352e5a6f876d546c145bbd1be619b390 gnu/packages/blueprint-compiler.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 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.