nix: set main program to coli
This is the higher-level user interface, which should be the main entry point to the binary, not the engine itself. The engine is still available.
This commit is contained in:
@@ -99,7 +99,7 @@
|
|||||||
homepage = "https://github.com/JustVugg/colibri";
|
homepage = "https://github.com/JustVugg/colibri";
|
||||||
license = licenses.asl20;
|
license = licenses.asl20;
|
||||||
platforms = with platforms; linux ++ darwin;
|
platforms = with platforms; linux ++ darwin;
|
||||||
mainProgram = "glm";
|
mainProgram = "coli";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
in {
|
in {
|
||||||
@@ -113,9 +113,9 @@
|
|||||||
type = "app";
|
type = "app";
|
||||||
program = pkgs.lib.getExe colibri;
|
program = pkgs.lib.getExe colibri;
|
||||||
};
|
};
|
||||||
coli = {
|
glm = {
|
||||||
type = "app";
|
type = "app";
|
||||||
program = pkgs.lib.getExe' colibri "coli";
|
program = "${colibri}/share/colibri/glm";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user