mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 06:53:01 +00:00
Merge pull request #256510 from jzbor/uutils-coreutils-noprefix
uutils-coreutils-noprefix: init at 0.0.20
This commit is contained in:
commit
1e411c5516
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user