nixos/tests/pinnwand: init
This commit is contained in:
@@ -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;
|
||||
|
||||
@@ -19,6 +19,8 @@ python3Packages.buildPythonApplication rec {
|
||||
toml
|
||||
];
|
||||
|
||||
passthru.tests = nixosTests.pinnwand;
|
||||
|
||||
meta = with lib; {
|
||||
homepage = "https://github.com/supakeen/steck";
|
||||
license = licenses.mit;
|
||||
|
||||
Reference in New Issue
Block a user