about summary refs log tree commit diff
path: root/pkgs/development/beam-modules/build-mix.nix
diff options
context:
space:
mode:
authorThomas Depierre <depierre.thomas@gmail.com>2019-10-19 17:37:44 +0200
committerThomas Depierre <depierre.thomas@gmail.com>2019-11-17 13:45:57 +0100
commit8de4654d4b108ae11a02dc39bdf0366202fe113b (patch)
tree4036ab5638bdb5ea12c6e7bd82b6b5d63fcb2777 /pkgs/development/beam-modules/build-mix.nix
parenta21cb752426a57888d8bc0ef957b45e7033177e7 (diff)
downloadnixlib-8de4654d4b108ae11a02dc39bdf0366202fe113b.tar
nixlib-8de4654d4b108ae11a02dc39bdf0366202fe113b.tar.gz
nixlib-8de4654d4b108ae11a02dc39bdf0366202fe113b.tar.bz2
nixlib-8de4654d4b108ae11a02dc39bdf0366202fe113b.tar.lz
nixlib-8de4654d4b108ae11a02dc39bdf0366202fe113b.tar.xz
nixlib-8de4654d4b108ae11a02dc39bdf0366202fe113b.tar.zst
nixlib-8de4654d4b108ae11a02dc39bdf0366202fe113b.zip
beam-modules/hex-snapshot: remove
The package set is not maintained. It is also not used by most of the
BEAM community. Removing it to allow a more useful set of tools fit to
the BEAM community in Nixpkgs.
Diffstat (limited to 'pkgs/development/beam-modules/build-mix.nix')
-rw-r--r--pkgs/development/beam-modules/build-mix.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/beam-modules/build-mix.nix b/pkgs/development/beam-modules/build-mix.nix
index d947acc3ea68..9aebad2dabf7 100644
--- a/pkgs/development/beam-modules/build-mix.nix
+++ b/pkgs/development/beam-modules/build-mix.nix
@@ -1,4 +1,4 @@
-{ stdenv, writeText, elixir, erlang, hexRegistrySnapshot, hex, lib }:
+{ stdenv, writeText, elixir, erlang, hex, lib }:
 
 { name
 , version
@@ -43,7 +43,7 @@ let
     else setupHook;
 
     inherit buildInputs;
-    propagatedBuildInputs = [ hexRegistrySnapshot hex elixir ] ++ beamDeps;
+    propagatedBuildInputs = [ hex elixir ] ++ beamDeps;
 
     configurePhase = if configurePhase == null
     then ''