mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 23:03:40 +01:00
haskell-opaleye: re-generate expression with cabal2nix
This commit is contained in:
parent
2a6763e76e
commit
5270474eca
1 changed files with 2 additions and 2 deletions
|
@ -15,6 +15,8 @@ cabal.mkDerivation (self: {
|
|||
testDepends = [
|
||||
postgresqlSimple productProfunctors profunctors time
|
||||
];
|
||||
jailbreak = true;
|
||||
doCheck = false;
|
||||
meta = {
|
||||
homepage = "https://github.com/tomjaguarpaw/haskell-opaleye";
|
||||
description = "An SQL-generating DSL targeting PostgreSQL";
|
||||
|
@ -22,6 +24,4 @@ cabal.mkDerivation (self: {
|
|||
platforms = self.ghc.meta.platforms;
|
||||
maintainers = with self.stdenv.lib.maintainers; [ ocharles ];
|
||||
};
|
||||
jailbreak = true;
|
||||
doCheck = false;
|
||||
})
|
||||
|
|
Loading…
Reference in a new issue