drake: use bundlerApp

This commit is contained in:
Michael Fellinger 2019-04-30 16:22:26 +02:00
parent c9fd6099b4
commit 90ec6a32ba
3 changed files with 12 additions and 10 deletions

View File

@ -12,4 +12,4 @@ DEPENDENCIES
drake drake
BUNDLED WITH BUNDLED WITH
1.13.7 1.17.2

View File

@ -1,18 +1,15 @@
{ lib, bundlerEnv, ruby }: { lib, bundlerApp }:
bundlerEnv { bundlerApp {
name = "drake-0.9.2.0.3.1"; pname = "drake";
gemdir = ./.;
inherit ruby; exes = [ "drake" ];
gemfile = ./Gemfile;
lockfile = ./Gemfile.lock;
gemset = ./gemset.nix;
meta = with lib; { meta = with lib; {
description = "A branch of Rake supporting automatic parallelizing of tasks"; description = "A branch of Rake supporting automatic parallelizing of tasks";
homepage = http://quix.github.io/rake/; homepage = http://quix.github.io/rake/;
maintainers = with maintainers; [ romildo manveru ];
license = licenses.mit; license = licenses.mit;
platforms = platforms.unix; platforms = platforms.unix;
maintainers = with maintainers; [ romildo ];
}; };
} }

View File

@ -1,5 +1,7 @@
{ {
comp_tree = { comp_tree = {
groups = ["default"];
platforms = [];
source = { source = {
remotes = ["https://rubygems.org"]; remotes = ["https://rubygems.org"];
sha256 = "0dj9lkfxcczn67l1j12dcxswrfxxd1zgxa344zk6vqs2gwwhy9m9"; sha256 = "0dj9lkfxcczn67l1j12dcxswrfxxd1zgxa344zk6vqs2gwwhy9m9";
@ -8,6 +10,9 @@
version = "1.1.3"; version = "1.1.3";
}; };
drake = { drake = {
dependencies = ["comp_tree"];
groups = ["default"];
platforms = [];
source = { source = {
remotes = ["https://rubygems.org"]; remotes = ["https://rubygems.org"];
sha256 = "09gkmdshwdmdnkdxi03dv4rk1dip0wdv6dx14wscrmi0jyk86yag"; sha256 = "09gkmdshwdmdnkdxi03dv4rk1dip0wdv6dx14wscrmi0jyk86yag";