watson-ruby: init at 1.6.3
This commit is contained in:
committed by
Joerg Thalheim
parent
d1aed97aa0
commit
932bd98510
@@ -0,0 +1,18 @@
|
||||
{ lib, bundlerEnv, ruby }:
|
||||
|
||||
bundlerEnv rec {
|
||||
name = "watson-ruby-${version}";
|
||||
|
||||
version = (import ./gemset.nix).watson-ruby.version;
|
||||
inherit ruby;
|
||||
# expects Gemfile, Gemfile.lock and gemset.nix in the same directory
|
||||
gemdir = ./.;
|
||||
|
||||
meta = with lib; {
|
||||
description = "An inline issue manager";
|
||||
homepage = http://goosecode.com/watson/;
|
||||
license = with licenses; mit;
|
||||
maintainers = with maintainers; [ robertodr ];
|
||||
platforms = platforms.unix;
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user