about summary refs log tree commit diff
path: root/pkgs/development/compilers/gerbil/smug-gerbil.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/compilers/gerbil/smug-gerbil.nix')
-rw-r--r--pkgs/development/compilers/gerbil/smug-gerbil.nix25
1 files changed, 0 insertions, 25 deletions
diff --git a/pkgs/development/compilers/gerbil/smug-gerbil.nix b/pkgs/development/compilers/gerbil/smug-gerbil.nix
deleted file mode 100644
index 518ec0238f6b..000000000000
--- a/pkgs/development/compilers/gerbil/smug-gerbil.nix
+++ /dev/null
@@ -1,25 +0,0 @@
-{ lib, fetchFromGitHub, ... }:
-
-{
-  pname = "smug-gerbil";
-  version = "unstable-2020-12-12";
-  git-version = "0.4.20";
-  softwareName = "Smug-Gerbil";
-  gerbil-package = "drewc/smug";
-
-  pre-src = {
-    fun = fetchFromGitHub;
-    owner = "drewc";
-    repo = "smug-gerbil";
-    rev = "cf23a47d0891aa9e697719309d04dd25dd1d840b";
-    sha256 = "13fdijd71m3fzp9fw9xp6ddgr38q1ly6wnr53salp725w6i4wqid";
-  };
-
-  meta = with lib; {
-    description = "Super Monadic Über Go-into : Parsers and Gerbil Scheme";
-    homepage    = "https://github.com/drewc/smug-gerbil";
-    license     = licenses.mit;
-    platforms   = platforms.unix;
-    maintainers = with maintainers; [ fare ];
-  };
-}