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:
adisbladis
2020-12-01 14:24:01 +01:00
parent a10370cc9f
commit 7b3f9e9b75

View File

@@ -1,4 +1,4 @@
{ lib, python3, fetchFromGitHub, poetry, nixosTests }:
{ lib, python3, fetchFromGitHub, nixosTests }:
let
python = python3.override {