elmPackages.elm-json: 0.2.7 -> 0.2.10

This commit is contained in:
Robert Hensing
2021-05-06 11:21:40 +02:00
parent d8ac07dd6b
commit 377f9ca78d
3 changed files with 28 additions and 33 deletions
+2 -2
View File
@@ -2,7 +2,7 @@
, haskell, haskellPackages, nodejs
, fetchurl, fetchpatch, makeWrapper, writeScriptBin
# Rust dependecies
, rustPlatform, openssl, pkg-config, Security
, curl, rustPlatform, openssl, pkg-config, Security
}:
let
fetchElmDeps = import ./fetchElmDeps.nix { inherit stdenv lib fetchurl; };
@@ -102,7 +102,7 @@ let
elmRustPackages = {
elm-json = import ./packages/elm-json.nix {
inherit lib rustPlatform fetchurl openssl stdenv pkg-config Security;
inherit curl lib rustPlatform fetchurl openssl stdenv pkg-config Security;
} // {
meta = with lib; {
description = "Install, upgrade and uninstall Elm dependencies";