mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-25 07:00:43 +00:00
f8f5627085
Signed-off-by: Sivaram Balakrishnan <sivaram1992@gmail.com>
17 lines
589 B
Nix
17 lines
589 B
Nix
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
|
|
|
{ cabal, filepath, machines, machinesIo, transformers }:
|
|
|
|
cabal.mkDerivation (self: {
|
|
pname = "machines-directory";
|
|
version = "0.2.0.0";
|
|
sha256 = "1b1jv23ijhm51nggxrncjhz24k4pl4nvj6s9h3jabr0gsnsb8y2v";
|
|
buildDepends = [ filepath machines machinesIo transformers ];
|
|
meta = {
|
|
homepage = "http://github.com/aloiscochard/machines-io";
|
|
description = "Directory (system) utilities for the machines library";
|
|
license = self.stdenv.lib.licenses.asl20;
|
|
platforms = self.ghc.meta.platforms;
|
|
};
|
|
})
|