Skip to content

Commit

Permalink
mariadb-connector-java: remove
Browse files Browse the repository at this point in the history
was upstreamed in nixpkgs a while ago
  • Loading branch information
minijackson committed Feb 21, 2025
1 parent 1a2725e commit 05e5aad
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 38 deletions.
2 changes: 1 addition & 1 deletion nixos/modules/archiver-appliance.nix
Original file line number Diff line number Diff line change
Expand Up @@ -288,7 +288,7 @@ in {

# We use the mariadb connecter, since it supports UNIX socket connection,
# which allows us not not store the password in plaintext in the config.
"${pkgs.epnix.mariadb_jdbc}/share/java/mariadb-java-client.jar"
"${pkgs.mariadb-connector-java}/share/java/mariadb-java-client.jar"

# Dependencies of the mariadb connector, for UNIX sockets:
"${pkgs.jna}/share/java/jna.jar"
Expand Down
1 change: 0 additions & 1 deletion pkgs/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,6 @@ in

# Other utilities

mariadb_jdbc = callPackage ./epnix/tools/mariadb_jdbc {};
# Needed by support/opcua
open62541_1_3 = callPackage ./epnix/tools/open62541_1_3 {};

Expand Down
36 changes: 0 additions & 36 deletions pkgs/epnix/tools/mariadb_jdbc/default.nix

This file was deleted.

0 comments on commit 05e5aad

Please sign in to comment.