actual-server: avoid aliased usage of cctools (#463241)

This commit is contained in:
Aleksana
2025-11-20 00:39:45 +00:00
committed by GitHub
+2 -2
View File
@@ -1,7 +1,7 @@
{
lib,
stdenv,
darwin,
cctools,
fetchFromGitHub,
jq,
makeWrapper,
@@ -46,7 +46,7 @@ stdenv.mkDerivation (finalAttrs: {
makeWrapper
]
++ lib.optionals stdenv.hostPlatform.isDarwin [
darwin.cctools
cctools
];
env = {