mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-04-16 02:28:04 +00:00
wmic-bin: fix build with libxcrypt
This commit is contained in:
parent
dbf9333f2c
commit
0465c23d9a
@ -1,4 +1,4 @@
|
||||
{ stdenv, lib, fetchFromGitHub, autoPatchelfHook, popt }:
|
||||
{ stdenv, lib, fetchFromGitHub, autoPatchelfHook, popt, libxcrypt }:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
pname = "wmic-bin";
|
||||
@ -11,7 +11,7 @@ stdenv.mkDerivation rec {
|
||||
sha256 = "1w1mdbiwz37wzry1q38h8dyjaa6iggmsb9wcyhhlawwm1vj50w48";
|
||||
};
|
||||
|
||||
buildInputs = [ popt ];
|
||||
buildInputs = [ popt libxcrypt ];
|
||||
|
||||
nativeBuildInputs = [ autoPatchelfHook ];
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user