nixos/tests/pinnwand: init

This commit is contained in:
Martin Weinelt
2020-08-09 01:52:25 +02:00
parent 607a94ce2f
commit cb50679f0e
4 changed files with 92 additions and 1 deletions
+3 -1
View File
@@ -1,4 +1,4 @@
{ lib, python3, fetchFromGitHub }:
{ lib, python3, fetchFromGitHub, nixosTests }:
let
python = python3.override {
@@ -35,6 +35,8 @@ in with python.pkgs; buildPythonApplication rec {
$out/bin/pinnwand --help > /dev/null
'';
passthru.tests = nixosTests.pinnwand;
meta = with lib; {
homepage = "https://supakeen.com/project/pinnwand/";
license = licenses.mit;
+2
View File
@@ -19,6 +19,8 @@ python3Packages.buildPythonApplication rec {
toml
];
passthru.tests = nixosTests.pinnwand;
meta = with lib; {
homepage = "https://github.com/supakeen/steck";
license = licenses.mit;