Added test-framework.

svn path=/nixpkgs/trunk/; revision=27695
This commit is contained in:
Andres Löh
2011-07-10 17:38:21 +00:00
parent 5d27ed479a
commit d7d0700d18
7 changed files with 81 additions and 2 deletions

View File

@@ -0,0 +1,13 @@
{cabal}:
cabal.mkDerivation (self : {
pname = "hostname";
version = "1.0";
sha256 = "0p6gm4328946qxc295zb6vhwhf07l1fma82vd0siylnsnsqxlhwv";
meta = {
description = "A very simple package providing a cross-platform means of determining the hostname";
license = "BSD3";
maintainers = [self.stdenv.lib.maintainers.andres];
};
})