Skip to content

Commit

Permalink
remove deprecated runCommandNoCC
Browse files Browse the repository at this point in the history
  • Loading branch information
Misterio77 committed Sep 26, 2022
1 parent 787b959 commit bb56fe2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/contrib/gtk-theme.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
{ scheme }:

let
rendersvg = pkgs.runCommandNoCC "rendersvg" { } ''
rendersvg = pkgs.runCommand "rendersvg" { } ''
mkdir -p $out/bin
ln -s ${pkgs.resvg}/bin/resvg $out/bin/rendersvg
'';
Expand Down

0 comments on commit bb56fe2

Please sign in to comment.