about summary refs log tree commit diff
path: root/pkgs/development/compilers/flutter/artifacts/overrides/linux.nix
blob: bc6114415b9091b7cda30121ecde201b626b0bbf (plain) (blame)
1
2
3
4
5
6
7
8
9
10
{ gtk3
}:

{ buildInputs ? [ ]
, ...
}:

{
  buildInputs = buildInputs ++ [ gtk3 ];
}