mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-24 13:05:08 +00:00
python311Packages.rjsmin: add pythonImportsCheck
This commit is contained in:
parent
3abfb32bbd
commit
3269679950
@ -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/";
|
||||
|
Loading…
Reference in New Issue
Block a user