ibus-engines.table: fit Python package name conventions

This commit is contained in:
laMudri 2019-08-19 19:47:50 +01:00
parent 549c14606e
commit 8f93275019

View File

@ -4,7 +4,7 @@
, ibus, python3, wrapGAppsHook }: , ibus, python3, wrapGAppsHook }:
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
name = "ibus-table-${version}"; pname = "ibus-table";
version = "1.9.21"; version = "1.9.21";
src = fetchFromGitHub { src = fetchFromGitHub {