···110 allowSubstitutes = false;
111 passthru = { unwrapped = flutter; };
112 meta = with stdenv.lib; {
113- description =
114- "Flutter is Google's SDK for building mobile, web and desktop with Dart.";
115 longDescription = ''
116 Flutter is Google’s UI toolkit for building beautiful,
117 natively compiled applications for mobile, web, and desktop from a single codebase.
···110 allowSubstitutes = false;
111 passthru = { unwrapped = flutter; };
112 meta = with stdenv.lib; {
113+ description = "Flutter is Google's SDK for building mobile, web and desktop with Dart";
0114 longDescription = ''
115 Flutter is Google’s UI toolkit for building beautiful,
116 natively compiled applications for mobile, web, and desktop from a single codebase.
···1415 meta = with stdenv.lib; {
16 homepage = "https://xiph.org/fishsound/";
17- description = ''libfishsound by itself is designed to handle raw codec streams from a lower level layer such as UDP datagrams. When these codecs are used in files, they are commonly encapsulated in Ogg to produce Ogg FLAC, Speex and Ogg Vorbis files.
01819libfishsound is a wrapper around the existing codec libraries and provides a consistent, higher-level programming interface. It has been designed for use in a wide variety of applications; it has no direct dependencies on Ogg encapsulation, though it is most commonly used in conjunction with liboggz to decode or encode FLAC, Speex or Vorbis audio tracks in Ogg files, including Ogg Theora and Annodex.
20
···1415 meta = with stdenv.lib; {
16 homepage = "https://xiph.org/fishsound/";
17+ description = "A simple programming interface for decoding and encoding audio data using Xiph.org codecs (FLAC, Speex and Vorbis)";
18+ longDescription = ''libfishsound by itself is designed to handle raw codec streams from a lower level layer such as UDP datagrams. When these codecs are used in files, they are commonly encapsulated in Ogg to produce Ogg FLAC, Speex and Ogg Vorbis files.
1920libfishsound is a wrapper around the existing codec libraries and provides a consistent, higher-level programming interface. It has been designed for use in a wide variety of applications; it has no direct dependencies on Ogg encapsulation, though it is most commonly used in conjunction with liboggz to decode or encode FLAC, Speex or Vorbis audio tracks in Ogg files, including Ogg Theora and Annodex.
21
···15 nativeBuildInputs = [ cmake ];
1617 meta = with stdenv.lib; {
18- description = "Just an ordinary calculator. Nothing to see here...";
19 homepage = "https://proofficecalculator.com/";
20 maintainers = [ maintainers.pmiddend ];
21 platforms = platforms.linux;
···15 nativeBuildInputs = [ cmake ];
1617 meta = with stdenv.lib; {
18+ description = "A completely normal office calculator";
19 homepage = "https://proofficecalculator.com/";
20 maintainers = [ maintainers.pmiddend ];
21 platforms = platforms.linux;
+1-1
pkgs/games/tes3cmd/default.nix
···19 '';
2021 meta = with lib; {
22- description = "A command line tool for examining and modifying plugins for the Elder Scrolls game Morrowind by Bethesda Softworks.";
23 homepage = "https://github.com/john-moonsugar/tes3cmd";
24 license = licenses.mit;
25 maintainers = [ maintainers.marius851000 ];
···19 '';
2021 meta = with lib; {
22+ description = "A command line tool for examining and modifying plugins for the Elder Scrolls game Morrowind by Bethesda Softworks";
23 homepage = "https://github.com/john-moonsugar/tes3cmd";
24 license = licenses.mit;
25 maintainers = [ maintainers.marius851000 ];
+1-1
pkgs/tools/admin/chamber/default.nix
···2021 meta = with lib; {
22 description =
23- "Chamber is a tool for managing secrets by storing them in AWS SSM Parameter Store.";
24 homepage = "https://github.com/segmentio/chamber";
25 license = licenses.mit;
26 maintainers = with maintainers; [ kalekseev ];
···2021 meta = with lib; {
22 description =
23+ "A tool for managing secrets by storing them in AWS SSM Parameter Store";
24 homepage = "https://github.com/segmentio/chamber";
25 license = licenses.mit;
26 maintainers = with maintainers; [ kalekseev ];
+1-2
pkgs/tools/system/snooze/default.nix
···11 makeFlags = [ "DESTDIR=$(out)" "PREFIX=/" ];
1213 meta = with stdenv.lib; {
14- description =
15- "Tool for waiting until a particular time and then running a command.";
16 maintainers = with maintainers; [ kaction ];
17 license = licenses.cc0;
18 platforms = platforms.linux;
···11 makeFlags = [ "DESTDIR=$(out)" "PREFIX=/" ];
1213 meta = with stdenv.lib; {
14+ description = "Tool for waiting until a particular time and then running a command";
015 maintainers = with maintainers; [ kaction ];
16 license = licenses.cc0;
17 platforms = platforms.linux;
+2-1
pkgs/tools/system/thinkfan/default.nix
···35 '';
3637 meta = with stdenv.lib; {
38- description = "A minimalist fan control program. Originally designed
039specifically for IBM/Lenovo Thinkpads, it now supports any kind of system via
40the sysfs hwmon interface (/sys/class/hwmon).";
41 license = licenses.gpl3;
···35 '';
3637 meta = with stdenv.lib; {
38+ description = "A minimalist fan control program";
39+ longDescription = "A minimalist fan control program. Originally designed
40specifically for IBM/Lenovo Thinkpads, it now supports any kind of system via
41the sysfs hwmon interface (/sys/class/hwmon).";
42 license = licenses.gpl3;