mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-14 05:37:40 +03:00
haskell-pipes-shell: re-generate with cabal2nix
This commit is contained in:
parent
6b61f7124c
commit
6992d4d5dd
@ -14,8 +14,8 @@ cabal.mkDerivation (self: {
|
|||||||
testDepends = [
|
testDepends = [
|
||||||
async hspec pipes pipesBytestring pipesSafe stm stmChans text
|
async hspec pipes pipesBytestring pipesSafe stm stmChans text
|
||||||
];
|
];
|
||||||
doCheck = false;
|
|
||||||
jailbreak = true;
|
jailbreak = true;
|
||||||
|
doCheck = false;
|
||||||
meta = {
|
meta = {
|
||||||
description = "Create proper Pipes from System.Process";
|
description = "Create proper Pipes from System.Process";
|
||||||
license = self.stdenv.lib.licenses.bsd3;
|
license = self.stdenv.lib.licenses.bsd3;
|
||||||
|
Loading…
Reference in New Issue
Block a user