From 27d59d8bf5ed9a6560f15951395d03f05dc8d645 Mon Sep 17 00:00:00 2001 From: Pierre Neidhardt Date: Wed, 24 Oct 2018 11:43:17 +0200 Subject: gnu: Add go-github-com-gxed-hashland-keccakpg. * gnu/packages/golang.scm (go-github-com-gxed-hashland-keccakpg): New variable. --- gnu/packages/golang.scm | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) (limited to 'gnu/packages/golang.scm') diff --git a/gnu/packages/golang.scm b/gnu/packages/golang.scm index 795ab29838..87a1cd625e 100644 --- a/gnu/packages/golang.scm +++ b/gnu/packages/golang.scm @@ -2789,3 +2789,29 @@ Architecture Processors\" by J. Guilford et al.") trivial @command{big.Int} encoding benchmark results in 6 times faster encoding and 8 times faster decoding.") (license license:expat)))) + +(define-public go-github-com-gxed-hashland-keccakpg + (let ((commit "d9f6b97f8db22dd1e090fd0bbbe98f09cc7dd0a8") + (revision "0")) + (package + (name "go-github-com-gxed-hashland-keccakpg") + (version (git-version "0.0.0" revision commit)) + (source + (origin + (method git-fetch) + (uri (git-reference + (url "https://github.com/gxed/hashland.git") + (commit commit))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1q23y4lacsz46k9gmgfw4iwwydw36j2601rbidmmswl94grpc386")))) + (build-system go-build-system) + (arguments + '(#:unpack-path "github.com/gxed/hashland" + #:import-path "github.com/gxed/hashland/keccakpg")) + (home-page "https://github.com/gxed/hashland") + (synopsis "Implements the Keccak (SHA-3) hash algorithm in Go") + (description "Package @command{keccak} implements the Keccak (SHA-3) +hash algorithm. See http://keccak.noekeon.org.") + (license license:expat)))) -- cgit v1.2.3 n value='author'>author
path: root/build-aux/build-self.scm
AgeCommit message (Expand)Author
2019-05-12build-self: Let HOME pass through the execution environment....Ludovic Courtès
2019-05-11Revert "build-self: Let HOME pass through the execution environment."...Tobias Geerinckx-Rice
2019-05-11build-self: Let HOME pass through the execution environment....Ludovic Courtès
2019-04-23build-self: Explain why we keep using deprecated bindings....Ludovic Courtès
2019-04-23Revert "build-self: Avoid deprecated bindings."...Ludovic Courtès
2019-04-22build-self: Avoid deprecated bindings....Mark H Weaver
2019-04-17self: Remove unused variable....Ludovic Courtès
2019-03-26build-self: Disable position recording....Ludovic Courtès
2019-02-04daemon: Rename 'NIX_STATE_DIR' and 'NIX_DB_DIR' environment variables....Ludovic Courtès
2019-01-21build-self: Execute trampoline in a clean environment....Ludovic Courtès
2019-01-08build-self: Spin only on TTYs....Ludovic Courtès
2019-01-06build-self: Don't clobber the output port....Ludovic Courtès
2018-09-13Merge branch 'master' into core-updatesLeo Famulari
2018-09-13build-self: Emit a useful message upon error....Ludovic Courtès
2018-09-13build-self: Add a dummy (git) module to 'compute-guix-derivation'....Ludovic Courtès
2018-09-09Merge branch 'master' into core-updatesMarius Bakke
2018-09-06build-self: Accomodate upgrades from May 2016 and earlier....Ludovic Courtès
2018-09-04Switch to Guile-Gcrypt....Ludovic Courtès
2018-07-27build-self: Default to Guile 2.2 when building a standalone Guix....Ludovic Courtès
2018-07-27gnu: guile: Remove version 2.2.2....Ludovic Courtès
2018-06-26build-self: Inherit the daemon connection from the parent process....Ludovic Courtès
2018-06-21build-self: Avoid recompilations of 'compute-guix-derivation'....Ludovic Courtès
2018-06-18self: Define derived '-directory' variables in config.scm....Ludovic Courtès
2018-06-18build-self: Do not rely on '%store-database-directory'....Ludovic Courtès
2018-06-18build: Remove checks for 'nix-instantiate'....Ludovic Courtès
2018-06-18self: Make (guix config) generation really stateless....Ludovic Courtès
2018-06-09self: Produce a complete package with the 'guix' command....Ludovic Courtès
2018-04-08build-self: Add missing 'close-pipe' call....Ludovic Courtès
2018-04-08build-self: Use (guix self)....Ludovic Courtès
2018-02-15pull: Update the %sbindir variable in (guix config) when building....Diego Nicola Barbato
2017-12-13pull: Add (guix profiling) to the build environment....Ludovic Courtès
2017-12-07pull: Build with an ABI-compatible Guile....Ludovic Courtès
2017-11-21Revert "Add (guix self) and use it when pulling."...Ludovic Courtès
2017-11-21Add (guix self) and use it when pulling....Ludovic Courtès
2017-10-23pull: Add (guix build compile) to the mix....Ludovic Courtès
2017-08-02pull: Fetch source code from Git....Ludovic Courtès
2017-06-09pull: Add a dependency to guile-git....Mathieu Othacehe
2017-05-09pull: Build with the matching Guile major version....Ludovic Courtès
2016-11-27pull: Hack to allow compilation with older Guile-SSH packages....Ludovic Courtès
2016-11-26pull: Add guile-ssh to the dependencies....宋文武
2016-07-20pull: Update the version string....Ludovic Courtès
2016-07-20pull: Install (guix config) module to override the user's one....Ludovic Courtès