google-clasp: init at 2.2.1 (#43376)
* google-clasp: init at version 2.2.1 Useful for developing Google's Apps Scripts. Signed-off-by: Michal Minář <mic.liamg@gmail.com> * fixed license Signed-off-by: Michal Minář <mic.liamg@gmail.com>
This commit is contained in:
committed by
Maximilian Bosch
parent
8b6b9533ef
commit
f0c12c4795
@@ -0,0 +1,19 @@
|
||||
{ stdenv, pkgs }:
|
||||
let
|
||||
version = "2.2.1";
|
||||
in
|
||||
(import ./google-clasp.nix {
|
||||
inherit pkgs;
|
||||
inherit (stdenv.hostPlatform) system;
|
||||
})."@google/clasp-${version}".override rec {
|
||||
preRebuild = ''
|
||||
patch -p1 <<<"${builtins.readFile ./dotf.patch}"
|
||||
'';
|
||||
meta = {
|
||||
description = "Command Line tool for Google Apps Script Projects";
|
||||
homepage = https://developers.google.com/apps-script/guides/clasp;
|
||||
license = stdenv.lib.licenses.asl20;
|
||||
maintainers = [ stdenv.lib.maintainers.michojel ];
|
||||
priority = 100;
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user