From 1e4bf48235b7c227d874a5868afe3bb6fcc1589f Mon Sep 17 00:00:00 2001 From: Soispha Date: Sun, 28 Jan 2024 21:23:29 +0100 Subject: fix(sys/nixpkgs/pkgs/comments): Wrap with correct `fmt` --- sys/nixpkgs/pkgs/comments/comments.nix | 4 ++-- sys/nixpkgs/pkgs/comments/default.nix | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'sys/nixpkgs/pkgs') diff --git a/sys/nixpkgs/pkgs/comments/comments.nix b/sys/nixpkgs/pkgs/comments/comments.nix index a46f1ebe..e8a33bff 100644 --- a/sys/nixpkgs/pkgs/comments/comments.nix +++ b/sys/nixpkgs/pkgs/comments/comments.nix @@ -3,7 +3,7 @@ rustPlatform, makeWrapper, less, - fmt, + coreutils, }: rustPlatform.buildRustPackage { pname = "comments"; @@ -20,6 +20,6 @@ rustPlatform.buildRustPackage { postInstall = '' wrapProgram $out/bin/comments \ - --set PATH ${lib.makeBinPath [less fmt]} + --set PATH ${lib.makeBinPath [less coreutils]} ''; } diff --git a/sys/nixpkgs/pkgs/comments/default.nix b/sys/nixpkgs/pkgs/comments/default.nix index c1132702..e2f479f1 100644 --- a/sys/nixpkgs/pkgs/comments/default.nix +++ b/sys/nixpkgs/pkgs/comments/default.nix @@ -10,7 +10,7 @@ # dependencies less - fmt + coreutils ; }; } -- cgit 1.4.1