1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-28 16:42:09 +00:00

emacsPackages.haskell-unicode-input-method: Fix build

This commit is contained in:
adisbladis 2020-05-15 21:34:35 +01:00
parent 21351cfccf
commit 2cbfe21649
No known key found for this signature in database
GPG key ID: 110BFAD44C6249B7

View file

@ -98,7 +98,7 @@
sha256 = "09b7bg2s9aa4s8f2kdqs4xps3jxkq5wsvbi87ih8b6id38blhf78";
};
recipe = pkgs.writeText "recipe" ''
(haskell-unicode-input-method
(emacs-haskell-unicode-input-method
:repo "roelvandijk/emacs-haskell-unicode-input-method"
:fetcher github)
'';