]> git.immae.eu Git - perso/Immae/Config/Nix.git/blobdiff - pkgs/ical2html/default.nix
Add flake skeletons
[perso/Immae/Config/Nix.git] / pkgs / ical2html / default.nix
diff --git a/pkgs/ical2html/default.nix b/pkgs/ical2html/default.nix
deleted file mode 100644 (file)
index 5ce6433..0000000
+++ /dev/null
@@ -1,11 +0,0 @@
-{ pkgs ? import <nixpkgs> {} }:
-pkgs.stdenv.mkDerivation rec {
-  pname = "ical2html";
-  version = "3.0";
-  src= pkgs.fetchurl {
-    url = "https://www.w3.org/Tools/Ical2html/${pname}-${version}.tar.gz";
-    sha256 = "sha256-1QhE04cmohhPgZ3I8jz28Z7ZnSJkH2aPnRse5/pReEA=";
-  };
-  buildInputs = [ pkgs.libical ];
-
-}