pinnwand: Use poetry from pythonPackages
Ideally this software should be repackaged using Poetry2nix rather that using pythonPackages. As it is now things are packaged incorrectly. cc @mweinelt
This commit is contained in:
parent
a10370cc9f
commit
7b3f9e9b75
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
{ lib, python3, fetchFromGitHub, poetry, nixosTests }:
|
||||
{ lib, python3, fetchFromGitHub, nixosTests }:
|
||||
|
||||
let
|
||||
python = python3.override {
|
||||
|
|
Loading…
Reference in a new issue