keybinder: move to pkgs/by-name
this shouldn't create any rebuilds
This commit is contained in:
+4
-2
@@ -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";
|
||||
@@ -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;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user