elmPackages.elm-json: init at 0.2.7
This commit is contained in:
@@ -1,6 +1,8 @@
|
||||
{ lib, stdenv, pkgs
|
||||
, haskell, nodejs
|
||||
, fetchurl, fetchpatch, makeWrapper, writeScriptBin }:
|
||||
, fetchurl, fetchpatch, makeWrapper, writeScriptBin
|
||||
# Rust dependecies
|
||||
, rustPlatform, openssl, pkg-config }:
|
||||
let
|
||||
fetchElmDeps = import ./fetchElmDeps.nix { inherit stdenv lib fetchurl; };
|
||||
|
||||
@@ -126,5 +128,8 @@ let
|
||||
};
|
||||
|
||||
in hsPkgs.elmPkgs // elmNodePackages // {
|
||||
elm-json = import ./packages/elm-json.nix {
|
||||
inherit rustPlatform fetchurl openssl stdenv pkg-config;
|
||||
};
|
||||
lib = elmLib;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user