forked from mirrors/nixpkgs
wmic-bin: fix by switching to libxcrypt-legacy
This commit is contained in:
parent
0a9aa49814
commit
2fb36b81ea
|
@ -1,4 +1,4 @@
|
|||
{ stdenv, lib, fetchFromGitHub, autoPatchelfHook, popt, libxcrypt }:
|
||||
{ stdenv, lib, fetchFromGitHub, autoPatchelfHook, popt, libxcrypt-legacy }:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
pname = "wmic-bin";
|
||||
|
@ -11,7 +11,7 @@ stdenv.mkDerivation rec {
|
|||
sha256 = "1w1mdbiwz37wzry1q38h8dyjaa6iggmsb9wcyhhlawwm1vj50w48";
|
||||
};
|
||||
|
||||
buildInputs = [ popt libxcrypt ];
|
||||
buildInputs = [ popt libxcrypt-legacy ];
|
||||
|
||||
nativeBuildInputs = [ autoPatchelfHook ];
|
||||
|
||||
|
|
Loading…
Reference in a new issue