unicon-lang: fix build with libxcrypt
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
{ lib, stdenv, fetchurl, unzip, libX11, libXt, libnsl }:
|
||||
{ lib, stdenv, fetchurl, unzip, libX11, libXt, libnsl, libxcrypt }:
|
||||
|
||||
stdenv.mkDerivation {
|
||||
pname = "unicon-lang";
|
||||
@@ -8,7 +8,7 @@ stdenv.mkDerivation {
|
||||
sha256 = "1g9l2dfp99dqih2ir2limqfjgagh3v9aqly6x0l3qavx3qkkwf61";
|
||||
};
|
||||
nativeBuildInputs = [ unzip ];
|
||||
buildInputs = [ libnsl libX11 libXt ];
|
||||
buildInputs = [ libnsl libX11 libXt libxcrypt ];
|
||||
|
||||
hardeningDisable = [ "fortify" ];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user