···1616 meta = with stdenv.lib; {
1717 description = "Serve embedded files from jteeuwen/go-bindata";
1818 license = licenses.bsd2;
1919- platforms = platforms.all;
2019 maintainers = with maintainers; [ avnik ];
2120 };
2221}
-1
pkgs/development/tools/go-bindata/default.nix
···2020 description = "A small utility which generates Go code from any file, useful for embedding binary data in a Go program";
2121 maintainers = with maintainers; [ cstrahan ];
2222 license = licenses.cc0;
2323- platforms = platforms.all;
2423 };
2524}
···1616 meta = with stdenv.lib; {
1717 homepage = "https://github.com/oem/lnch";
1818 description = "A small go app that launches a process and moves it out of the process group";
1919- platforms = platforms.all;
2019 license = licenses.publicDomain; # really I don't know
2120 };
2221}
···2121 meta = with stdenv.lib; {
2222 homepage = "http://docs.phraseapp.com";
2323 description = "PhraseApp API v2 Command Line Client";
2424- platforms = platforms.all;
2524 license = licenses.mit;
2625 maintainers = with maintainers; [ manveru ];
2726 };
-1
pkgs/tools/misc/systrayhelper/default.nix
···3636 license = licenses.mit;
3737 # It depends on the inputs, i guess? not sure about solaris, for instance. go supports it though
3838 # I hope nix can figure this out?! ¯\\_(ツ)_/¯
3939- platforms = platforms.all;
4039 };
4140}
-1
pkgs/tools/misc/teleconsole/default.nix
···2222 homepage = "https://www.teleconsole.com/";
2323 description = "Share your terminal session with people you trust";
2424 license = licenses.asl20;
2525- platforms = platforms.all;
2625 # Builds for Aarch64 not possible in the current release due to
2726 # incompatibilities further up the dependency chain.
2827 # See: