summary refs log tree commit diff
path: root/pkgs/development/tools/simavr
Commit message (Collapse)AuthorAge
* treewide: name -> pname (easy cases) (#66585)volth2019-08-15
| | | | | | | | | treewide replacement of stdenv.mkDerivation rec { name = "*-${version}"; version = "*"; to pname
* treewide: remove unused variables (#63177)volth2019-06-16
| | | | | | * treewide: remove unused variables * making ofborg happy
* simavr: work on macOSMatthew Bauer2018-12-11
|
* treewide: use gnu toolchain for avr/arm-embeddedMatthew Bauer2018-10-30
| | | | | | | | | | | | | | | | | | 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
* treewide: transition mesa to libGLU_combinedAlexander V. Nikolaev2018-02-24
|
* misc pkgs: Basic sed to get fix `pkgconfig` and `autoreconfHook` `buildInputs`John Ericson2017-09-21
| | | | Only acts on one-line dependency lists.
* simavr: fix build for separate avr toolchainMaximilian Güntner2017-09-05
|
* sile, simavr: fixup packages with RPATH problemsVladimír Čunát2017-05-18
|
* simavr: Disable parallel buildTuomas Tynkkynen2017-03-10
| | | | http://hydra.nixos.org/build/49945319/nixlog/1/raw
* simavr: 1.3 -> 1.5 (fixes build)Bjørn Forsman2017-03-01
|
* simavr: init at 1.3Andrey Trachenko2016-10-07
Closes https://github.com/NixOS/nixpkgs/pull/15961