mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-25 23:20:55 +00:00
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,4 +1,4 @@
|
||||||
{ lib, python3, fetchFromGitHub, poetry, nixosTests }:
|
{ lib, python3, fetchFromGitHub, nixosTests }:
|
||||||
|
|
||||||
let
|
let
|
||||||
python = python3.override {
|
python = python3.override {
|
||||||
|
|
Loading…
Reference in a new issue