Commit b7ddce07 authored by Sandro Jäckel's avatar Sandro Jäckel
Browse files

polychromatic: set meta.mainProgram

parent 77dc9fc2
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -89,5 +89,6 @@ python3Packages.buildPythonApplication rec {
    license = licenses.gpl3;
    platforms = platforms.linux;
    maintainers = with maintainers; [ evanjs ];
    mainProgram = "polychromatic-controller";
  };
}