~ruther/guix-local

ref: 6c365eca6dafca37f0ac34d55221bcf197df49a3 guix-local/Makefile.am -rw-r--r-- 12.0 KiB
6c365eca — Nikita Karetnikov 13 years ago
Add 'guix hash'.

* guix/scripts/hash.scm: New file.
* Makefile.am (MODULES): Add it.
* po/POTFILES.in: Add it.
* doc/guix.texi (Invoking guix hash): New node.
  (Defining Packages): Add a cross-reference to the 'Invoking guix
  hash' node.
0e993428 — Ludovic Courtès 13 years ago
build: Add `sync-synopses.scm'.

* build-aux/sync-synopses.scm: New file.
* Makefile.am (EXTRA_DIST): Add it.
  (dist-hook): New target.
0160536d — Cyril Roelandt 13 years ago
gnu: Python: bump to version 2.7.4.

* gnu/packages/python.scm: bump to version 2.7.4, remove references to
python-fix-dbm.patch.
* Makefile.am: remove references to python-fix-dbm.patch
* gnu/packages/patches/python-fix-dbm.patch: remove it.
53c63ee9 — Ludovic Courtès 13 years ago
nar: Implement restoration from Nar.

* guix/nar.scm (&nar-error, &nar-read-error): New condition types.
  (dump): New procedure.
  (write-contents)[dump]: Remove.  Use the one above instead.
  (read-contents, write-file, restore-file): New procedures.
  (%archive-version-1): New variable.
cbca6eb5 — Nikita Karetnikov 13 years ago
gnu: shishi: Update to 1.0.2.

* gnu/packages/shishi.scm (shishi): Update to 1.0.2.
* gnu/packages/patches/shishi-gets-undeclared.patch: Remove it.
* Makefile.am (dist_patch_DATA): Adjust accordingly.
4f7d8d7e — Cyril Roelandt 13 years ago
gnu: Python: fix the compilation of some modules from the standard library.

This commit enables the bz2, dbm, readline, ssl and zlib modules.

* gnu/packages/gdbm.scm: Enable the compatibility mode.
* gnu/packages/python.scm: Enable a few modules from the standard library.
* gnu/packages/patches/python-fix-dbm.patch: New file.
* Makefile.am: Add it.
0f41c26f — Ludovic Courtès 13 years ago
Add (guix nar) and (guix serialization).

* guix/store.scm (write-int, read-int, write-long-long, read-long-long,
  write-padding, write-string, read-string, read-latin1-string,
  write-string-list, read-string-list, write-store-path,
  read-store-path, write-store-path-list, read-store-path-list): Move to
  serialization.scm.
  (write-contents, write-file): Move to nar.scm.
* guix/nar.scm, guix/serialization.scm: New files.
* Makefile.am (MODULES): Add them.
f65cf81a — Ludovic Courtès 13 years ago
Add preliminary binary substituter.

* guix/scripts/substitute-binary.scm: New file.
* Makefile.am (MODULES): Add it.
* nix/scripts/substitute-binary.in: New file.
* config-daemon.ac: Produce nix/scripts/substitute-binary.
* daemon.am (nodist_pkglibexec_SCRIPTS): Add
  nix/scripts/substitute-binary.
* guix/store.scm (substitutable-path-info): Use the
  `query-substitutable-path-infos' RPC.
* nix/nix-daemon/guix-daemon.cc (main): Honor `NIX_SUBSTITUTERS'.
* pre-inst-env.in: Set `NIX_SUBSTITUTERS'.
* test-env.in: Leave `NIX_SUBSTITUTERS' unchanged.  Set
  `GUIX_BINARY_SUBSTITUTE_URL, and create
  $NIX_STATE_DIR/substituter-data.
  Run `guix-daemon' within `./pre-inst-env'.
* tests/store.scm ("substitute query"): New test.
adb5f469 — Ludovic Courtès 13 years ago
gnu: Add libphidget.

* gnu/packages/libphidget.scm: New file.
* Makefile.am (MODULES): Add it.
c6bded8a — Cyril Roelandt 13 years ago
Add (guix build-system cmake).

* guix/build/cmake-build-system.scm, guix/build-system/cmake.scm: New files.
* Makefile.am (MODULES): Add them.
e9c0b944 — Ludovic Courtès 13 years ago
gnu: Move GCC to its own module.

* gnu/packages/base.scm (gcc-4.7): Move to...
* gnu/packages/gcc.scm: ... here.  New file.
* Makefile.am (MODULES): Add it.
785db4d8 — Ludovic Courtès 13 years ago
glib: Patch around prlimit(2) failure.

* gnu/packages/glib.scm (glib)[source]: Switch to mirror://gnome.
  [inputs]: Add `patch/tests-prlimit'.
  [arguments]: Add it.
* gnu/packages/patches/glib-tests-prlimit.patch: New file.
* Makefile.am (dist_patch_DATA): Add it.
7bf56918 — Ludovic Courtès 13 years ago
gnu: Add GNU cflow.

* gnu/packages/cflow.scm: New file.
* Makefile.am (MODULES): Add it.
47a9cb95 — Ludovic Courtès 13 years ago
gnu: Add GNU cppi.

* gnu/packages/cppi.scm: New file.
* Makefile.am (MODULES): Add it.
b6a64843 — Cyril Roelandt 13 years ago
gnu: Add cmake.

* gnu/packages/cmake.scm: New file.
* gnu/packages/patches/cmake-fix-tests.patch: New file.
* Makefile.am: Add them.
712e6e68 — Cyril Roelandt 13 years ago
gnu: Add lua.

* gnu/packages/lua.scm: New file.
* Makefile.am: add it.
563e8b39 — Nikita Karetnikov 13 years ago
gnu: Add GNU Fdisk.

* gnu/packages/fdisk.scm: New file.
* Makefile.am (MODULES): Add it.
bd5ecea6 — Nikita Karetnikov 13 years ago
gnu: Add w3m.

* gnu/packages/w3m.scm,
  gnu/packages/patches/w3m-fix-compile.patch: New files.
* Makefile.am (MODULES): Add 'w3m.scm'.
  (dist_patch_DATA): Add 'w3m-fix-compile.patch'.
c50cbfd6 — Ludovic Courtès 13 years ago
gnu: Add Avahi.

* gnu/packages/avahi.scm: New file.
* Makefile.am (MODULES): Add it.
938081b9 — Andreas Enge 13 years ago
gnu: Add lsof.

* gnu/packages/lsof.scm: New file.
* Makefile.am (MODULES): Add it.
Next