diff options
Diffstat (limited to 'overlays/xcompose.nix')
| -rw-r--r-- | overlays/xcompose.nix | 16 |
1 files changed, 2 insertions, 14 deletions
diff --git a/overlays/xcompose.nix b/overlays/xcompose.nix index 2bcd6c01..e7603b83 100644 --- a/overlays/xcompose.nix +++ b/overlays/xcompose.nix | |||
| @@ -1,17 +1,5 @@ | |||
| 1 | final: prev: { | 1 | { final, prev, sources, ... }: { |
| 2 | xcompose = prev.stdenv.mkDerivation (let | 2 | xcompose = prev.stdenv.mkDerivation (sources.xcompose // { |
| 3 | rev = "150c47fabb9f45e81138f71347dc75f69b5dd987"; | ||
| 4 | in { | ||
| 5 | pname = "xcompose"; | ||
| 6 | version = builtins.substring 0 8 rev; | ||
| 7 | |||
| 8 | src = prev.fetchFromGitHub { | ||
| 9 | owner = "kragen"; | ||
| 10 | repo = "xcompose"; | ||
| 11 | inherit rev; | ||
| 12 | hash = "sha256-XQ0ZuXGvDLz9fJ0yGHtgL4wl9Jx3SG30cGBM2b947iY="; | ||
| 13 | }; | ||
| 14 | |||
| 15 | nativeBuildInputs = with final; [ perl ]; | 3 | nativeBuildInputs = with final; [ perl ]; |
| 16 | 4 | ||
| 17 | postPatch = '' | 5 | postPatch = '' |
