Adding hsc3-process haskell package
This commit is contained in:
parent
fbea3a1427
commit
872bab6b9d
22
pkgs/development/libraries/haskell/hsc3-process/default.nix
Normal file
22
pkgs/development/libraries/haskell/hsc3-process/default.nix
Normal file
@ -0,0 +1,22 @@
|
||||
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
||||
|
||||
{ cabal, dataDefault, filepath, hosc, hsc3, time, timeCompat
|
||||
, transformers
|
||||
}:
|
||||
|
||||
cabal.mkDerivation (self: {
|
||||
pname = "hsc3-process";
|
||||
version = "0.10.0";
|
||||
sha256 = "1h769akpd5gsmmlzmhya3dh56rhpf4fkj0vl6zngahc5hl4s7qxc";
|
||||
isLibrary = true;
|
||||
isExecutable = true;
|
||||
buildDepends = [
|
||||
dataDefault filepath hosc hsc3 time timeCompat transformers
|
||||
];
|
||||
meta = {
|
||||
homepage = "https://github.com/kaoskorobase/hsc3-process";
|
||||
description = "Create and control scsynth processes";
|
||||
license = "GPL";
|
||||
platforms = self.ghc.meta.platforms;
|
||||
};
|
||||
})
|
@ -1281,6 +1281,8 @@ self : let callPackage = x : y : modifyPrio (newScope self x y); in
|
||||
|
||||
hsc3-dot = callPackage ../development/libraries/haskell/hsc3-dot {};
|
||||
|
||||
hsc3-process = callPackage ../development/libraries/haskell/hsc3-process {};
|
||||
|
||||
hsdns = callPackage ../development/libraries/haskell/hsdns {};
|
||||
|
||||
hsemail = callPackage ../development/libraries/haskell/hsemail {};
|
||||
|
Loading…
Reference in New Issue
Block a user