about summary refs log tree commit diff
path: root/pkgs/tools/networking/airfield
Commit message (Collapse)AuthorAge
* base16-builder: regenerate with node2nix 1.8.0, add supplement.json with ↵Sander van der Burg2020-03-15
| | | | node-pre-gyp to fix build
* treewide: update which packages I'm currently maintainingMaximilian Bosch2019-12-26
| | | | | | | | | | | | | | | | | | Idea shamelessly stolen from 4e60b0efae56cc8e1a8a606a5a89462c38aba305. I realized that I don't really know anymore where I'm listed as maintainer and what I'm actually (co)-maintaining which means that I can't proactively take care of packages I officially maintain. As I don't have the time, energy and motivation to take care of stuff I was interested in 1 or 2 years ago (or packaged for someone else in the past), I decided that I make this explicit by removing myself from several packages and adding myself in some other stuff I'm now interested in. I've seen it several times now that people remove themselves from a package without removing the package if it's unmaintained after that which is why I figured that it's fine in my case as the affected pkgs are rather low-prio and were pretty easy to maintain.
* treewide: remove redundant quotesvolth2019-08-26
|
* nodejs-8_x: Drop packageadisbladis2019-08-02
| | | | It will be EOL within the support period of 19.09
* Revert Nodejs-8_x deprecationadisbladis2019-07-05
| | | | | | | | | | This was supposed to go through a pull request Revert "nodePackages: Regenerate node packages for nodejs 10 & 12" This reverts commit 6a17bdf3974fce9d0c5098e77aa5fe6de279f2c7. Revert "nodejs-8_x: Drop package" This reverts commit e06c97b71d33bf8480fb40f825e8d3138783f986.
* nodejs-8_x: Drop packageadisbladis2019-07-05
| | | | It will be EOL within the support period of 19.09
* node2nix: 1.6.0 -> 1.7.0 and regenerate all Nix expressions, introduce ↵Sander van der Burg2019-06-05
| | | | nodePackages_12_x attribute set
* Remove nodejs-6_x which is about to enter EOLtobias pflug2019-04-04
| | | | | | - Remove nodejs-6_x - Set nodejs / nodejs-slim to nodejs-8_x / nodejs-slim-8_x - Re-generate node2nix generated files using nodejs-8_x instead
* treewide: use runtimeShell instead of stdenv.shell whenever possibleJörg Thalheim2019-02-26
| | | | | | | | | 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-16
|
* reewide: Purge all uses `stdenv.system` and top-level `system`John Ericson2018-08-30
| | | | It is deprecated and will be removed after 18.09.
* pkgs/*: remove unreferenced function argumentsvolth2018-07-21
|
* nodePackages: regenerate with node2nix 1.6.0Sander van der Burg2018-06-28
|
* airfield: regenerate with node2nix 1.5.3Sander van der Burg2018-03-13
|
* airfield: inherit libtool for derivationSamuel Leathers2018-03-12
|
* airfield: fix buildMaximilian Bosch2017-11-14
| | | | | | | | | | | Airfield suffered from loose version constraints which caused severe version (and API) conflicts between its dependencies and transitive ones. Furthermore the `npm2nix` packaging is deprecated and needed to be replaced by `node2nix`. see #31032
* Replace 'with plaforms; platform' with 'platforms.platform'Pascal Wittmann2015-11-17
|
* meta.description fixupsJoachim Fasting2015-04-30
| | | | Mostly scripted substitutions with a couple of subjective enhancements.
* airfield: mark as broken, don't know what broke itLuca Bruno2015-02-20
|
* Remove references to <nixpkgs>Eelco Dolstra2014-09-23
| | | | | | Nixpkgs should not use <nixpkgs> to refer to itself, because $NIX_PATH might not be set or not point to the same Nixpkgs. It's also unnecessary.
* add airfield, a web-interface for hipache-proxyJaka Hudoklin2014-09-21