1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00

Merge pull request #32932 from markus1189/bepasty-fix

bepasty: Add `checkInput` for tests
This commit is contained in:
Frederik Rietdijk 2017-12-21 17:49:34 +00:00 committed by GitHub
commit 005628a94b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -25,6 +25,11 @@ buildPythonApplication rec {
sha256 = "0bs79pgrjlnkmjfyj2hllbx3rw757va5w2g2aghi9cydmsl7gyi4";
};
checkInputs = [
pytest
selenium
];
meta = {
homepage = https://github.com/bepasty/bepasty-server;
description = "Binary pastebin server";