summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJo <jopejoe1@missing.ninja>2026-02-05 21:53:06 +0000
committerGitHub <noreply@github.com>2026-02-05 21:53:06 +0000
commit173bf6caf5e3b397dd404188773c24c460dad222 (patch)
tree30fbb1dbc6e10227dd3c68fbcc792757e409be78
parentalistral: 0.6.5 -> 0.6.6 (#487429) (diff)
parentflutter: set pname (diff)
downloadnixpkgs-173bf6caf5e3b397dd404188773c24c460dad222.tar.gz
flutter: set pname (#486680)
-rw-r--r--pkgs/development/compilers/flutter/sdk-symlink.nix1
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