Merge pull request #247576 from SebTM/fix/docker_tuigreet_mp

This commit is contained in:
Artturi 2023-08-07 00:43:26 +03:00 committed by GitHub
commit 4298393110
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 0 deletions

View File

@ -22,5 +22,6 @@ rustPlatform.buildRustPackage rec {
license = licenses.gpl3Plus;
maintainers = with maintainers; [ luc65r ivar ];
platforms = platforms.linux;
mainProgram = "tuigreet";
};
}

View File

@ -274,6 +274,7 @@ rec {
'';
license = licenses.asl20;
maintainers = with maintainers; [ offline vdemeester periklis maxeaubrey ];
mainProgram = "docker";
};
});