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
BUNDLED WITH
1.13.7
1.17.2

View File

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

View File

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