diff options
| author | Hythera <87016780+Hythera@users.noreply.github.com> | 2026-02-03 21:58:09 +0100 |
|---|---|---|
| committer | Hythera <87016780+Hythera@users.noreply.github.com> | 2026-02-03 22:05:35 +0100 |
| commit | a8acebcc2602b53a4b7206ff4e547a3f73da462d (patch) | |
| tree | c7c2d8492a3234034a454e7d7b49835ea5856ef1 | |
| parent | llvmPackages_git: 23.0.0-unstable-2026-01-25 -> 23.0.0-unstable-2026-… (#48... (diff) | |
| download | nixpkgs-a8acebcc2602b53a4b7206ff4e547a3f73da462d.tar.gz | |
flutter: set pname
| -rw-r--r-- | pkgs/development/compilers/flutter/sdk-symlink.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/development/compilers/flutter/sdk-symlink.nix b/pkgs/development/compilers/flutter/sdk-symlink.nix index d71bd5d09428..d8ddd9bd0c2e 100644 --- a/pkgs/development/compilers/flutter/sdk-symlink.nix +++ b/pkgs/development/compilers/flutter/sdk-symlink.nix @@ -6,6 +6,7 @@ flutter: let self = symlinkJoin { + inherit (flutter) pname; name = "${flutter.name}-sdk-links"; paths = [ flutter |
