3b2254a3af
There is no point in receiving hundreds of e-mails; I cannot read them anyway.
14 lines
364 B
Nix
14 lines
364 B
Nix
{ cabal }:
|
|
|
|
cabal.mkDerivation (self: {
|
|
pname = "gdiff";
|
|
version = "1.0";
|
|
sha256 = "35257b1090cf78f95d24c7a89920863c1d824652311fa5793693d7d06d96517b";
|
|
meta = {
|
|
description = "Generic diff and patch";
|
|
license = self.stdenv.lib.licenses.bsd3;
|
|
platforms = self.ghc.meta.platforms;
|
|
maintainers = [ self.stdenv.lib.maintainers.andres ];
|
|
};
|
|
})
|