From bd3b7c2e2c5ecb08c1ab3cd6c1176c883a124af3 Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Tue, 12 Jan 2021 22:28:57 -0800 Subject: Delete default.nix. It is generated and shouldn't be in repository. --- default.nix | 55 ------------------------------------------------------- 1 file changed, 55 deletions(-) delete mode 100644 default.nix (limited to 'default.nix') diff --git a/default.nix b/default.nix deleted file mode 100644 index a18be1fa8..000000000 --- a/default.nix +++ /dev/null @@ -1,55 +0,0 @@ -{ mkDerivation, aeson, aeson-pretty, attoparsec, base -, base64-bytestring, binary, blaze-html, blaze-markup, bytestring -, case-insensitive, citeproc, commonmark, commonmark-extensions -, commonmark-pandoc, connection, containers, criterion -, data-default, deepseq, Diff, directory, doclayout, doctemplates -, emojis, exceptions, executable-path, file-embed, filepath, Glob -, haddock-library, hslua, hslua-module-system, hslua-module-text -, HsYAML, HTTP, http-client, http-client-tls, http-types, ipynb -, jira-wiki-markup, JuicyPixels, mtl, network, network-uri -, pandoc-types, parsec, process, QuickCheck, random, safe -, scientific, SHA, skylighting, skylighting-core, split, stdenv -, syb, tagsoup, tasty, tasty-golden, tasty-hunit, tasty-lua -, tasty-quickcheck, temporary, texmath, text, text-conversions -, time, unicode-transforms, unix, unordered-containers, weigh, xml -, zip-archive, zlib -}: -mkDerivation { - pname = "pandoc"; - version = "2.11.4"; - src = ./.; - configureFlags = [ "-fhttps" "-f-trypandoc" ]; - isLibrary = true; - isExecutable = true; - enableSeparateDataOutput = true; - libraryHaskellDepends = [ - aeson aeson-pretty attoparsec base base64-bytestring binary - blaze-html blaze-markup bytestring case-insensitive citeproc - commonmark commonmark-extensions commonmark-pandoc connection - containers data-default deepseq directory doclayout doctemplates - emojis exceptions file-embed filepath Glob haddock-library hslua - hslua-module-system hslua-module-text HsYAML HTTP http-client - http-client-tls http-types ipynb jira-wiki-markup JuicyPixels mtl - network network-uri pandoc-types parsec process random safe - scientific SHA skylighting skylighting-core split syb tagsoup - temporary texmath text text-conversions time unicode-transforms - unix unordered-containers xml zip-archive zlib - ]; - executableHaskellDepends = [ base ]; - testHaskellDepends = [ - base base64-bytestring bytestring containers Diff directory - doctemplates exceptions executable-path filepath Glob hslua mtl - pandoc-types process QuickCheck tasty tasty-golden tasty-hunit - tasty-lua tasty-quickcheck temporary text time xml zip-archive - ]; - benchmarkHaskellDepends = [ - base bytestring containers criterion mtl text time weigh - ]; - postInstall = '' - mkdir -p $out/share/man/man1 - mv "man/"*.1 $out/share/man/man1/ - ''; - homepage = "https://pandoc.org"; - description = "Conversion between markup formats"; - license = stdenv.lib.licenses.gpl2Plus; -} -- cgit v1.2.3