mirror of
https://github.com/CHN-beta/nixpkgs.git
synced 2026-01-13 11:30:35 +08:00
copyq: set meta.mainProgram
This commit is contained in:
committed by
Matthieu Coudron
parent
2f56855cf2
commit
4fa6026eaa
@@ -58,5 +58,6 @@ stdenv.mkDerivation rec {
|
||||
maintainers = with maintainers; [ artturin ];
|
||||
# NOTE: CopyQ supports windows and osx, but I cannot test these.
|
||||
platforms = platforms.linux;
|
||||
mainProgram = "copyq";
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user