| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | treewide: move NIX_CFLAGS_COMPILE to the env attrset | Artturin | 2023-02-22 | 1 | -1/+1 |
| | | | | | | | | | with structuredAttrs lists will be bash arrays which cannot be exported which will be a issue with some patches and some wrappers like cc-wrapper this makes it clearer that NIX_CFLAGS_COMPILE must be a string as lists in env cause a eval failure | ||||
| * | treewide: use toString on list NIX_CFLAGS_COMPILE | Artturin | 2023-02-22 | 1 | -1/+1 |
| | | | | | | with structuredAttrs lists will be bash arrays which cannot be exported which will be a issue with some patches and some wrappers like cc-wrapper | ||||
| * | treewide: add gcc12 flags | Fabián Heredia Montiel | 2023-01-27 | 1 | -0/+5 |
| | | |||||
| * | libcli: fix build with libxcrypt | Franz Pletz | 2022-10-09 | 1 | -1/+3 |
| | | |||||
| * | libcli: fix darwin build | Ben Siraphob | 2021-03-12 | 1 | -2/+2 |
| | | |||||
| * | pkgs/development/libraries: stdenv.lib -> lib | Ben Siraphob | 2021-01-21 | 1 | -2/+2 |
| | | |||||
| * | treewide: Per RFC45, remove all unquoted URLs | Michael Reilly | 2020-04-10 | 1 | -1/+1 |
| | | |||||
| * | treewide: name -> pname (easy cases) (#66585) | volth | 2019-08-15 | 1 | -1/+1 |
| | | | | | | | | | | treewide replacement of stdenv.mkDerivation rec { name = "*-${version}"; version = "*"; to pname | ||||
| * | Remove nckx as a maintainer for all packages | Tobias Geerinckx-Rice | 2018-01-16 | 1 | -1/+0 |
| | | | | | Goodbye, and thanks for all the Nix... | ||||
| * | libcli: Fix build on gcc 5 | Eelco Dolstra | 2016-03-02 | 1 | -1/+8 |
| | | | | | http://hydra.nixos.org/build/32606953 | ||||
| * | Add version attribute where maintainers |= nckx | Tobias Geerinckx-Rice | 2016-01-25 | 1 | -2/+2 |
| | | | | | | | | This will probably be mandatory soon, and is a step in the right direction. Removes the deprecated meta.version, and move some meta sections to the end of the file where I should have put them in the first place. | ||||
| * | Convert some *Flags from strings to lists | Tobias Geerinckx-Rice | 2015-11-26 | 1 | -1/+1 |
| | | |||||
| * | Replace 'with plaforms; platform' with 'platforms.platform' | Pascal Wittmann | 2015-11-17 | 1 | -1/+1 |
| | | |||||
| * | Remove unnecessary rec{s from "my" packages | Tobias Geerinckx-Rice | 2015-07-31 | 1 | -1/+1 |
| | | |||||
| * | Don't use "with licenses;" for single licences | Tobias Geerinckx-Rice | 2015-05-28 | 1 | -1/+1 |
| | | | | | And don't use square brackets on such lines. | ||||
| * | Tidy nckx-maintained packages | Tobias Geerinckx-Rice | 2015-04-08 | 1 | -5/+7 |
| | | | | | | - Use fetchFromGitHub when possible - Build in parallel if supported | ||||
| * | Add libcli 1.9.7: emulate a Cisco-telnet-style command line | Tobias Geerinckx-Rice | 2015-01-17 | 1 | -0/+23 |
