qnial: fix build with libxcrypt

This commit is contained in:
Franz Pletz 2022-09-30 02:42:40 +02:00 committed by Martin Weinelt
parent 519b8c8d9a
commit 845ae8e684
No known key found for this signature in database
GPG key ID: 87C1E9888F856759

View file

@ -1,4 +1,4 @@
{ lib, stdenv, fetchFromGitHub, unzip, pkg-config, makeWrapper, ncurses }:
{ lib, stdenv, fetchFromGitHub, unzip, pkg-config, makeWrapper, ncurses, libxcrypt }:
stdenv.mkDerivation {
pname = "qnial";
@ -26,6 +26,7 @@ stdenv.mkDerivation {
buildInputs = [
ncurses
libxcrypt
];
meta = {