···20 homepage = https://github.com/schwehr/libais;
21 description = "Library for decoding maritime Automatic Identification System messages";
22 license = licenses.asl20;
23- platforms = platforms.linux; # It currently fails to build on darwin
24 };
25}
···20 description = "Bulk, parallel insert of CSV records into PostgreSQL";
21 homepage = http://github.com/timescale/timescaledb-parallel-copy;
22 license = licenses.asl20;
23- platforms = platforms.linux;
24 maintainers = with maintainers; [ thoughtpolice ];
25 };
26}
···20 description = "Bulk, parallel insert of CSV records into PostgreSQL";
21 homepage = http://github.com/timescale/timescaledb-parallel-copy;
22 license = licenses.asl20;
23+ platforms = platforms.unix;
24 maintainers = with maintainers; [ thoughtpolice ];
25 };
26}
+1-1
pkgs/development/tools/deis/default.nix
···29 homepage = https://deis.io;
30 description = "A command line utility used to interact with the Deis open source PaaS.";
31 license = licenses.asl20;
32- platforms = platforms.linux;
33 maintainers = with maintainers; [
34 jgeerds
35 ];
···29 homepage = https://deis.io;
30 description = "A command line utility used to interact with the Deis open source PaaS.";
31 license = licenses.asl20;
32+ platforms = platforms.unix;
33 maintainers = with maintainers; [
34 jgeerds
35 ];
+1-1
pkgs/development/tools/deisctl/default.nix
···23 homepage = https://deis.io;
24 description = "A command-line utility used to provision and operate a Deis cluster.";
25 license = licenses.asl20;
26- platforms = platforms.linux;
27 maintainers = with maintainers; [
28 jgeerds
29 ];
···23 homepage = https://deis.io;
24 description = "A command-line utility used to provision and operate a Deis cluster.";
25 license = licenses.asl20;
26+ platforms = platforms.unix;
27 maintainers = with maintainers; [
28 jgeerds
29 ];
+1-1
pkgs/development/tools/go-protobuf/default.nix
···19 description = " Go bindings for protocol buffer";
20 maintainers = with maintainers; [ lewo ];
21 license = licenses.bsd3;
22- platforms = platforms.linux;
23 };
24}
···19 description = " Go bindings for protocol buffer";
20 maintainers = with maintainers; [ lewo ];
21 license = licenses.bsd3;
22+ platforms = platforms.unix;
23 };
24}
···25 run jobs as if they were running on the hosted CirleCI application.
26 '';
27 maintainers = with maintainers; [ synthetica ];
28- platforms = platforms.linux;
29 license = licenses.mit;
30 homepage = https://circleci.com/;
31 };
···25 run jobs as if they were running on the hosted CirleCI application.
26 '';
27 maintainers = with maintainers; [ synthetica ];
28+ platforms = platforms.unix;
29 license = licenses.mit;
30 homepage = https://circleci.com/;
31 };
···51 maintainers = with maintainers; [ hodapp ];
52 # TODO: Fix broken build on macOS. The GitHub presently lists the
53 # FreeBSD build as broken too, but this may change in the future.
54- platforms = platforms.linux;
55 };
56}
···51 maintainers = with maintainers; [ hodapp ];
52 # TODO: Fix broken build on macOS. The GitHub presently lists the
53 # FreeBSD build as broken too, but this may change in the future.
54+ platforms = platforms.unix;
55 };
56}
···19 description = "Export entries from systemd's journal and send them to a graylog server using gelf";
20 license = licenses.bsd2;
21 maintainers = with maintainers; [ fadenb fpletz globin ];
22- platforms = platforms.linux;
23 };
24}
···19 description = "Export entries from systemd's journal and send them to a graylog server using gelf";
20 license = licenses.bsd2;
21 maintainers = with maintainers; [ fadenb fpletz globin ];
22+ platforms = platforms.unix;
23 };
24}