summary refs log tree commit diff
path: root/pkgs/servers/computing
diff options
context:
space:
mode:
authorRobin Gloster <mail@glob.in>2017-07-14 15:03:47 +0200
committerRobin Gloster <mail@glob.in>2017-12-29 02:18:35 +0100
commita960f1931b1fe77d35b436105ecefd295aa1e29d (patch)
treedc7144857bc75cdecc1a59fbe9bf6bcabea7cdf2 /pkgs/servers/computing
parentd9d98cd324a23b4b2bf35a18527732ae50abe527 (diff)
downloadnixpkgs-a960f1931b1fe77d35b436105ecefd295aa1e29d.tar
nixpkgs-a960f1931b1fe77d35b436105ecefd295aa1e29d.tar.gz
nixpkgs-a960f1931b1fe77d35b436105ecefd295aa1e29d.tar.bz2
nixpkgs-a960f1931b1fe77d35b436105ecefd295aa1e29d.tar.lz
nixpkgs-a960f1931b1fe77d35b436105ecefd295aa1e29d.tar.xz
nixpkgs-a960f1931b1fe77d35b436105ecefd295aa1e29d.tar.zst
nixpkgs-a960f1931b1fe77d35b436105ecefd295aa1e29d.zip
mariadb: more lib -> connector-c
Diffstat (limited to 'pkgs/servers/computing')
-rw-r--r--pkgs/servers/computing/slurm/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/servers/computing/slurm/default.nix b/pkgs/servers/computing/slurm/default.nix
index 3b695c46e77..59d62790113 100644
--- a/pkgs/servers/computing/slurm/default.nix
+++ b/pkgs/servers/computing/slurm/default.nix
@@ -20,7 +20,7 @@ stdenv.mkDerivation rec {
 
   nativeBuildInputs = [ pkgconfig libtool ];
   buildInputs = [
-    curl python munge perl pam openssl mysql.lib ncurses gtk2 lua hwloc numactl
+    curl python munge perl pam openssl mysql.connector-c ncurses gtk2 lua hwloc numactl
   ];
 
   configureFlags =