mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-29 10:23:29 +00:00
flutter: Remove stray dollar sign from name string
This commit is contained in:
parent
bc6e36afdc
commit
4df7d07ab1
@ -25,7 +25,7 @@ let
|
||||
|
||||
self =
|
||||
stdenv.mkDerivation {
|
||||
name = "$flutter-${version}-unwrapped";
|
||||
name = "flutter-${version}-unwrapped";
|
||||
inherit src patches version;
|
||||
|
||||
outputs = [ "out" "cache" ];
|
||||
|
Loading…
Reference in New Issue
Block a user