~ruther/guix-local

ref: 2b902c3c467257f61b9d5e52739b052d8ecd32ee guix-local/gnu/packages/openssl.scm -rw-r--r-- 2.5 KiB
59a43334 — Ludovic Courtès 13 years ago
distro: Rename (distro) to (gnu packages).

* distro.scm: Rename to...
* gnu/packages.scm: ... this.  Update all users accordingly.
* Makefile.am (MODULES): Adjust accordingly.
* po/POTFILES.in: Likewise.
1ffa7090 — Ludovic Courtès 13 years ago
distro: Change the module name space to (gnu ...).

* distro: Rename to...
* gnu: ... this.  Update module names accordingly.
* Makefile.am: Adjust accordingly.
* po/POTFILES.in: Likewise.
* distro.scm: Search for files under /gnu/packages instead of
  /distro/packages.
* gnu/packages/base.scm (ld-wrapper-boot3): Likewise.
85a8a5f5 — Ludovic Courtès 13 years ago
distro: openssl: Fix the `license' field.

* distro/packages/openssl.scm: Add renamer for (guix licenses).  Adjust
  accordingly.
01e354eb — Ludovic Courtès 13 years ago
Merge branch 'core-updates'

Conflicts:
	guix/build/union.scm
2357f850 — Ludovic Courtès 13 years ago
Update a few more license headers.

* distro/packages/openssl.scm, m4/guix.m4, nix/sync-with-upstream:
  Update headers.
a974a0be — Ludovic Courtès 13 years ago
distro: openssl: Build shared libraries.

* distro/packages/openssl.scm (openssl): `configure' phase: pass
  "shared --libdir=lib".
f9975b5a — Andreas Enge 13 years ago
distro: Add OpenSSL.

* distro/packages/openssl.scm: New file.  `patch-tests' phase added by
  Ludovic Courtès.
* Makefile.am (MODULES): Add it.