aboutsummaryrefslogtreecommitdiff
path: root/pkgs/development/misc (follow)
Commit message (Collapse)AuthorAgeFilesLines
* rappel: unstable-2019-07-08 -> unstable-2019-09-09Jonathan Ringer2019-09-091-3/+3
|
* treewide: remove redundant quotesvolth2019-09-081-1/+1
|
* Merge pull request #68282 from Pamplemousse/rappelworldofpeace2019-09-081-0/+38
|\ | | | | rappel: init at unstable-2019-07-08
| * rappel: init at unstable-2019-07-08Pamplemousse2019-09-071-0/+38
| |
* | treewide: name -> pname (#67513)volth2019-08-311-1/+1
| |
* | treewide: remove redundant recvolth2019-08-283-3/+3
|/
* Merge branch 'master' into staging-nextVladimír Čunát2019-08-247-0/+2168
|\ | | | | | | | | | | | | | | | | | | There ver very many conflicts, basically all due to name -> pname+version. Fortunately, almost everything was auto-resolved by kdiff3, and for now I just fixed up a couple evaluation problems, as verified by the tarball job. There might be some fallback to these conflicts, but I believe it should be minimal. Hydra nixpkgs: ?compare=1538299
| * google-clasp: init at 2.2.1 (#43376)Michal Mináƙ2019-08-227-0/+2168
| | | | | | | | | | | | | | | | | | | | | | | | * google-clasp: init at version 2.2.1 Useful for developing Google's Apps Scripts. Signed-off-by: Michal Mináƙ <mic.liamg@gmail.com> * fixed license Signed-off-by: Michal Mináƙ <mic.liamg@gmail.com>
* | treewide: name -> pnamevolth2019-08-177-7/+14
| |
* | treewide: name -> pname (easy cases) (#66585)volth2019-08-151-1/+1
|/ | | | | | | | | treewide replacement of stdenv.mkDerivation rec { name = "*-${version}"; version = "*"; to pname
* treewide: fix redirect URLsRyan Mulligan2019-07-101-1/+1
|
* newlib: 3.0.0 -> 3.1.0R. RyanTM2019-07-051-2/+2
| | | | | | | Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/newlib/versions
* msp430GccSupport: 1.206 -> 1.207Aaron Lindsay2019-07-051-5/+5
|
* treewide: update cargoSha256 hashes for cargo-vendor upgradeAlyssa Ross2019-06-011-1/+1
| | | | | | | | | | | | | | A recent upgrade of cargo-vendor changed its output slightly, which broke all cargoSha256 hashes in nixpkgs. See https://github.com/NixOS/nixpkgs/issues/60668 for more information. Since then, a few hashes have been fixed in master by hand, but there were a lot still to do, so I did all of the ones left over with some scripts I wrote. The one hash I wasn’t able to update was habitat's, because it’s currently broken and the build doesn’t get far enough to produce a hash anyway.
* fixup! mspdebug: init at 0.25Aaron Lindsay2019-03-261-5/+3
|
* fixup! msp430: vendor header packageAaron Lindsay2019-03-261-2/+3
|
* fixup! msp430: vendor header packageAaron Lindsay2019-03-261-2/+2
|
* mspdebug: init at 0.25Aaron Lindsay2019-03-261-0/+27
|
* wip: better packaging?Aaron Lindsay2019-03-252-9/+16
|
* msp430: include vendor headers with stdenvAaron Lindsay2019-03-251-0/+18
|
* msp430: vendor header packageAaron Lindsay2019-03-251-0/+30
|
* fix two typos in "substituteInPlace" that should never landedAndreas Rammhold2019-03-112-2/+2
| | | | | I am not sure how these two could ever work but at least the typo is fixed now. They still fail to compile but that is a different issue.
* treewide: use runtimeShell instead of stdenv.shell whenever possibleJörg Thalheim2019-02-261-3/+3
| | | | | | | | | Whenever we create scripts that are installed to $out, we must use runtimeShell in order to get the shell that can be executed on the machine we create the package for. This is relevant for cross-compiling. The only use case for stdenv.shell are scripts that are executed as part of the build system. Usages in checkPhase are borderline however to decrease the likelyhood of people copying the wrong examples, I decided to use runtimeShell as well.
* treewide: use ${stdenv.shell} instead of /bin/sh where possiblernhmjoj2019-01-161-1/+1
|
* systems/parse.nix: support eabihfMatthew Bauer2018-12-021-1/+12
| | | | | | | | | | | | eabihf is an abi that can be used with ARM architectures that support the “hard float”. It should probably only be used with ARM32 when you are absolutely sure your binaries will run on ARM systems with a FPU. Also, add an example "armhf-embedded" to match the preexisting arm-embedded system. qmk_firmware needs hard float in a few places, so add them here to get that to work. Fixes #51184
* Treewide: use HTTPS on GNU Savannah domainsc0bw3b2018-12-021-1/+1
| | | | | | | | HTTP -> HTTPS for: - http://savannah.gnu.org/ - http://git.savannah.gnu.org/ - http://download.savannah.gnu.org/ - http://svn.savannah.gnu.org/
* Treewide: use HTTPS on NonGNU domainsc0bw3b2018-12-021-1/+1
|
* betaflight: don’t use nanoMatthew Bauer2018-11-021-0/+3
| | | | not in newlib
* inav: don’t use nanoMatthew Bauer2018-11-021-0/+3
| | | | not in newlib
* avrlibc: set platforms to avr-noneMatthew Bauer2018-11-021-1/+1
| | | | It will only build on avr architectures.
* qmk_firmware: init at 0.6.144Matthew Bauer2018-10-301-0/+27
| | | | A convenient way to test embedded projects
* treewide: use gnu toolchain for avr/arm-embeddedMatthew Bauer2018-10-303-10/+9
| | | | | | | | | | | | | | | | | | 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
* newlib: init at 3.0.0Matthew Bauer2018-10-291-0/+34
| | | | | | | Fixes #47533 newlib seems to think it’s a compiler when it’s not. Anyway had to make host refer to build platform for things to work.
* gcc: support avrMatthew Bauer2018-10-291-1/+5
| | | | | | | | | | | | | | | | | | - respect libc’s incdir and libdir - make non-unix systems single threaded - set LIMITS_H_TEST to false for avr - misc updates to support new libc’s - use multilib with avr For threads we want to use: - posix on unix systems - win32 on windows - single on everything else For avr: - add library directories for avrlibc - to disable relro and bind - avr5 should have precedence over avr3 - otherwise gcc uses the wrong one
* avr: use new compilation infrastructureMatthew Bauer2018-10-294-111/+3
| | | | | | | | | | Gets rid of: avrbinutils avrgcc to replace with: pkgsCross.avr.buildPackages.binutils pkgsCross.avr.buildPackages.gcc
* loc: enable darwin buildDaiderd Jordan2018-10-271-2/+2
| | | | It works fine there and probably other unix platforms.
* reewide: Purge all uses `stdenv.system` and top-level `system`John Ericson2018-08-301-2/+2
| | | | It is deprecated and will be removed after 18.09.
* Merge branch 'master' into staging-nextVladimír Čunát2018-08-122-13/+68
|\ | | | | | | Hydra: ?compare=1472947
| * Merge pull request #40978 from elitak/inavSamuel Dionne-Riel2018-08-092-13/+68
| |\ | | | | | | inav: init at 2.0.0-rc2; betaflight: 3.2.3 -> 3.4.0-rc4
| | * inav: init at 2.0.0-rc2Eric Litak2018-07-021-0/+56
| | |
| | * betaflight: 3.2.3 -> 3.4.0-rc4Eric Litak2018-07-021-13/+12
| | |
* | | Merge master into stagingFrederik Rietdijk2018-08-092-4/+4
|\| |
| * | Merge pull request #44799 from r-ryantm/auto-update/avr-gccJörg Thalheim2018-08-091-2/+2
| |\ \ | | | | | | | | avrgcc: 8.1.0 -> 8.2.0
| | * | avrgcc: 8.1.0 -> 8.2.0R. RyanTM2018-08-081-2/+2
| | | | | | | | | | | | | | | | Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/avr-gcc/versions.
| * | | avrbinutils: 2.30 -> 2.31.1R. RyanTM2018-08-081-2/+2
| |/ / | | | | | | | | | Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/avr-binutils/versions.
* / / treewide: Make configureFlags listsJohn Ericson2018-08-031-1/+1
|/ /
* / pkgs/*: remove unreferenced function argumentsvolth2018-07-211-1/+1
|/
* treewide: http -> https sources (#42676)Silvan Mosberger2018-06-281-1/+1
| | | | | | | | | * treewide: http -> https sources This updates the source urls of all top-level packages from http to https where possible. * buildtorrent: fix url and tab -> spaces
* avrgcc: 7.3.0 -> 8.1.0R. RyanTM2018-05-071-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/avr-gcc/versions. These checks were done: - built on NixOS - ran ‘/nix/store/kj1gijncvyaz6a0v4fg78420i9xrhzg2-avr-gcc-8.1.0/bin/avr-g++ --help’ got 0 exit code - ran ‘/nix/store/kj1gijncvyaz6a0v4fg78420i9xrhzg2-avr-gcc-8.1.0/bin/avr-c++ --help’ got 0 exit code - ran ‘/nix/store/kj1gijncvyaz6a0v4fg78420i9xrhzg2-avr-gcc-8.1.0/bin/avr-gcc --help’ got 0 exit code - ran ‘/nix/store/kj1gijncvyaz6a0v4fg78420i9xrhzg2-avr-gcc-8.1.0/bin/avr-gcc-8.1.0 --help’ got 0 exit code - ran ‘/nix/store/kj1gijncvyaz6a0v4fg78420i9xrhzg2-avr-gcc-8.1.0/bin/avr-gcov -h’ got 0 exit code - ran ‘/nix/store/kj1gijncvyaz6a0v4fg78420i9xrhzg2-avr-gcc-8.1.0/bin/avr-gcov --help’ got 0 exit code - ran ‘/nix/store/kj1gijncvyaz6a0v4fg78420i9xrhzg2-avr-gcc-8.1.0/bin/avr-gcov help’ got 0 exit code - ran ‘/nix/store/kj1gijncvyaz6a0v4fg78420i9xrhzg2-avr-gcc-8.1.0/bin/avr-gcov-tool -h’ got 0 exit code - ran ‘/nix/store/kj1gijncvyaz6a0v4fg78420i9xrhzg2-avr-gcc-8.1.0/bin/avr-gcov-tool --help’ got 0 exit code - ran ‘/nix/store/kj1gijncvyaz6a0v4fg78420i9xrhzg2-avr-gcc-8.1.0/bin/avr-gcov-dump -h’ got 0 exit code - ran ‘/nix/store/kj1gijncvyaz6a0v4fg78420i9xrhzg2-avr-gcc-8.1.0/bin/avr-gcov-dump --help’ got 0 exit code - ran ‘/nix/store/kj1gijncvyaz6a0v4fg78420i9xrhzg2-avr-gcc-8.1.0/bin/avr-gcov-dump help’ got 0 exit code - ran ‘/nix/store/kj1gijncvyaz6a0v4fg78420i9xrhzg2-avr-gcc-8.1.0/bin/avr-cpp --help’ got 0 exit code - ran ‘/nix/store/kj1gijncvyaz6a0v4fg78420i9xrhzg2-avr-gcc-8.1.0/bin/avr-gcc-ar -h’ got 0 exit code - ran ‘/nix/store/kj1gijncvyaz6a0v4fg78420i9xrhzg2-avr-gcc-8.1.0/bin/avr-gcc-ar --help’ got 0 exit code - ran ‘/nix/store/kj1gijncvyaz6a0v4fg78420i9xrhzg2-avr-gcc-8.1.0/bin/avr-gcc-nm -h’ got 0 exit code - ran ‘/nix/store/kj1gijncvyaz6a0v4fg78420i9xrhzg2-avr-gcc-8.1.0/bin/avr-gcc-nm --help’ got 0 exit code - ran ‘/nix/store/kj1gijncvyaz6a0v4fg78420i9xrhzg2-avr-gcc-8.1.0/bin/avr-gcc-ranlib -h’ got 0 exit code - ran ‘/nix/store/kj1gijncvyaz6a0v4fg78420i9xrhzg2-avr-gcc-8.1.0/bin/avr-gcc-ranlib --help’ got 0 exit code - found 8.1.0 with grep in /nix/store/kj1gijncvyaz6a0v4fg78420i9xrhzg2-avr-gcc-8.1.0 - directory tree listing: https://gist.github.com/bc5f032e2fae6d464814f0d61feb07dd
* treewide: rename bad filenamesMatthew Bauer2018-04-171-0/+65
| | | | | Most of these can easily be moved to subdirectories of other directories. This helps reduce clutter in the main trees.