summary refs log tree commit diff
path: root/pkgs/applications/audio/axoloti
Commit message (Collapse)AuthorAge
* axoloti.libusb: cleanup, format (#131684)Sandro2021-07-28
|
* treewide: pkgs.pkgconfig -> pkgs.pkg-config, move pkgconfig to alias.nixJonathan Ringer2021-01-19
| | | | | | | | | | | | | continuation of #109595 pkgconfig was aliased in 2018, however, it remained in all-packages.nix due to its wide usage. This cleans up the remaining references to pkgs.pkgsconfig and moves the entry to aliases.nix. python3Packages.pkgconfig remained unchanged because it's the canonical name of the upstream package on pypi.
* treewide: stdenv.lib -> libBen Siraphob2021-01-16
|
* treewide: with stdenv.lib; in meta -> with lib;Profpatsch2021-01-11
| | | | | | | | | | | | | | | | | | | 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
* axoloti: use lib.getLib systemd instead of systemd.libFlorian Klink2020-08-13
| | | | This will pick the `lib` output if it exists, otherwise default to `out`.
* treewide: Per RFC45, remove all unquoted URLsMichael Reilly2020-04-10
|
* treewide: remove redundant quotesvolth2019-09-08
|
* treewide: name -> pname (easy cases) (#66585)volth2019-08-15
| | | | | | | | | treewide replacement of stdenv.mkDerivation rec { name = "*-${version}"; version = "*"; to pname
* axoloti: don’t hardode pathsMatthew Bauer2018-11-02
| | | | Some of these paths are not in gcc-arm-embedded (instead binutils-arm-embedded).
* axoloti: use nativeBuildInputs correctlyMatthew Bauer2018-10-30
|
* 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
* axoloti: 1.0.12-1 -> 1.0.12-2Teal Gaure2018-10-21
|
* maintainers/maintainer-list: remove TealGTeal Gaure2018-10-21
|
* Merge pull request #45921 from markuskowa/homepagesxeji2018-09-02
|\ | | | | Cleanup homepage links
| * dfutil: update homepageMarkus Kowalewski2018-09-02
| |
* | axoloti/libusb1: add licenseMarkus Kowalewski2018-09-01
|/
* axoloti: fix evaluationJörg Thalheim2017-10-04
|
* axoloti: init at 1.0.12-1Teal Gaure2017-10-04