Merge pull request #146988 from teto/wdisplays

wdisplays: set metaProgram
This commit is contained in:
Bobby Rong 2021-11-22 22:07:34 +08:00 committed by GitHub
commit bd5bb0b250
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -21,5 +21,6 @@ stdenv.mkDerivation rec {
maintainers = with maintainers; [ lheckemann ma27 ]; maintainers = with maintainers; [ lheckemann ma27 ];
license = licenses.gpl3Plus; license = licenses.gpl3Plus;
platforms = platforms.linux; platforms = platforms.linux;
mainProgram = "wdisplays";
}; };
} }