mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-23 15:33:13 +00:00
dart.fetch-dart-deps: Remove stray comment from the dependency derivation
This commit is contained in:
parent
4e68ee327e
commit
d2ab34122d
@ -54,7 +54,6 @@ let
|
||||
name = (if drvArgs ? name then drvArgs.name else "${drvArgs.pname}-${drvArgs.version}");
|
||||
|
||||
deps =
|
||||
# This
|
||||
stdenvNoCC.mkDerivation ({
|
||||
name = "${name}-dart-deps";
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user