haskellPackages.linuxInotify: New expression
This commit is contained in:
parent
49f03ff5e1
commit
7927e7cc53
16
pkgs/development/libraries/haskell/linux-inotify/default.nix
Normal file
16
pkgs/development/libraries/haskell/linux-inotify/default.nix
Normal file
@ -0,0 +1,16 @@
|
|||||||
|
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
||||||
|
|
||||||
|
{ cabal, hashable }:
|
||||||
|
|
||||||
|
cabal.mkDerivation (self: {
|
||||||
|
pname = "linux-inotify";
|
||||||
|
version = "0.2.0.1";
|
||||||
|
sha256 = "1970v1zkbp45amylmg79bbdfhk8kg6vzxjznd76gfl5kff2cv12r";
|
||||||
|
buildDepends = [ hashable ];
|
||||||
|
meta = {
|
||||||
|
description = "Thinner binding to the Linux Kernel's inotify interface";
|
||||||
|
license = self.stdenv.lib.licenses.bsd3;
|
||||||
|
platforms = self.ghc.meta.platforms;
|
||||||
|
maintainers = with self.stdenv.lib.maintainers; [ ocharles ];
|
||||||
|
};
|
||||||
|
})
|
@ -1527,6 +1527,8 @@ self : let callPackage = x : y : modifyPrio (newScope self x y); in
|
|||||||
|
|
||||||
linear = callPackage ../development/libraries/haskell/linear {};
|
linear = callPackage ../development/libraries/haskell/linear {};
|
||||||
|
|
||||||
|
linuxInotify = callPackage ../development/libraries/haskell/linux-inotify {};
|
||||||
|
|
||||||
List = callPackage ../development/libraries/haskell/List {};
|
List = callPackage ../development/libraries/haskell/List {};
|
||||||
|
|
||||||
lists = callPackage ../development/libraries/haskell/lists {};
|
lists = callPackage ../development/libraries/haskell/lists {};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user