summary refs log tree commit diff
path: root/pkgs/development/libraries/haskell/libsystemd-journal/default.nix
blob: 1bb1bcacca3bd19a7c9523959683dc9e9701164c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# This file was auto-generated by cabal2nix. Please do NOT edit manually!

{ cabal, hashable, hsyslog, pipes, pipesSafe, systemd-journal, text
, transformers, uniplate, unixBytestring, unorderedContainers, uuid
, vector
}:

cabal.mkDerivation (self: {
  pname = "libsystemd-journal";
  version = "1.2.0";
  sha256 = "10gsqcy5f7m6f0giqhfcqspb17b3gyib4cpw5nrdl7hiah13hi7x";
  buildDepends = [
    hashable hsyslog pipes pipesSafe text transformers uniplate
    unixBytestring unorderedContainers uuid vector
  ];
  extraLibraries = [ systemd-journal ];
  meta = {
    homepage = "http://github.com/ocharles/libsystemd-journal";
    description = "Haskell bindings to libsystemd-journal";
    license = self.stdenv.lib.licenses.bsd3;
    platforms = self.stdenv.lib.platforms.linux;
  };
})