Merge pull request #60507 from manveru/update-drake

drake: use bundlerApp
This commit is contained in:
Alyssa Ross 2019-05-04 13:19:12 +00:00 committed by GitHub
commit bf72529e36
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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 = ./.;
exes = [ "drake" ];
inherit ruby;
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";