forked from mirrors/nixpkgs
ibus-engines.table: fit Python package name conventions
This commit is contained in:
parent
549c14606e
commit
8f93275019
|
@ -4,7 +4,7 @@
|
|||
, ibus, python3, wrapGAppsHook }:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
name = "ibus-table-${version}";
|
||||
pname = "ibus-table";
|
||||
version = "1.9.21";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
|
|
Loading…
Reference in a new issue