mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-11 22:54:17 +00:00
phoc: add passthru.tests.version
This commit is contained in:
parent
6885a4db8f
commit
bc695020db
@ -19,6 +19,7 @@
|
||||
, xorg
|
||||
, directoryListingUpdater
|
||||
, nixosTests
|
||||
, testers
|
||||
}:
|
||||
|
||||
stdenv.mkDerivation (finalAttrs: {
|
||||
@ -72,6 +73,9 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
|
||||
passthru = {
|
||||
tests.phosh = nixosTests.phosh;
|
||||
tests.version = testers.testVersion {
|
||||
package = finalAttrs.finalPackage;
|
||||
};
|
||||
updateScript = directoryListingUpdater { };
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user