summary refs log tree commit diff
path: root/pkgs/development/erlang-modules/hex/meck.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/erlang-modules/hex/meck.nix')
-rw-r--r--pkgs/development/erlang-modules/hex/meck.nix13
1 files changed, 0 insertions, 13 deletions
diff --git a/pkgs/development/erlang-modules/hex/meck.nix b/pkgs/development/erlang-modules/hex/meck.nix
deleted file mode 100644
index 5af8a15a908..00000000000
--- a/pkgs/development/erlang-modules/hex/meck.nix
+++ /dev/null
@@ -1,13 +0,0 @@
-{ stdenv, buildHex }:
-
-buildHex {
-  name = "meck";
-  version = "0.8.3";
-  sha256 = "1dh2rhks1xly4f49x89vbhsk8fgwkx5zqp0n98mnng8rs1rkigak";
-
-  meta = {
-    description = "A mocking framework for Erlang";
-    homepage = "https://github.com/eproxus/meck";
-    license = stdenv.lib.licenses.apsl20;
-  };
-}