Pavol Rusnak
a6ce00c50c
treewide: remove stdenv where not needed
2021-01-25 18:31:47 +01:00
R. RyanTM
16348982c9
opentx: 2.3.10 -> 2.3.11
2021-01-20 14:14:42 +00: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
Ben Siraphob
3ae5e6ce03
treewide: remove enableParallelBuilding = true if using cmake
2021-01-03 18:37:40 +07:00
R. RyanTM
d26ac92618
opentx: 2.3.9 -> 2.3.10
2020-10-26 01:23:54 +00:00
R. RyanTM
56762ad60a
opentx: 2.3.7 -> 2.3.9
2020-06-16 21:59:34 +00:00
Ben Wolsieffer
9574d98a4a
opentx: 2.3.5 -> 2.3.7
2020-04-01 16:53:32 -07:00
Ben Wolsieffer
49e769d658
opentx: 2.2.1 -> 2.3.5, fix build
2020-03-14 20:08:13 -04:00
Linus Heckemann
5aa4b19946
treewide: mark some broken packages as broken
...
Refs:
e675498026
1e9cc5b984
793a2fe1e8
c19cf65261
f6544d618f
2019-10-08 17:14:26 +02:00
volth
c814d72b51
treewide: name -> pname
2019-08-17 10:54:38 +00:00
Orivej Desh
666be18aa3
opentx: fix build, support building tests
...
It checks for "nano" with "if(NOT NANO STREQUAL NO)".
Broken since https://hydra.nixos.org/build/83296608 (#48286 ).
2018-12-27 11:40:50 +00:00
Matthew Bauer
836cbf6a5c
opentx: don’t use nano
...
Vanilla newlib doesn’t install nano.
2018-11-02 15:42:32 -05:00
Matthew Bauer
aa4707fc34
treewide: use gnu toolchain for avr/arm-embedded
...
These packages should in theory work with our GCC toolchains, but
there are some definite breakages that need to be tracked down.
Comparing output of these to old gcc-arm-embedded is important.
Affected packages include:
- axolooti
- avrdudess
- opentx
- microscheme
- betaflight
- inav
- blackmagic
- simavr
- gnuk
2018-10-30 13:31:45 -05:00
Eric Litak
455cef7d5e
opentx: init at 2.2.1
...
This does not yet cross-compile the firmware images.
2018-03-01 15:59:41 -08:00