cernlib: fix build with libxcrypt

This commit is contained in:
Franz Pletz 2022-09-30 02:31:24 +02:00 committed by Martin Weinelt
parent 24bc4540bf
commit 31f1f3627d
No known key found for this signature in database
GPG key ID: 87C1E9888F856759

View file

@ -1,4 +1,4 @@
{ lib, stdenv, fetchurl, gfortran, imake, makedepend, motif, xorg }:
{ lib, stdenv, fetchurl, gfortran, imake, makedepend, motif, xorg, libxcrypt }:
stdenv.mkDerivation rec {
version = "2006";
@ -12,7 +12,7 @@ stdenv.mkDerivation rec {
sha256 = "0awla1rl96z82br7slcmg8ks1d2a7slk6dj79ywb871j2ksi3fky";
};
buildInputs = with xorg; [ gfortran motif libX11 libXft libXt ];
buildInputs = with xorg; [ gfortran motif libX11 libXft libXt libxcrypt ];
nativeBuildInputs = [ imake makedepend ];
sourceRoot = ".";