mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-04-15 10:37:53 +00:00
haskell-HDBC-odbc: re-generate with cabal2nix
This commit is contained in:
parent
f9bb592712
commit
a22e8fd6c0
@ -8,7 +8,7 @@ cabal.mkDerivation (self: {
|
||||
isExecutable = true;
|
||||
buildDepends = [ HDBC mtl time utf8String ];
|
||||
extraLibraries = [ odbc ];
|
||||
noHaddock = true; # Haddocks currently fail to build
|
||||
noHaddock = true;
|
||||
meta = {
|
||||
homepage = "https://github.com/hdbc/hdbc-odbc";
|
||||
description = "ODBC driver for HDBC";
|
||||
|
Loading…
Reference in New Issue
Block a user