gif-for-cli: init at unstable-2018-08-14
This commit is contained in:
committed by
Fritz Otlinghaus
parent
bf60f8d566
commit
cf97a0372f
@@ -10,11 +10,13 @@ buildPythonPackage rec {
|
||||
sha256 = "00g02b9a6jsl377xb5fmxvkjff3lalw21n430a4zalqyv76dnmgq";
|
||||
};
|
||||
|
||||
doCheck = false;
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
description = "Return the nearest xterm 256 color code for rgb inputs.";
|
||||
description = "Find the nearest xterm 256 color index for an RGB";
|
||||
homepage = https://github.com/magarcia/python-x256;
|
||||
license = licenses.mit;
|
||||
maintainers = with maintainers; [ scriptkiddi ];
|
||||
maintainers = with maintainers; [ Scriptkiddi ];
|
||||
};
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user