Commit 544a62c5 authored by jzbor's avatar jzbor
Browse files

uutils-coreutils-noprefix: init at 0.0.20

parent 470ae0aa
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -7798,6 +7798,8 @@ with pkgs;
    inherit (darwin.apple_sdk.frameworks) Security;
  };
  uutils-coreutils-noprefix = uutils-coreutils.override { prefix = null; };
  volctl = callPackage ../tools/audio/volctl { };
  volk = if (stdenv.isDarwin && stdenv.isAarch64) then