dart.fetch-dart-deps: Don't allow overriding the deps derivation name

This commit is contained in:
hacker1024 2023-04-16 03:21:29 +10:00
parent 5fa3b41041
commit 643b62c8f1

View File

@ -148,7 +148,7 @@ let
outputHashAlgo = "sha256";
outputHashMode = "recursive";
outputHash = if vendorHash != "" then vendorHash else lib.fakeSha256;
} // drvArgs);
} // (removeAttrs drvArgs [ "name" "pname" ]));
in
(makeSetupHook {
# The setup hook should not be part of the fixed-output derivation.