mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-26 00:43:20 +00:00
manuskript: override python version
This commit is contained in:
parent
c26ba30c69
commit
4ac9e605fa
@ -30891,7 +30891,9 @@ with pkgs;
|
||||
}
|
||||
);
|
||||
|
||||
manuskript = libsForQt5.callPackage ../applications/editors/manuskript { };
|
||||
manuskript = libsForQt5.callPackage ../applications/editors/manuskript {
|
||||
python3Packages = python311Packages;
|
||||
};
|
||||
|
||||
metacubexd = callPackage ../by-name/me/metacubexd/package.nix {
|
||||
pnpm = callPackage ../development/tools/pnpm/generic.nix {
|
||||
|
Loading…
Reference in New Issue
Block a user