mkDerivationWith is in libsForQt5
This commit is contained in:
parent
0d0d13b5ba
commit
93b5d3bfe4
1 changed files with 1 additions and 1 deletions
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue