Added test-framework.
svn path=/nixpkgs/trunk/; revision=27695
This commit is contained in:
13
pkgs/development/libraries/haskell/hostname/default.nix
Normal file
13
pkgs/development/libraries/haskell/hostname/default.nix
Normal 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];
|
||||
};
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user