keybinder: move to pkgs/by-name

this shouldn't create any rebuilds
This commit is contained in:
quantenzitrone
2026-01-21 00:54:21 +01:00
parent 27ba2136a0
commit b80de2d740
2 changed files with 4 additions and 6 deletions
@@ -9,10 +9,12 @@
gnome-common,
gtk-doc,
gtk2,
lua,
lua5_1,
gobject-introspection,
}:
let
lua = lua5_1;
in
stdenv.mkDerivation rec {
pname = "keybinder";
version = "0.3.1";
-4
View File
@@ -7118,10 +7118,6 @@ with pkgs;
json2yaml = haskell.lib.compose.justStaticExecutables haskellPackages.json2yaml;
keybinder = callPackage ../development/libraries/keybinder {
lua = lua5_1;
};
keybinder3 = callPackage ../development/libraries/keybinder3 {
gtk3 = if stdenv.hostPlatform.isDarwin then gtk3-x11 else gtk3;
};