uim: removed gtk and qt plugin update logic
This commit is contained in:
@@ -19,7 +19,7 @@ stdenv.mkDerivation rec {
|
||||
m17n_db
|
||||
];
|
||||
|
||||
patches = [ ./immodules_cache.patch ];
|
||||
patches = [ ./data-hook.patch ];
|
||||
|
||||
configureFlags = [
|
||||
"--with-gtk2"
|
||||
@@ -41,10 +41,11 @@ stdenv.mkDerivation rec {
|
||||
sha1 = "43b9dbdead6797880e6cfc9c032ecb2d37d42777";
|
||||
};
|
||||
|
||||
meta = {
|
||||
homepage = "http://code.google.com/p/uim/";
|
||||
meta = with stdenv.lib; {
|
||||
homepage = "http://code.google.com/p/uim/";
|
||||
description = "A multilingual input method framework";
|
||||
license = stdenv.lib.licenses.bsd3;
|
||||
platforms = stdenv.lib.platforms.linux;
|
||||
license = stdenv.lib.licenses.bsd3;
|
||||
platforms = stdenv.lib.platforms.linux;
|
||||
maintainers = with maintainers; [ ericsagnes ];
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user