about summary refs log tree commit diff
path: root/pkgs/applications/editors/uivonim
diff options
context:
space:
mode:
authorRobert Hensing <robert@roberthensing.nl>2021-08-15 17:16:57 +0200
committerRobert Hensing <robert@roberthensing.nl>2021-08-15 17:36:41 +0200
commita201246bac60c09e51b1659ae61fdbdc242c3269 (patch)
tree68248b0086ca1b2c1c18408deb843c4f6dd9181e /pkgs/applications/editors/uivonim
parent0d859a070e1e222ee442f5a3b2fbdf489856761a (diff)
treewide: runCommandNoCC -> runCommand in generated code
This has been synonymous for ~5y.

Note that many of these runCommand bindings are unused, but that's
ok for generated code.
Diffstat (limited to 'pkgs/applications/editors/uivonim')
-rw-r--r--pkgs/applications/editors/uivonim/yarn.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/editors/uivonim/yarn.nix b/pkgs/applications/editors/uivonim/yarn.nix
index aa2b10eac22ac..c56dad1e41b94 100644
--- a/pkgs/applications/editors/uivonim/yarn.nix
+++ b/pkgs/applications/editors/uivonim/yarn.nix
@@ -1,4 +1,4 @@
-{ fetchurl, fetchgit, linkFarm, runCommandNoCC, gnutar }: rec {
+{ fetchurl, fetchgit, linkFarm, runCommand, gnutar }: rec {
   offline_cache = linkFarm "offline" packages;
   packages = [
     {