From 76a0579933da3ed3ea6a39731a8c50e592c3d7e4 Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Sat, 13 Jun 2015 15:42:24 +0200 Subject: Changed back to symbolic links --- custom/opossum.nix | 31 +------------------------------ 1 file changed, 1 insertion(+), 30 deletions(-) mode change 100644 => 120000 custom/opossum.nix (limited to 'custom/opossum.nix') diff --git a/custom/opossum.nix b/custom/opossum.nix deleted file mode 100644 index ea550a8a..00000000 --- a/custom/opossum.nix +++ /dev/null @@ -1,30 +0,0 @@ -# This file was auto-generated by cabal2nix. Please do NOT edit manually! - -{ cabal, beuteltier, dataDefault, dyre, exceptions, feed, filepath -, httpClient, httpClientTls, lenses, mtl, shellMonad, tagged, text -, time, transformers, hxt, caseInsensitive, attoparsec -, fetchgit -}: - -cabal.mkDerivation (self: { - pname = "opossum"; - version = "1.4.1"; - src = fetchgit { - url = git://git.yggdrasil.li/opossum; - # nix-shell -p nix-prefetch-scripts --command 'nix-prefetch-git git://git.yggdrasil.li/opossum' 2>&1 | grep -E '(git revision|hash) is ' | sed -r 's/git revision is /rev = "/' | sed -r 's/hash is /sha256 = "/' | sed -r 's/$/";/' - rev = "f5d384df2a6dff3a7402e51ee5aff58bd6792e6a"; - sha256 = "8b6e1d6878dce58bfc7cb0c9414a69109c622aae16d4515cf22d72825ae3da5f"; - }; - isLibrary = true; - isExecutable = true; - buildDepends = [ - beuteltier dataDefault dyre exceptions feed filepath httpClient - httpClientTls lenses mtl shellMonad tagged text time transformers - hxt caseInsensitive attoparsec - ]; - meta = { - description = "A webscraper for beuteltier"; - license = self.stdenv.lib.licenses.publicDomain; - platforms = self.ghc.meta.platforms; - }; -}) diff --git a/custom/opossum.nix b/custom/opossum.nix new file mode 120000 index 00000000..b48ef343 --- /dev/null +++ b/custom/opossum.nix @@ -0,0 +1 @@ +../opossum/opossum.nix \ No newline at end of file -- cgit v1.2.3