remarshal_0_17,python3Packages.remarshal: add mainProgram (#390902)
add mainProgram for the 2 remarshal packages
This commit is contained in:
@@ -58,5 +58,6 @@ pythonPackages.buildPythonApplication rec {
|
||||
license = licenses.mit;
|
||||
homepage = "https://github.com/dbohdan/remarshal";
|
||||
maintainers = with maintainers; [ hexa ];
|
||||
mainProgram = "remarshal";
|
||||
};
|
||||
}
|
||||
|
||||
@@ -53,5 +53,6 @@ buildPythonPackage rec {
|
||||
license = licenses.mit;
|
||||
homepage = "https://github.com/dbohdan/remarshal";
|
||||
maintainers = with maintainers; [ offline ];
|
||||
mainProgram = "remarshal";
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user