Skip to content
Snippets Groups Projects
BiobaseFR3D.nix 750 B
Newer Older
{ mkDerivation, BiobaseXNA, base, bytestring, containers, filemanip
, iteratee, lib, tuple
}:
mkDerivation {
  pname = "BiobaseFR3D";
  version = "0.2.3.0";
  sha256 = "903dd78d6a0f923c0cb044ef055765f43813bdb0997111012593e08756c70af9";
  isLibrary = true;
  isExecutable = false;
  enableSeparateDataOutput = false;
  libraryHaskellDepends = [
    base BiobaseXNA bytestring containers filemanip iteratee tuple
  ];
  enableLibraryProfiling = true;
  enableExecutableProfiling = true;
  doHaddock = false;
  jailbreak = true;
  doCheck = false;
  doBenchmark = false;
  hyperlinkSource = false;
  homepage = "http://www.tbi.univie.ac.at/~choener/";
  description = "Importer for FR3D resources";
  license = lib.licenses.gpl3Only;
  broken = false;
}