summary refs log tree commit diff
path: root/pkgs/tools/inputmethods/fusuma
diff options
context:
space:
mode:
authorArtturin <Artturin@artturin.com>2022-08-14 06:41:33 +0300
committerArtturin <Artturin@artturin.com>2022-08-14 06:41:33 +0300
commit211fdaa087a98b0eb3b2ba04ab22d3eca555a89b (patch)
treed1dbdb3677f3ecf97f45e4eaa170ced0a67a0952 /pkgs/tools/inputmethods/fusuma
parentfae0b890bca98d5fc0c24d912c398b19261aa890 (diff)
downloadnixpkgs-211fdaa087a98b0eb3b2ba04ab22d3eca555a89b.tar
nixpkgs-211fdaa087a98b0eb3b2ba04ab22d3eca555a89b.tar.gz
nixpkgs-211fdaa087a98b0eb3b2ba04ab22d3eca555a89b.tar.bz2
nixpkgs-211fdaa087a98b0eb3b2ba04ab22d3eca555a89b.tar.lz
nixpkgs-211fdaa087a98b0eb3b2ba04ab22d3eca555a89b.tar.xz
nixpkgs-211fdaa087a98b0eb3b2ba04ab22d3eca555a89b.tar.zst
nixpkgs-211fdaa087a98b0eb3b2ba04ab22d3eca555a89b.zip
treewide: bundlerApp makeWrapper buildInputs -> nativeBuildInputs
the docs for bundlerApp used to have makeWrapper in buildInputs but it
has been corrected already
Diffstat (limited to 'pkgs/tools/inputmethods/fusuma')
-rw-r--r--pkgs/tools/inputmethods/fusuma/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/tools/inputmethods/fusuma/default.nix b/pkgs/tools/inputmethods/fusuma/default.nix
index dc6d3a09bfa..7ed5bc99f46 100644
--- a/pkgs/tools/inputmethods/fusuma/default.nix
+++ b/pkgs/tools/inputmethods/fusuma/default.nix
@@ -5,7 +5,7 @@ bundlerApp {
   gemdir = ./.;
   exes = [ "fusuma" ];
 
-  buildInputs = [ makeWrapper ];
+  nativeBuildInputs = [ makeWrapper ];
 
   postBuild = ''
     wrapProgram "$out/bin/fusuma" \