Skip to content

Commit

Permalink
libiodbc: disable libodbc
Browse files Browse the repository at this point in the history
Disable creation of broken libodbc symlink.

Closes: #381423
  • Loading branch information
imincik committed Feb 13, 2025
1 parent 3183e0b commit af221d3
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions pkgs/development/libraries/libiodbc/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,10 @@ stdenv.mkDerivation rec {
sha256 = "sha256-OJizLQeWE2D28s822zYDa3GaIw5HZGklioDzIkPoRfo=";
};

configureFlags = [
"--disable-libodbc"
];

nativeBuildInputs = [ pkg-config ];
buildInputs = lib.optionals useGTK [ gtk2 ] ++ lib.optional stdenv.hostPlatform.isDarwin Carbon;

Expand Down

0 comments on commit af221d3

Please sign in to comment.