bundlerUpdateScript: init and use (#64822)
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
{ stdenv, bundlerEnv, ruby }:
|
||||
{ stdenv, bundlerEnv, ruby, bundlerUpdateScript }:
|
||||
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
@@ -19,11 +19,13 @@ stdenv.mkDerivation rec {
|
||||
ln -s ${env}/bin/watson $out/bin/watson
|
||||
'';
|
||||
|
||||
passthru.updateScript = bundlerUpdateScript "watson-ruby";
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
description = "An inline issue manager";
|
||||
homepage = http://goosecode.com/watson/;
|
||||
license = with licenses; mit;
|
||||
maintainers = with maintainers; [ robertodr ];
|
||||
maintainers = with maintainers; [ robertodr nicknovitski ];
|
||||
platforms = platforms.unix;
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user