diff options
author | Julien Lepiller <julien@lepiller.eu> | 2021-03-20 18:25:44 +0100 |
---|---|---|
committer | Julien Lepiller <julien@lepiller.eu> | 2021-03-20 18:25:44 +0100 |
commit | 13953f0e7ec230e701faa679bcf2c1d6a3ab4693 (patch) | |
tree | 2e82de8f1b262b73d69ec2e052fdd082134db8be | |
parent | bb804a0d58687dcb3f3ba904dcb958c84b8b84d5 (diff) |
gnu: glib: Partially revert bb804a0d58687dcb3f3ba904dcb958c84b8b84d5.
It contained some changes used during tests that should not have been
commited.
* gnu/packages/glib (glib/fixed): Do not make public.
-rw-r--r-- | gnu/packages/glib.scm | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/gnu/packages/glib.scm b/gnu/packages/glib.scm index a62a31a87b..9c3cd75624 100644 --- a/gnu/packages/glib.scm +++ b/gnu/packages/glib.scm @@ -391,10 +391,9 @@ dynamic loading, and an object system.") (home-page "https://developer.gnome.org/glib/") (license license:lgpl2.1+))) -(define-public glib/fixed +(define glib/fixed (package (inherit glib) - (properties '()) (source (origin (inherit (package-source glib)) (patches |