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