pounce: fix build with libxcrypt
This commit is contained in:
parent
126319f7b0
commit
897f5b25fb
1 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
|||
{ lib, stdenv, libressl, fetchzip, pkg-config }:
|
||||
{ lib, stdenv, libressl, fetchzip, pkg-config, libxcrypt }:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
pname = "pounce";
|
||||
|
@ -9,7 +9,7 @@ stdenv.mkDerivation rec {
|
|||
sha256 = "17vmbfr7ika6kmq9jqa3rpd4cr71arapav7hlmggnj7a9yw5b9mg";
|
||||
};
|
||||
|
||||
buildInputs = [ libressl ];
|
||||
buildInputs = [ libressl libxcrypt ];
|
||||
|
||||
nativeBuildInputs = [ pkg-config ];
|
||||
|
||||
|
|
Loading…
Reference in a new issue