Commit Graph

99 Commits (947e443e02acc92200e45c568d2e4787242da6f2)

Author SHA1 Message Date
Pavol Rusnak a6ce00c50c
treewide: remove stdenv where not needed 2021-01-25 18:31:47 +01:00
Pavol Rusnak cf2a67fef3
pkgs/development: stdenv.lib -> lib
this takes care of the following folders in pkgs/development:
* arduino
* chez-modules
* go-packages
* guile-modules
* idris-modules
* perl-modules
* r-modules
* ruby-modules
2021-01-17 19:11:59 +01:00
Profpatsch 4a7f99d55d treewide: with stdenv.lib; in meta -> with lib;
Part of: https://github.com/NixOS/nixpkgs/issues/108938

meta = with stdenv.lib;

is a widely used pattern. We want to slowly remove
the `stdenv.lib` indirection and encourage people
to use `lib` directly. Thus let’s start with the meta
field.

This used a rewriting script to mostly automatically
replace all occurances of this pattern, and add the
`lib` argument to the package header if it doesn’t
exist yet.

The script in its current form is available at
https://cs.tvl.fyi/depot@2f807d7f141068d2d60676a89213eaa5353ca6e0/-/blob/users/Profpatsch/nixpkgs-rewriter/default.nix
2021-01-11 10:38:22 +01:00
Arnout Engelen cdd8031fca arduino-core: fix 'Save as...'
Before, 'Save as..' would crash because it tries to use GSettings
to find some settings, but the GSettings schema's could not
be found in the XDG_DATA_DIRS.

Adding the glib setup hook populates GSETTINGS_SCHEMAS_PATH
so wrapGAppsHook can add it to XDG_DATA_DIRS, fixing
'Save as..'.
2021-01-02 14:04:03 +01:00
Sandro e4b90900c2
Merge pull request #108066 from boxofrox/platformio-5.0.4
platformio: 5.0.3 -> 5.0.4
2020-12-31 20:53:19 +01:00
Justin Charette 8bcb2fc800 platformio: 5.0.3 -> 5.0.4
Signed-off-by: Justin Charette <charetjc@gmail.com>
2020-12-31 13:20:24 -05:00
Doron Behar 3d4adbd091
Merge pull request #107529 from raboof/arduino-core-1.8.12-to-1.8.13
arduino: core 1.8.12 -> 1.8.13
2020-12-25 12:42:44 +02:00
Doron Behar 7ea55a099a
Merge pull request #107530 from raboof/arduino-gtk3 2020-12-25 12:38:33 +02:00
Arnout Engelen e882468161
arduino: teensyduino 1.51 -> 1.53 2020-12-25 09:35:05 +01:00
Arnout Engelen 022d7207fa
arduino: use gtk3 2020-12-24 20:03:00 +01:00
Arnout Engelen 3b05df1d13
arduino: core 1.8.12 -> 1.8.13 2020-12-24 14:09:49 +01:00
Ryan Mulligan e47b3c0e23 arduino-ci: 0.1.0 -> 0.2.0 2020-12-16 15:40:55 -08:00
Ryan Mulligan a42468954d arduino-ci: init at 0.1.0
arduino-ci allows you to quickly add continuous integration (CI) tests
to Arduino libraries. It uses arduino-cli to install dependencies and
then it compiles every example with every board.
2020-12-09 11:43:29 -08:00
Julien Moutinho 6b7a85e0aa arduino-mk: wrap python scripts 2020-12-01 11:47:19 +01:00
Alvar Penning 160c5e9376 platformio: 5.0.2 -> 5.0.3
In addition to the version change, the source is managed in a central
location, since previously the same change had to be made in two places.
2020-11-24 14:36:19 +01:00
Alvar Penning 916c7ee66a platformio: 5.0.1 -> 5.0.2 2020-10-31 16:40:10 +01:00
Alvar 7b3cbc600f
platformio: 4.3.4 -> 5.0.1 (#97833) 2020-09-12 15:27:02 +00:00
Alvar c5fa0e35be
arduino-cli: 0.11.0 -> 0.12.1 (#97836) 2020-09-12 15:25:27 +00:00
zowoq cea7cd902e buildGoModule packages: set doCheck = false 2020-08-10 16:02:30 +10:00
Ryan Mulligan 8315778d5d arduino-cli: init at 0.11.0 2020-08-08 08:11:26 -07:00
Florian Klink 0057be6ebc
Merge pull request #92000 from f4814/platformio-udev
platformio: Add udev rules to package output
2020-07-11 14:10:33 +02:00
Matthew Bauer 669eb09bd5
Merge branch 'master' into fetchurl-no-hash 2020-07-06 14:40:49 -04:00
Fabian Geiselhart 5ed47f34e4 platformio: Patch warning about missing udev rules
This adds the sentence "On NixOS add the platformio package to
services.udev.packages" to the warning.
2020-06-29 19:51:46 +02:00
Fabian Geiselhart ecb560bf47 platformio: Put udev rules into package output 2020-06-29 19:51:40 +02:00
Bernardo Meurer 110d6a8b98
platformio: 4.3.1 -> 4.3.4 2020-06-17 20:43:56 -07:00
Pavol Rusnak 2cb97c36ae arduino: 1.8.9 -> 1.8.12 2020-06-10 20:52:17 +02:00
Matthew Bauer a528cc1bca arduino: error on wrong architecture 2020-06-09 11:23:15 -05:00
Jörg Thalheim 887295fd2d
treewide: remove the-kenny from maintainers
@the-kenny did a good job in the past and is set as maintainer in many package,
however since 2017-2018 he stopped contributing. To create less confusion
in pull requests when people try to request his feedback, I removed him as
maintainer from all packages.
2020-05-09 10:28:57 +01:00
Jan Tojnar e89e2edc73
libusb-compat-0_1: rename from libusb 2020-04-28 05:33:41 +02:00
Jörg Thalheim 61a03065fd
Merge pull request #84190 from geistesk/platformio-4.3.1 2020-04-17 11:37:07 +01:00
Michael Reilly 84cf00f980
treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
geistesk 40998c81a6 platformio: 4.1.0 -> 4.3.1 2020-04-03 15:58:16 +02:00
Rehno Lindeque b13f8788dc teensyduino: add missing dependencies for teensy-loader 2020-03-07 06:15:02 +01:00
Franz Pletz 8c6f35a607
platformio: 4.0.3 -> 4.1.0 2020-01-27 11:50:09 +01:00
Matthew Bauer 4c85abae94 treewide: use libtinfo.so.5 where needed
This was originally added in

https://github.com/NixOS/nixpkgs/pull/21350

best to use this name for clarity.
2019-09-18 13:57:20 -04:00
volth 7b8fb5c06c treewide: remove redundant quotes 2019-09-08 23:38:31 +00:00
Daniel Bergey 98582c6b52 arduino: 1.8.5 -> 1.8.9 2019-09-07 11:16:50 +02:00
Daniel Bergey 51c0c88674 teensyduino: 1.45 -> 1.47
Needed to support arduino-1.8.9
2019-09-07 11:16:50 +02:00
Jan Tojnar cdf426488b
Merge branch 'master' into staging-next
Fixed trivial conflicts caused by removing rec.
2019-09-06 03:20:09 +02:00
Peter Hoeg 501e5bd1e8 platformio: 3.6.6 -> 4.0.3 2019-09-04 13:59:22 +08:00
volth 08f68313a4 treewide: remove redundant rec 2019-08-28 11:07:32 +00:00
volth 46420bbaa3 treewide: name -> pname (easy cases) (#66585)
treewide replacement of

stdenv.mkDerivation rec {
  name = "*-${version}";
  version = "*";

to pname
2019-08-15 13:41:18 +01:00
Gemini Lasswell 4bca06ebc5 arduino: fix incorrect sha256 in Darwin build 2019-08-06 08:18:49 -07:00
worldofpeace b1bc0645ea gdk-pixbuf: rename from gdk_pixbuf 2019-07-22 18:50:57 -04:00
volth f3282c8d1e treewide: remove unused variables (#63177)
* treewide: remove unused variables

* making ofborg happy
2019-06-16 19:59:05 +00:00
Robert Schütz ad961fe69d platformio: 3.6.4 -> 3.6.6 2019-04-14 14:46:14 +02:00
Robert Schütz 0b87a56015 python.pkgs.click: make patch version-agnostic 2019-03-21 11:52:51 +01:00
Jade 430100bf30 teensyduino: 1.40 -> 1.45
Bumps teensyduino version, simplifies building, and fixes a build error
2019-03-06 01:40:09 -06:00
eyjhbb@gmail.com 31c3d157ae arduino-mk: init at 1.6.0 2019-01-30 23:19:37 +01:00
Robert Schütz 4506266b4a platformio: 3.6.2 -> 3.6.4 2019-01-26 12:39:39 +01:00