mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-23 06:01:15 +00:00
sway: inherit tests from unwrapped package
This commit is contained in:
parent
fa62029dc2
commit
595ecd2ceb
|
@ -52,7 +52,10 @@ in symlinkJoin {
|
|||
${optionalString (extraOptions != []) "${concatMapStrings (x: " --add-flags " + x) extraOptions}"}
|
||||
'';
|
||||
|
||||
passthru.providedSessions = [ "sway" ];
|
||||
passthru = {
|
||||
inherit (sway.passthru) tests;
|
||||
providedSessions = [ "sway" ];
|
||||
};
|
||||
|
||||
inherit (sway) meta;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue