wl-screenrec: add meta.mainProgram
This commit is contained in:
parent
4ce973d7bd
commit
63ad638743
1 changed files with 1 additions and 0 deletions
|
@ -34,6 +34,7 @@ rustPlatform.buildRustPackage rec {
|
||||||
homepage = "https://github.com/russelltg/wl-screenrec";
|
homepage = "https://github.com/russelltg/wl-screenrec";
|
||||||
license = licenses.asl20;
|
license = licenses.asl20;
|
||||||
platforms = platforms.linux;
|
platforms = platforms.linux;
|
||||||
|
mainProgram = "wl-screenrec";
|
||||||
maintainers = with maintainers; [ colemickens ];
|
maintainers = with maintainers; [ colemickens ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue