python311Packages.rjsmin: add pythonImportsCheck

This commit is contained in:
Fabian Affolter 2023-10-06 23:10:54 +02:00 committed by GitHub
parent 3abfb32bbd
commit 3269679950
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -20,6 +20,10 @@ buildPythonPackage rec {
# tests auto-discovery
doCheck = false;
pythonImportsCheck = [
"rjsmin"
];
meta = with lib; {
description = "Module to minify Javascript";
homepage = "http://opensource.perlig.de/rjsmin/";