summary refs log tree commit diff
path: root/lib
Commit message (Collapse)AuthorAge
* Merge pull request #30068 from mpickering/osm2xmapGraham Christensen2018-02-03
|\ | | | | libroxml: init at 2.3.0 and osm2xmap: init at 2.0 c1f7b68
| * Add mpickering to maintainers listMatthew Pickering2018-02-03
| |
* | AntTweakBar: init at 1.16Răzvan Flavius Panda2018-02-03
|/
* Merge branch 'dynamic-function-args'Shea Levy2018-02-02
|\
| * Add setFunctionArgs lib function.Shea Levy2018-01-31
| | | | | | | | | | | | Among other things, this will allow *2nix tools to output plain data while still being composable with the traditional callPackage/.override interfaces.
* | looking-glass-client: init at a10Kevin Liu2018-02-02
| |
* | Merge pull request #34188 from dotlambda/home-assistantFrederik Rietdijk2018-02-01
|\ \ | | | | | | home-assistant: init at 0.62.1
| * | Add f-breidenstein as maintainerFelix Breidenstein2018-01-30
| | |
* | | Merge pull request #34414 from dotlambda/postfixFranz Pletz2018-02-01
|\ \ \ | |_|/ |/| | postfix: Correct license
| * | postfix: Correct licenseRobert Schütz2018-01-30
| | |
* | | lib: Avoid double importJohn Ericson2018-01-31
| | |
* | | lib: Better use the module type system in platform parsingJohn Ericson2018-01-30
|/ / | | | | | | | | | | | | | | | | I need some module system types here so I can next fix meta-checks for derivations. I'd like to use a "proper" record type here, but submodule types seem overkill so holding off with ad-hoc stuff for now. In practice, all I need for the next step are the `.check` functions so this is good, especially as the submodule check function is shallow, saving full inductive type-checking for a later step.
* | Merge pull request #34381 from JohnAZoidberg/lessJörg Thalheim2018-01-30
|\ \ | |/ |/| nixos/less configure less with module
| * nixos/less configure less with moduleDaniel Schaefer2018-01-29
| |
* | pyprof2calltree: init at 1.4.3 (#34379)Stefan Frijters2018-01-30
| |
* | Merge pull request #33882 from tilpner/goxel-initadisbladis2018-01-28
|\ \ | | | | | | goxel: init at 0.7.2
| * | goxel: init at 0.7.2tilpner2018-01-16
| | |
* | | Merge pull request #34096 from scode/scode/flameshotGraham Christensen2018-01-28
|\ \ \ | | | | | | | | flameshot: init at 0.5.0
| * | | flameshot: init at 0.5.0Peter Schuller2018-01-21
| | | |
* | | | Add Renato Alves (unode) to maintainersRenato Alves2018-01-27
| | | |
* | | | lib, openssl: Get rid of openssl.systemJohn Ericson2018-01-26
| | | | | | | | | | | | | | | | We compute it on the fly, careful to avoid any mass rebuilds for now.
* | | | lib: Remove examples platforms' `bigEndian` attrJohn Ericson2018-01-26
| | | | | | | | | | | | | | | | They still have `parsed.cpu.significantByte` which has the same info.
* | | | lib, glibc: Get rid of withTLSJohn Ericson2018-01-26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | glibc removed the underlying flag in 2011 in 83cd14204559abbb52635006832eaf4d2f42514a [1]. This gets us one step closer to fixing #34274: the cross stdenv for aarch64-unknown-linux-gnu at least evals now. Thanks to @Dezgeg for doing all the research for this. [1]: https://sourceware.org/git/?p=glibc.git;a=commit;h=83cd14204559abbb52635006832eaf4d2f42514a
* | | | Merge pull request #34269 from obsidiansystems/lib-riscv-wasmJohn Ericson2018-01-26
|\ \ \ \ | | | | | | | | | | lib: Allow parsing platform configs with arch of `{riscv,wasm}{32,64}`
| * | | | lib: Allow parsing platform configs with arch of `{riscv,wasm}{32,64}`John Ericson2018-01-26
| | | | | | | | | | | | | | | | | | | | Also add `isRiscv` and `isWasm` predicates.
* | | | | Merge pull request #34245 from orivej/addPassthruOrivej Desh2018-01-25
|\ \ \ \ \ | | | | | | | | | | | | addPassthru: fix argument order
| * | | | | addPassthru: fix argument orderOrivej Desh2018-01-24
| |/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | addPassthru became unused in #33057, but its signature was changed at the same time. This commit restores the original signature and updates the warning and the changelog.
* | | | | Merge pull request #34199 from arcadio/kallistoSamuel Leathers2018-01-24
|\ \ \ \ \ | |/ / / / |/| | | | kallisto: init at 0.43.1
| * | | | kallisto: init at 0.43.1Arcadio Rubio García2018-01-24
| | | | |
* | | | | tewisay: init at git-2017-04-14 (#33488)チルノ2018-01-21
|/ / / /
* / / / gpp: init at 2.25 and add @nmattia as maintainer (#34098)Nicolas Mattia2018-01-21
|/ / / | | | | | | | | | | | | | | | * maintainers: add nmattia * gpp: init at 2.25 GPP is a handy preprocessing tool, not yet present in the package set.
* | / pythonPackage.python-oauth2: init at 1.0.1Matan Shenhav2018-01-20
| |/ |/|
* | mencal: init at 3.0Marek Mahut2018-01-17
| |
* | woof: init at 2012-05-31Leon Schuermann2018-01-17
| |
* | bettercap: init at 1.6.2 (#33902)y0no2018-01-16
| |
* | dcm2niix: init at 1.0.20170130Ashley Gillman2018-01-15
|/
* Merge #33057: stdenv meta checks: make them lazyVladimír Čunát2018-01-14
|\ | | | | | | | | Closes #22277 - it's superseded; I have some WIP on evaluation performance, but best do that in a separate PR/thread.
| * lib: deprecate `addPassthru`Jan Malakhovski2018-01-14
| |
| * treewide: replace `addPassthru`Jan Malakhovski2018-01-14
| |
| * lib: change the order of arguments of `addPassthru`Jan Malakhovski2018-01-14
| |
| * lib: generalize `addPassthru` to `extendDerivation`Jan Malakhovski2018-01-03
| |
* | Merge pull request #33792 from paraseba/scidvspcGraham Christensen2018-01-13
|\ \ | | | | | | scid-vs-pc: init at version 4.18.1
| * | Add paraseba as maintainerSebastian Galkin2018-01-12
| | |
* | | Merge pull request #33793 from sellout/add/floottyJörg Thalheim2018-01-13
|\ \ \ | | | | | | | | flootty: init at 3.2.1
| * \ \ Merge branch 'master' into add/floottyGreg Pfeil2018-01-12
| |\ \ \
| * | | | flootty: init at 3.2.1Gregory Pfeil2018-01-12
| | | | |
* | | | | libzxcvbn: init at 2.3 (#33822)xurei2018-01-13
| |/ / / |/| | | | | | | | | | | | | | | | | | | * Add package libzxcvbn * zxcvbn-c: name after the project not the library
* | | | lolcat: 42.1.0 -> 90.8.8Florian Engel2018-01-12
| |/ / |/| |
* | | callCabal2nix: Fix calling with a path in the store.Shea Levy2018-01-11
| | |
* | | librepcb-unstable: init at 2017-12-29 (#33630)Luz2018-01-11
| | |