pies: fix build with libxcrypt
This commit is contained in:
parent
e1f8bfbbd1
commit
77c50b0729
1 changed files with 3 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
{ fetchurl, lib, stdenv }:
|
||||
{ fetchurl, lib, stdenv, libxcrypt }:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
pname = "pies";
|
||||
|
@ -9,6 +9,8 @@ stdenv.mkDerivation rec {
|
|||
sha256 = "12r7rjjyibjdj08dvwbp0iflfpzl4s0zhn6cr6zj3hwf9gbzgl1g";
|
||||
};
|
||||
|
||||
buildInputs = [ libxcrypt ];
|
||||
|
||||
configureFlags = ["--sysconfdir=/etc"];
|
||||
|
||||
hardeningDisable = [ "format" ];
|
||||
|
|
Loading…
Reference in a new issue