From cc5d50203078bb350737b0b12c90e216c514b71e Mon Sep 17 00:00:00 2001 From: Alexander Sosedkin Date: Sun, 25 Sep 2022 13:56:03 +0200 Subject: [PATCH] onenetbook/4: stop using runCommandNoCC --- onenetbook/4/goodix-stylus-mastykin/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/onenetbook/4/goodix-stylus-mastykin/default.nix b/onenetbook/4/goodix-stylus-mastykin/default.nix index d80749c..2c12ca6 100644 --- a/onenetbook/4/goodix-stylus-mastykin/default.nix +++ b/onenetbook/4/goodix-stylus-mastykin/default.nix @@ -1,4 +1,4 @@ -{ stdenv, lib, kernel, fetchpatch, runCommandNoCC, patch }: +{ stdenv, lib, kernel, fetchpatch, runCommand, patch }: let patch1_original = fetchpatch { @@ -6,7 +6,7 @@ let name = "goodix-stylus-mastykin-1-pen-support.patch"; sha256 = "sha256-1oc8OvfhScYvtsMeV9A4hU+09i59tEJ6HZS6jspsJR8="; }; - patch1_updated_5_12_12 = runCommandNoCC + patch1_updated_5_12_12 = runCommand "goodix-stylus-mastykin-1-pen-support-5.12.12.patch" {} '' cat ${patch1_original} > $out