···110110 allowSubstitutes = false;
111111 passthru = { unwrapped = flutter; };
112112 meta = with stdenv.lib; {
113113- description =
114114- "Flutter is Google's SDK for building mobile, web and desktop with Dart.";
113113+ description = "Flutter is Google's SDK for building mobile, web and desktop with Dart";
115114 longDescription = ''
116115 Flutter is Google’s UI toolkit for building beautiful,
117116 natively compiled applications for mobile, web, and desktop from a single codebase.
···14141515 meta = with stdenv.lib; {
1616 homepage = "https://xiph.org/fishsound/";
1717- 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.
1717+ description = "A simple programming interface for decoding and encoding audio data using Xiph.org codecs (FLAC, Speex and Vorbis)";
1818+ 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.
18191920libfishsound 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.
2021
···3030 ];
31313232 meta = with lib; {
3333- description = "A schema and validator for YAML.";
3333+ description = "A schema and validator for YAML";
3434 homepage = "https://github.com/23andMe/Yamale";
3535 license = licenses.mit;
3636 maintainers = with maintainers; [ rtburns-jpl ];
···1313 wrapProgram $out/bin/pg_tmp --prefix PATH : ${stdenv.lib.makeBinPath [ postgresql getopt ]}
1414 '';
1515 meta = with stdenv.lib; {
1616- description = ''Run tests on an isolated, temporary PostgreSQL database.'';
1616+ description = "Run tests on an isolated, temporary PostgreSQL database";
1717 license = licenses.isc;
1818 homepage = "http://ephemeralpg.org/";
1919 platforms = platforms.all;
+1-1
pkgs/games/pro-office-calculator/default.nix
···1515 nativeBuildInputs = [ cmake ];
16161717 meta = with stdenv.lib; {
1818- description = "Just an ordinary calculator. Nothing to see here...";
1818+ description = "A completely normal office calculator";
1919 homepage = "https://proofficecalculator.com/";
2020 maintainers = [ maintainers.pmiddend ];
2121 platforms = platforms.linux;
+1-1
pkgs/games/tes3cmd/default.nix
···1919 '';
20202121 meta = with lib; {
2222- description = "A command line tool for examining and modifying plugins for the Elder Scrolls game Morrowind by Bethesda Softworks.";
2222+ description = "A command line tool for examining and modifying plugins for the Elder Scrolls game Morrowind by Bethesda Softworks";
2323 homepage = "https://github.com/john-moonsugar/tes3cmd";
2424 license = licenses.mit;
2525 maintainers = [ maintainers.marius851000 ];
+1-1
pkgs/tools/admin/chamber/default.nix
···20202121 meta = with lib; {
2222 description =
2323- "Chamber is a tool for managing secrets by storing them in AWS SSM Parameter Store.";
2323+ "A tool for managing secrets by storing them in AWS SSM Parameter Store";
2424 homepage = "https://github.com/segmentio/chamber";
2525 license = licenses.mit;
2626 maintainers = with maintainers; [ kalekseev ];
+1-2
pkgs/tools/system/snooze/default.nix
···1111 makeFlags = [ "DESTDIR=$(out)" "PREFIX=/" ];
12121313 meta = with stdenv.lib; {
1414- description =
1515- "Tool for waiting until a particular time and then running a command.";
1414+ description = "Tool for waiting until a particular time and then running a command";
1615 maintainers = with maintainers; [ kaction ];
1716 license = licenses.cc0;
1817 platforms = platforms.linux;
+2-1
pkgs/tools/system/thinkfan/default.nix
···3535 '';
36363737 meta = with stdenv.lib; {
3838- description = "A minimalist fan control program. Originally designed
3838+ description = "A minimalist fan control program";
3939+ longDescription = "A minimalist fan control program. Originally designed
3940specifically for IBM/Lenovo Thinkpads, it now supports any kind of system via
4041the sysfs hwmon interface (/sys/class/hwmon).";
4142 license = licenses.gpl3;