From 62f28d30a069135f9c48678507203958adfc334f Mon Sep 17 00:00:00 2001 From: Igor Pashev Date: Thu, 29 Sep 2016 13:51:44 +0300 Subject: Moved everything into ./modules --- pkgs/check_solr/cabal2nix.nix | 23 ----------------------- 1 file changed, 23 deletions(-) delete mode 100644 pkgs/check_solr/cabal2nix.nix (limited to 'pkgs/check_solr/cabal2nix.nix') diff --git a/pkgs/check_solr/cabal2nix.nix b/pkgs/check_solr/cabal2nix.nix deleted file mode 100644 index ee3c6b5..0000000 --- a/pkgs/check_solr/cabal2nix.nix +++ /dev/null @@ -1,23 +0,0 @@ -{ mkDerivation, aeson, base, base64-bytestring, bytestring, docopt -, fetchgit, HTTP, http-conduit, nagios-check, raw-strings-qq -, regex-tdfa, scientific, stdenv, text, unordered-containers -}: -mkDerivation { - pname = "check-solr"; - version = "0.1.0"; - src = fetchgit { - url = "https://github.com/ip1981/check-solr.git"; - sha256 = "839199942e5cf110428dd589f1d9610ac504d7199b2b7053d5ee136206890309"; - rev = "869c945fb56f0ff187125ee352a6876002eba596"; - }; - isLibrary = true; - isExecutable = true; - libraryHaskellDepends = [ - aeson base base64-bytestring bytestring docopt HTTP http-conduit - nagios-check raw-strings-qq regex-tdfa scientific text - unordered-containers - ]; - executableHaskellDepends = [ base docopt raw-strings-qq ]; - description = "Icinga / Nagios plugin for Solr"; - license = stdenv.lib.licenses.mit; -} -- cgit v1.2.3