Merge pull request #256510 from jzbor/uutils-coreutils-noprefix

uutils-coreutils-noprefix: init at 0.0.20
This commit is contained in:
Weijia Wang 2023-09-28 11:52:07 +02:00 committed by GitHub
commit 1e411c5516
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -7812,6 +7812,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