f6374fbc5b
Setup: ../LICENSE: copyFile: does not exist (No such file or directory) I'm not sure where this comes from. Also, it seems that passing haxr-th the library haxr as a build input doesn't suffice; it also needs to be passed the libraries that haxr depends on to configure successfully. Something isn't right. Andreas, do you know how to fix this? svn path=/nixpkgs/trunk/; revision=12722
12 lines
273 B
Nix
12 lines
273 B
Nix
{cabal}:
|
|
|
|
cabal.mkDerivation (self : {
|
|
pname = "HaXml";
|
|
version = "1.13.3";
|
|
sha256 = "08d9wy0rg9m66dd10x0zvkl74l25vxdakz7xp3j88s2gd31jp1v0";
|
|
meta = {
|
|
description = "Haskell utilities for parsing, filtering, transforming and generating XML documents.";
|
|
};
|
|
})
|
|
|