mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-12 12:07:47 +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 = [
|
||||
async hspec pipes pipesBytestring pipesSafe stm stmChans text
|
||||
];
|
||||
doCheck = false;
|
||||
jailbreak = true;
|
||||
doCheck = false;
|
||||
meta = {
|
||||
description = "Create proper Pipes from System.Process";
|
||||
license = self.stdenv.lib.licenses.bsd3;
|
||||
|
Loading…
Reference in New Issue
Block a user