summary refs log tree commit diff
path: root/lib
Commit message (Collapse)AuthorAge
* mailhog: init at 1.0.0 (#26821)Samuel Leathers2017-06-24
| | | | | | * mailhog: init at 1.0.0 * formatting nitpicks
* stdenv: add stawman docs for `makeOverridable`Gleb Peregud2017-06-24
| | | | Also fix a typo in docs in haskell-modules.
* maintainers: add roberthRobert Hensing2017-06-22
|
* lib/generators: put more information in toPretty lambdasProfpatsch2017-06-22
| | | | | | With `builtins.functionArgs` we can get some information if the first argument is an attrset and whether the contained fields have default values. Encode that into the pretty-printed lambda.
* lib/debug: traceSeqN & traceSeqValNProfpatsch2017-06-22
| | | | | Strict trace functions that only go down to a specified depth. Handy to get a better picture and prevent infinite recursions.
* lib/generators: toPrettyProfpatsch2017-06-22
| | | | `toPretty` implements a pretty printer for nix values.
* add zx2c4 to lib/maintainers.nixJörg Thalheim2017-06-13
|
* Merge pull request #26497 from LnL7/fix-lib-testsJörg Thalheim2017-06-10
|\ | | | | lib-tests: fix test for isStorePath
| * lib-tests: fix test for isStorePathDaiderd Jordan2017-06-09
| |
* | arphic: init at 0.2.20080216.2Jörg Thalheim2017-06-10
|\ \ | | | | | | arphic: init at 0.2.20080216.2
| * | Add Unicode Arphic CJK fontsChanglin Li2017-06-09
| |/ | | | | | | | | These are a couple of CJK fonts that are on most other Linux distributions that aren't on NixOS
* / lbreakout2: init at 2.6.5Simon Lackerbauer2017-06-09
|/
* pkgs.python.astropy: init at 1.3.3James Kent2017-06-08
|
* Merge pull request #26152 from abbradar/wine-reorderNikolay Amiantov2017-06-04
|\ | | | | wine: reorganize packages
| * aliases: don't distribute on HydraNikolay Amiantov2017-06-04
| |
* | Add fare to maintainers.Francois-Rene Rideau2017-06-03
| |
* | Merge pull request #26269 from obsidiansystems/libSystemJohn Ericson2017-05-31
|\ \ | | | | | | lib and doc: Use "libSystem" as identifier for that libc in platforms
| * | lib and doc: Use "libSystem" as identifier for that libc in platformsJohn Ericson2017-05-31
| | |
* | | Merge pull request #26219 from Ericson2314/lib-fixJohn Ericson2017-05-30
|\ \ \ | | | | | | | | lib: Move fixed-point combinators out of trivial
| * | | lib: Move fixed-point combinators out of trivialJohn Ericson2017-05-29
| | |/ | |/| | | | | | | | | | Trivia != prelude. This is a better organized and less likely to scare off new contributors.
* | | Add `isStorePath` tests (#26223)Profpatsch2017-05-30
| | |
* | | Merge pull request #26215 from dermetfan/mcrconFrederik Rietdijk2017-05-30
|\ \ \ | | | | | | | | mcrcon: init at 0.0.5
| * | | mcrcon: init at 0.0.5Robin Stumm2017-05-29
| | | |
* | | | Merge pull request #26037 from obsidiansystems/platform-examplesJohn Ericson2017-05-29
|\ \ \ \ | | |_|/ | |/| | lib: Consolidate platform configurations (used for crossSystem)
| * | | cross tests and stdenv: armv5te*l* of sheevaplug explicitJohn Ericson2017-05-29
| | | | | | | | | | | | | | | | | | | | The "l" suffix presumably indicates it is little-endian, which it is.
| * | | lib: Consolidate platform configurations (used for crossSystem)John Ericson2017-05-29
| | |/ | |/| | | | | | | This is good for maintenance and education.
* | | lib/string: make `isStorePath` total (#26216)Profpatsch2017-05-30
| |/ |/| | | fix #9278
* | dkimproxy: init at 1.4.1 (#26147)Léo Gaspard2017-05-28
|/ | | | | | | | | | | | * dkimproxy: init at 1.4.1 * dkimproxy: simplify by using mkDerivation * dkimproxy: set ekleog as maintainer * dkimproxy: style fix * dkimproxy: also work without the right PERL5LIB environment variable
* types: add short docstringsNikolay Amiantov2017-05-25
| | | | Fixes #26055
* nixos doc: document coercedTo typeNikolay Amiantov2017-05-24
| | | | | | | Also mention about docs in types.nix and fix a small error in related documentation. Fixes #26055.
* Merge pull request #25997 from obsidiansystems/isHurdJohn Ericson2017-05-22
|\ | | | | stdenv: Rename `isGNU` to `isHurd` as GNU is a userland
| * zpaqd: Modernize derivationJohn Ericson2017-05-22
| | | | | | | | | | - Simplified platform-specific options - Almost ready for cross-compilation
| * stdenv: Rename `isGNU` to `isHurd` as GNU is a userlandJohn Ericson2017-05-22
| | | | | | | | | | Elsewhere, things called GNU indeed includes GNU/Linux or GNU/Hurd, but this predicate was defined excluding Linux regardless of userland.
* | Merge pull request #25976 from obsidiansystems/no-stdenv-isJohn Ericson2017-05-22
|\| | | | | Add `*Platform.is*` predicates and alias `stdenv.is*` to `hostPlatform`'s
| * lib: Infer `libc` field of platform if not specifiedJohn Ericson2017-05-22
| | | | | | | | | | | | | | | | This is especially useful when not cross compiling. It means we can remove the `stdenv.isGlibc` predicate too. Additionally, use this to simplify the logic to choose the appropriate libiconv derivation.
| * lib: Make platform predicates more ergonomic to useJohn Ericson2017-05-22
| | | | | | | | | | `hostPlatform.isDarwin` instead of `lib.system.parse.isDarwin hostPlatform.parsed`
| * lib tests: Simplify relative path for default argumentJohn Ericson2017-05-21
| |
* | mikutter: init at 3.5.7midchildan2017-05-21
| | | | | | | | fixes #25852
* | Add myself to maintainersBenjamin Hipple2017-05-20
| |
* | Merge pull request #25801 from htr/add-terraform-inventoryJörg Thalheim2017-05-20
|\ \ | | | | | | terraform-inventory: init at 0.7-pre
| * | terraform-inventory: added htr as maintainerHugo Tavares Reis2017-05-20
| | |
* | | google-app-engine-go-sdk: init at 1.9.53 (#25856)kadota kyohei2017-05-20
|/ / | | | | | | | | | | | | | | | | | | * google-app-engine-go-sdk: init at 1.9.53 * google-app-engine-go-sdk: simplify python wrapper, use fetchzip * add myself to maintainer list * google-app-engine-go-sdk: add lufia as maintainer
* | timelapse-deflicker: init at 142acd1 (#25904)Valérian Galliat2017-05-20
| | | | | | | | | | | | | | | | * timelapse-deflicker: init at 142acd1 * timelapse-deflicker: nitpicks * Add myself as a maintainer
* | metar: init at 20161013.1Unai Zalakain2017-05-20
| |
* | python metaphone: init at 0.6 (#25868)risicle2017-05-20
| | | | | | | | | | | | * metaphone: init at 0.6 * metaphone: add self as maintainer
* | Merge pull request #25760 from georgewhewell/fwupJörg Thalheim2017-05-19
|\ \ | | | | | | fwup: init at 0.14.2
| * | fwup: init at 0.14.2georgewhewell2017-05-13
| | |
* | | Merge pull request #25232 from obsidiansystems/cross-binutilsJohn Ericson2017-05-17
|\ \ \ | | |/ | |/| Cross binutils
| * | lib platform parsing: Whitelist `darwin10` and `darwin14` as stopgapJohn Ericson2017-05-17
| | | | | | | | | | | | | | | Something better should be done longer term to support such version suffixes.
* | | Merge pull request #25859 from Ericson2314/platform-normalizeJohn Ericson2017-05-17
|\| | | | | | | | lib platform parsing: Fix windows support to conform to LLVM, take 2