mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-18 19:51:17 +00:00
dialect: fix eval
This commit is contained in:
parent
e18fea5995
commit
d56a43c358
|
@ -88,7 +88,6 @@ python3.pkgs.buildPythonApplication rec {
|
|||
description = "A translation app for GNOME";
|
||||
maintainers = with maintainers; [ aleksana ];
|
||||
license = licenses.gpl3Plus;
|
||||
mainProgram = "dialect";
|
||||
platforms = platforms.linux;
|
||||
mainProgram = "dialect";
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue