Commit Graph

20 Commits

Author SHA1 Message Date
K900
6edd6f71c7 treewide: clean up all qttranslations workarounds
There are two kinds of changes here:
- removing explicit qttranslations path hardcoding from applications that were patched to do it
- replacing qttranslations in buildInputs with qttools for packages that really depend on the latter

After this, qttranslation is never used outside Qt itself, as it should.
2023-08-15 22:11:39 +03:00
Artturin
a584822577 treewide: fix fallout from 'cmake/setup-hook.sh: Don't skip build-RPATH'
f7414e2
2022-07-15 02:50:09 +03:00
Ben Wolsieffer
1cd3351798 opentx: 2.3.14 -> 2.3.15 2022-05-15 21:12:30 -04:00
Guillaume Girol
038a01feea
opentx: fix licence 2021-08-07 19:54:14 +00:00
Ben Wolsieffer
c98ce41385 opentx: 2.3.13 -> 2.3.14 2021-07-31 20:24:42 -04:00
Ben Wolsieffer
58e3756f58 opentx: 2.3.11 -> 2.3.13 2021-06-24 19:59:57 -04:00
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:
e6754980264fe927320d5ff2dbd24ca4fac9a160
1e9cc5b9844ef603fe160e9f671178f96200774f
793a2fe1e8bb886ca2096c5904e1193dc3268b6d
c19cf65261639f749012454932a532aa7c681e4b
f6544d618f30fae0bc4798c4387a8c7c9c047a7c
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