mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-09 19:13:26 +03:00
cucumber: remove rec
This commit is contained in:
parent
19103e65eb
commit
779f8185ac
1 changed files with 2 additions and 2 deletions
|
@ -4,12 +4,12 @@
|
|||
bundlerUpdateScript,
|
||||
}:
|
||||
|
||||
bundlerApp rec {
|
||||
bundlerApp {
|
||||
pname = "cucumber";
|
||||
gemdir = ./.;
|
||||
exes = [ "cucumber" ];
|
||||
|
||||
passthru.updateScript = bundlerUpdateScript pname;
|
||||
passthru.updateScript = bundlerUpdateScript "cucumber";
|
||||
|
||||
meta = with lib; {
|
||||
description = "Tool for executable specifications";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue