diff options
| author | Andreas Enge <andreas@enge.fr> | 2026-03-17 14:08:38 +0100 |
|---|---|---|
| committer | Andreas Enge <andreas@enge.fr> | 2026-03-17 14:08:39 +0100 |
| commit | db781384597e3670eea83ee4c9daaf4669d6b397 (patch) | |
| tree | 74bf4477fb9058866d7f8c30a68c88bb81a6110f | |
| parent | 6d14943ab8b0493859e5bf4406b81b91df284660 (diff) | |
gnu: Remove mrg.
* gnu/packages/gimp.scm (mrg): Delete variable.
Fixes: guix/guix#6380
Change-Id: Icbfd3fcaf84bca2edf077076ebaa80bb943c4a65
| -rw-r--r-- | gnu/packages/gimp.scm | 33 |
1 files changed, 0 insertions, 33 deletions
diff --git a/gnu/packages/gimp.scm b/gnu/packages/gimp.scm index f5eddf5975a..340b880b8a9 100644 --- a/gnu/packages/gimp.scm +++ b/gnu/packages/gimp.scm @@ -143,39 +143,6 @@ (home-page "https://code.google.com/archive/p/poly2tri-c/") (license license:bsd-3))) -(define-public mrg - (package - (name "mrg") - (version "0.1.4") - (source - (origin - (method git-fetch) - (uri - (git-reference - (url "https://github.com/hodefoting/mrg") - (commit version))) - (file-name - (git-file-name name version)) - (sha256 - (base32 "106qhh0c11576cc5kh90ds0ram72d3r6n9sadw0y4krnhap6dvwk")))) - (build-system meson-build-system) - (arguments - `(#:glib-or-gtk? #t)) ; To wrap binaries and/or compile schemas - (native-inputs - (list pkg-config)) - (propagated-inputs - `(("alsa" ,alsa-lib) - ("cairo" ,cairo) - ("gtk+" ,gtk+) - ("mmm" ,mmm) - ("x11" ,libx11))) - (synopsis "Microraptor GUI") - (description "MrG is is a C API for creating user interfaces. It can be -used as an application writing environment or as an interactive canvas for part -of a larger interface.") - (home-page "https://github.com/hodefoting/mrg") - (license license:lgpl2.0+))) - (define-public babl (package (name "babl") |
