wmic-bin: fix by switching to libxcrypt-legacy

+2 -2
+2 -2
pkgs/servers/monitoring/plugins/wmic-bin.nix
··· 1 - { stdenv, lib, fetchFromGitHub, autoPatchelfHook, popt, libxcrypt }: 2 3 stdenv.mkDerivation rec { 4 pname = "wmic-bin"; ··· 11 sha256 = "1w1mdbiwz37wzry1q38h8dyjaa6iggmsb9wcyhhlawwm1vj50w48"; 12 }; 13 14 - buildInputs = [ popt libxcrypt ]; 15 16 nativeBuildInputs = [ autoPatchelfHook ]; 17
··· 1 + { stdenv, lib, fetchFromGitHub, autoPatchelfHook, popt, libxcrypt-legacy }: 2 3 stdenv.mkDerivation rec { 4 pname = "wmic-bin"; ··· 11 sha256 = "1w1mdbiwz37wzry1q38h8dyjaa6iggmsb9wcyhhlawwm1vj50w48"; 12 }; 13 14 + buildInputs = [ popt libxcrypt-legacy ]; 15 16 nativeBuildInputs = [ autoPatchelfHook ]; 17