Remove fetchGit for performance
This commit is contained in:
parent
9389d1d284
commit
1615af8730
|
@ -41,9 +41,11 @@
|
||||||
languages = [ "fr" ];
|
languages = [ "fr" ];
|
||||||
symbolsFile = "${pkgs.stdenv.mkDerivation {
|
symbolsFile = "${pkgs.stdenv.mkDerivation {
|
||||||
name = "qwerty-fr-keypad";
|
name = "qwerty-fr-keypad";
|
||||||
src = builtins.fetchGit {
|
src = pkgs.fetchFromGitHub {
|
||||||
url = "https://github.com/qwerty-fr/qwerty-fr.git";
|
owner = "qwerty-fr";
|
||||||
|
repo = "qwerty-fr";
|
||||||
rev = "3a4d13089e8ef016aa20baf6b2bf3ea53de674b8";
|
rev = "3a4d13089e8ef016aa20baf6b2bf3ea53de674b8";
|
||||||
|
sha256 = "sha256-wn5n6jJVDrQWJze8xYF2nEY8a7mHI3hVO4xsT4LMo9c=";
|
||||||
};
|
};
|
||||||
patches = [ ./qwerty-fr-keypad.diff ];
|
patches = [ ./qwerty-fr-keypad.diff ];
|
||||||
# TODO This doesn't seem to be applied... it's the whole point of the derivation :(
|
# TODO This doesn't seem to be applied... it's the whole point of the derivation :(
|
||||||
|
|
Loading…
Reference in a new issue