···16 meta = with stdenv.lib; {
17 description = "Serve embedded files from jteeuwen/go-bindata";
18 license = licenses.bsd2;
19- platforms = platforms.all;
20 maintainers = with maintainers; [ avnik ];
21 };
22}
···16 meta = with stdenv.lib; {
17 description = "Serve embedded files from jteeuwen/go-bindata";
18 license = licenses.bsd2;
019 maintainers = with maintainers; [ avnik ];
20 };
21}
-1
pkgs/development/tools/go-bindata/default.nix
···20 description = "A small utility which generates Go code from any file, useful for embedding binary data in a Go program";
21 maintainers = with maintainers; [ cstrahan ];
22 license = licenses.cc0;
23- platforms = platforms.all;
24 };
25}
···20 description = "A small utility which generates Go code from any file, useful for embedding binary data in a Go program";
21 maintainers = with maintainers; [ cstrahan ];
22 license = licenses.cc0;
023 };
24}
···25 description = "Linter for Go source code";
26 license = licenses.bsd3;
27 maintainers = with maintainers; [ jhillyerd ];
28- platforms = platforms.all;
29 };
30}
···25 description = "Linter for Go source code";
26 license = licenses.bsd3;
27 maintainers = with maintainers; [ jhillyerd ];
028 };
29}
-1
pkgs/development/tools/gox/default.nix
···16 meta = with stdenv.lib; {
17 homepage = "https://github.com/mitchellh/gox";
18 description = "A dead simple, no frills Go cross compile tool";
19- platforms = platforms.all;
20 license = licenses.mpl20;
21 };
22}
···16 meta = with stdenv.lib; {
17 homepage = "https://github.com/mitchellh/gox";
18 description = "A dead simple, no frills Go cross compile tool";
019 license = licenses.mpl20;
20 };
21}
-1
pkgs/development/tools/jid/default.nix
···19 description = "A command-line tool to incrementally drill down JSON";
20 homepage = "https://github.com/simeji/jid";
21 license = stdenv.lib.licenses.mit;
22- platforms = stdenv.lib.platforms.all;
23 maintainers = with stdenv.lib.maintainers; [ stesie ];
24 };
25}
···19 description = "A command-line tool to incrementally drill down JSON";
20 homepage = "https://github.com/simeji/jid";
21 license = stdenv.lib.licenses.mit;
022 maintainers = with stdenv.lib.maintainers; [ stesie ];
23 };
24}
···16 meta = with stdenv.lib; {
17 homepage = "https://github.com/oem/lnch";
18 description = "A small go app that launches a process and moves it out of the process group";
19- platforms = platforms.all;
20 license = licenses.publicDomain; # really I don't know
21 };
22}
···16 meta = with stdenv.lib; {
17 homepage = "https://github.com/oem/lnch";
18 description = "A small go app that launches a process and moves it out of the process group";
019 license = licenses.publicDomain; # really I don't know
20 };
21}
···21 meta = with stdenv.lib; {
22 homepage = "http://docs.phraseapp.com";
23 description = "PhraseApp API v2 Command Line Client";
24- platforms = platforms.all;
25 license = licenses.mit;
26 maintainers = with maintainers; [ manveru ];
27 };
···21 meta = with stdenv.lib; {
22 homepage = "http://docs.phraseapp.com";
23 description = "PhraseApp API v2 Command Line Client";
024 license = licenses.mit;
25 maintainers = with maintainers; [ manveru ];
26 };
-1
pkgs/tools/misc/systrayhelper/default.nix
···36 license = licenses.mit;
37 # It depends on the inputs, i guess? not sure about solaris, for instance. go supports it though
38 # I hope nix can figure this out?! ¯\\_(ツ)_/¯
39- platforms = platforms.all;
40 };
41}
···36 license = licenses.mit;
37 # It depends on the inputs, i guess? not sure about solaris, for instance. go supports it though
38 # I hope nix can figure this out?! ¯\\_(ツ)_/¯
039 };
40}
-1
pkgs/tools/misc/teleconsole/default.nix
···22 homepage = "https://www.teleconsole.com/";
23 description = "Share your terminal session with people you trust";
24 license = licenses.asl20;
25- platforms = platforms.all;
26 # Builds for Aarch64 not possible in the current release due to
27 # incompatibilities further up the dependency chain.
28 # See:
···22 homepage = "https://www.teleconsole.com/";
23 description = "Share your terminal session with people you trust";
24 license = licenses.asl20;
025 # Builds for Aarch64 not possible in the current release due to
26 # incompatibilities further up the dependency chain.
27 # See:
···19 meta = with stdenv.lib; {
20 homepage = "https://github.com/monochromegane/the_platinum_searcher";
21 description = "A code search tool similar to ack and the_silver_searcher(ag).";
22- platforms = platforms.all;
23 license = licenses.mit;
24 };
25}
···19 meta = with stdenv.lib; {
20 homepage = "https://github.com/monochromegane/the_platinum_searcher";
21 description = "A code search tool similar to ack and the_silver_searcher(ag).";
022 license = licenses.mit;
23 };
24}