From fe31244529c49ced081348b7db66e78eabc809dd Mon Sep 17 00:00:00 2001 From: Adrian Kummerlaender Date: Thu, 27 Sep 2018 22:16:53 +0200 Subject: Use shared Nix derivations of XSLT build stack --- pkgs/StaticXSLT.nix | 23 ----------------------- 1 file changed, 23 deletions(-) delete mode 100644 pkgs/StaticXSLT.nix (limited to 'pkgs/StaticXSLT.nix') diff --git a/pkgs/StaticXSLT.nix b/pkgs/StaticXSLT.nix deleted file mode 100644 index 3caee06..0000000 --- a/pkgs/StaticXSLT.nix +++ /dev/null @@ -1,23 +0,0 @@ -{ stdenv, fetchFromGitHub }: - -stdenv.mkDerivation rec { - name = "StaticXSLT"; - - src = fetchFromGitHub { - owner = "KnairdA"; - repo = "StaticXSLT"; - rev = "master"; - sha256 = "17gd181cw9yyc4h1fn7fikcgm8g7fdwm7d7fxwib4aynm18kwqad"; - }; - - installPhase = '' - mkdir $out - cp -r * $out/ - ''; - - meta = with stdenv.lib; { - description = "StaticXSLT"; - homepage = https://github.com/KnairdA/StaticXSLT/; - license = stdenv.lib.licenses.mit; - }; -} -- cgit v1.2.3