mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-25 08:23:09 +00:00
ladybird: fix build with libxcrypt
This commit is contained in:
parent
e02766bc32
commit
2b83e04206
@ -5,6 +5,7 @@
|
||||
, ninja
|
||||
, unzip
|
||||
, wrapQtAppsHook
|
||||
, libxcrypt
|
||||
, qtbase
|
||||
, qttools
|
||||
, nixosTests
|
||||
@ -37,6 +38,7 @@ in gcc11Stdenv.mkDerivation {
|
||||
];
|
||||
|
||||
buildInputs = [
|
||||
libxcrypt
|
||||
qtbase
|
||||
];
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user