ladybird: fix build with libxcrypt

This commit is contained in:
Martin Weinelt 2022-10-03 17:34:20 +02:00
parent e02766bc32
commit 2b83e04206
No known key found for this signature in database
GPG key ID: 87C1E9888F856759

View file

@ -5,6 +5,7 @@
, ninja
, unzip
, wrapQtAppsHook
, libxcrypt
, qtbase
, qttools
, nixosTests
@ -37,6 +38,7 @@ in gcc11Stdenv.mkDerivation {
];
buildInputs = [
libxcrypt
qtbase
];