mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-19 11:23:29 +00:00
moodle: reference nixos test in passthru.tests
This commit is contained in:
parent
6d265da7ba
commit
03694db503
@ -1,4 +1,4 @@
|
||||
{ lib, stdenv, fetchurl, writeText, plugins ? [ ] }:
|
||||
{ lib, stdenv, fetchurl, writeText, plugins ? [ ], nixosTests }:
|
||||
|
||||
let
|
||||
version = "4.0.5";
|
||||
@ -56,6 +56,10 @@ in stdenv.mkDerivation rec {
|
||||
runHook postInstall
|
||||
'';
|
||||
|
||||
passthru.tests = {
|
||||
inherit (nixosTests) moodle;
|
||||
};
|
||||
|
||||
meta = with lib; {
|
||||
description =
|
||||
"Free and open-source learning management system (LMS) written in PHP";
|
||||
|
Loading…
Reference in New Issue
Block a user