mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-18 13:19:10 +03:00
dart.fetch-dart-deps: Don't allow overriding the deps derivation name
This commit is contained in:
parent
5fa3b41041
commit
643b62c8f1
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user