Skip to content

Commit

Permalink
gerbilPackages-unstable.gerbil-poo: init at 2020-08-02
Browse files Browse the repository at this point in the history
  • Loading branch information
fare committed Aug 2, 2020
1 parent c9b05a3 commit d0c856d
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 0 deletions.
27 changes: 27 additions & 0 deletions pkgs/development/compilers/gerbil/gerbil-poo.nix
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
{ pkgs, lib, fetchFromGitHub, gerbil-unstable, gerbil-support, gambit-support }:

gerbil-support.gerbilPackage {
pname = "gerbil-ethereum";
version = "unstable-2020-08-02";
git-version = "0.0-13-g1014154";
gerbil-package = "clan/poo";
gerbil = gerbil-unstable;
gerbilInputs = with gerbil-support.gerbilPackages-unstable; [gerbil-utils gerbil-crypto];
buildInputs = [];
gambit-params = gambit-support.unstable-params;
version-path = "version";
softwareName = "Gerbil-POO";
src = fetchFromGitHub {
owner = "fare";
repo = "gerbil-poo";
rev = "1014154fe4943dfbec7524666c831b601ba88559";
sha256 = "0g8l5mi007n07qs79m9h3h3am1p7h0kzq7yb49h562b8frh5gp97";
};
meta = {
description = "Gerbil POO: Prototype Object Orientation for Gerbil Scheme";
homepage = "https://github.com/fare/gerbil-poo";
license = lib.licenses.asl20;
platforms = lib.platforms.unix;
maintainers = with lib.maintainers; [ fare ];
};
}
1 change: 1 addition & 0 deletions pkgs/development/compilers/gerbil/gerbil-support.nix
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ rec {
gerbilPackages-unstable = {
gerbil-utils = callPackage ./gerbil-utils.nix { };
gerbil-crypto = callPackage ./gerbil-crypto.nix { };
gerbil-poo = callPackage ./gerbil-poo.nix { };
};

# Use this function in any package that uses Gerbil libraries, to define the GERBIL_LOADPATH.
Expand Down

0 comments on commit d0c856d

Please sign in to comment.