3
0
Fork 0
forked from mirrors/nixpkgs

nodePackages.elm-oracle: init at 1.1.1

fixes #38353 #31036
This commit is contained in:
Jörg Thalheim 2018-05-07 10:30:25 +01:00
parent 0e5d6a6644
commit f343efcf9b
2 changed files with 18 additions and 0 deletions

View file

@ -19,6 +19,7 @@
, "dnschain"
, "docker-registry-server"
, "elasticdump"
, "elm-oracle"
, "elm-test"
, "emoj"
, "eslint"

View file

@ -32223,6 +32223,23 @@ in
production = true;
bypassCache = false;
};
elm-oracle = nodeEnv.buildNodePackage {
name = "elm-oracle";
packageName = "elm-oracle";
version = "1.1.1";
src = fetchurl {
url = "https://registry.npmjs.org/elm-oracle/-/elm-oracle-1.1.1.tgz";
sha1 = "61f6d783221b4ad08e7d101d678b9d5a67d3961c";
};
buildInputs = globalBuildInputs;
meta = {
description = "Query for information about values in elm source files.";
homepage = "https://github.com/ElmCast/elm-oracle#readme";
license = "BSD-3-Clause";
};
production = true;
bypassCache = false;
};
elm-test = nodeEnv.buildNodePackage {
name = "elm-test";
packageName = "elm-test";