Merge pull request #109597 from austinbutler/extrafiles-lib-fix

beats: fix missing lib in extrafiles plugin
This commit is contained in:
Sandro 2021-01-17 10:27:04 +01:00 committed by GitHub
commit e399e5fa8d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,4 +1,4 @@
{ stdenv, fetchFromGitHub, beets, pythonPackages }:
{ lib, fetchFromGitHub, beets, pythonPackages }:
pythonPackages.buildPythonApplication rec {
pname = "beets-extrafiles";