mkDerivationWith is in libsForQt5

This commit is contained in:
Charlotte 🦝 Delenk 2022-03-04 10:57:16 +01:00
parent 0d0d13b5ba
commit 93b5d3bfe4
Signed by: darkkirb
GPG key ID: AB2BD8DAF2E37122

View file

@ -17,7 +17,7 @@ let
basic = nixosTests.hydra.hydra-unstable;
};
};
plover = with python3Packages; mkDerivationWith buildPythonPackages rec {
plover = with python3Packages; libsForQt5.mkDerivationWith buildPythonPackages rec {
pname = "plover-wayland";
version = " 2022-01-14";
src = fetchFromGitHub {