Loading pkgs/development/python-modules/beetcamp/default.nix +14 −1 Original line number Diff line number Diff line Loading @@ -13,6 +13,7 @@ filelock, writableTmpDirAsHomeHook, nix-update-script, beetcamp ? null, # For `passthru.tests`. }: let Loading Loading @@ -58,7 +59,19 @@ buildPythonPackage { "test_get_html" ]; passthru.updateScript = nix-update-script { }; passthru = { updateScript = nix-update-script { }; tests = { beets-with-beetcamp = beets.override { pluginOverrides = { beetcamp = { enable = true; propagatedBuildInputs = [ beetcamp ]; }; }; }; }; }; meta = { description = "Bandcamp autotagger source for beets (http://beets.io)"; Loading Loading
pkgs/development/python-modules/beetcamp/default.nix +14 −1 Original line number Diff line number Diff line Loading @@ -13,6 +13,7 @@ filelock, writableTmpDirAsHomeHook, nix-update-script, beetcamp ? null, # For `passthru.tests`. }: let Loading Loading @@ -58,7 +59,19 @@ buildPythonPackage { "test_get_html" ]; passthru.updateScript = nix-update-script { }; passthru = { updateScript = nix-update-script { }; tests = { beets-with-beetcamp = beets.override { pluginOverrides = { beetcamp = { enable = true; propagatedBuildInputs = [ beetcamp ]; }; }; }; }; }; meta = { description = "Bandcamp autotagger source for beets (http://beets.io)"; Loading