summary refs log tree commit diff
path: root/lib
Commit message (Collapse)AuthorAge
* riscv: Compile console support into the kernel.Shea Levy2018-02-19
|
* linux_riscv: Add 4.16-rc1.Shea Levy2018-02-19
| | | | Fixes #35148.
* Add riscv{32,64} crossSystems.Shea Levy2018-02-18
|
* Merge pull request #35001 from NinjaTrappeur/excelsiorJoachim F2018-02-17
|\ | | | | fixedsys-excelsior: init at 3.00.
| * fixedsys-excelsior: init at 3.00.Félix Baylac-Jacqué2018-02-17
| |
* | Merge pull request #33446 from AndersonTorres/upload-jwasmAnderson Torres2018-02-17
|\ \ | | | | | | Jwasm: init at git-2017-11-22
| * | Add watcom-1.0 licenseAndersonTorres2018-01-05
| | |
* | | wsjtx: init at 1.8.0 (#33247)Luke Sandell2018-02-17
| | |
* | | Merge pull request #29869 from Nadrieril/syncserver-fupJoachim F2018-02-17
|\ \ \ | | | | | | | | syncserver service: follow-up of #28189
| * | | firefox.syncserver service: Add nadrieril to maintainersNadrieril2017-12-08
| | | |
* | | | Merge pull request #34564 from StijnDW/masterJoachim F2018-02-16
|\ \ \ \ | | | | | | | | | | Add new package "ncpamixer"
| * | | | Add StijnDW to maintainers listStijn DW2018-02-16
| | | | |
* | | | | Merge staging and PR #35021Vladimír Čunát2018-02-16
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | It's the last staging commit (mostly) built on Hydra, and a minimal fix for Darwin regression in pysqlite.
| * | | | | treewide: Drop kernelHeadersBaseConfigTuomas Tynkkynen2018-02-14
| | | | | | | | | | | | | | | | | | | | | | | | Nothing actually needs this.
| * | | | | Merge remote-tracking branch 'upstream/master' into stagingTuomas Tynkkynen2018-02-13
| |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: pkgs/development/libraries/libclc/default.nix pkgs/top-level/all-packages.nix
| * | | | | | Drop "isGlibc", but keep isMusl.Will Dietz2018-02-11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | gnu "abi" doesn't mean glibc (mingw, apparently).
| * | | | | | lib/systems: musl, libc predicatesWill Dietz2018-02-11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Note this doesn't actually provide musl support yet, just improves our "system" code to understand musl-based triples and non-glibc linux configurations.
* | | | | | | acpica-tools: init at 20180209 (#34883)Tad Fisher2018-02-15
| |_|_|_|_|/ |/| | | | |
* | | | | | Adding @0x4A6F to maintainers.nix (#34984)0x4A6F2018-02-15
| |/ / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Adding @0x4A6F to maintainers.nix * Removing decimal from handle * Convert handle from Hex to ASCII
* | | | | yokadi: init at 1.1.1Niko Pavlinek2018-02-12
| | | | |
* | | | | Merge #34866: nixos doc: efficient comparisonsVladimír Čunát2018-02-12
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | This solves most of the performance regression from a7d75ab (#33898).
| * | | | | lib: export option location in `optionAttrSetToDocList`Jan Malakhovski2018-02-11
| |/ / / /
* | | | | maintainers: capitalize the Profpatsch attribute (vanity)Profpatsch2018-02-12
| | | | | | | | | | | | | | | | | | | | Since I’m already at it, this has been bothering me for a while.
* | | | | Merge pull request #34830 from andrew-d/adunham/legoadisbladis2018-02-12
|\ \ \ \ \ | | | | | | | | | | | | lego: init at unstable-2018-02-02
| * | | | | lego: init at unstable-2018-02-02Andrew Dunham2018-02-11
| |/ / / /
* | | | | Merge pull request #34681 from xurei/masterAndreas Rammhold2018-02-11
|\ \ \ \ \ | | | | | | | | | | | | postman: init at 5.5.2
| * | | | | postman: init at 5.5.2Olivier Bourdoux2018-02-11
| | | | | |
* | | | | | Merge pull request #34845 from yesbox/bfs_initJörg Thalheim2018-02-11
|\ \ \ \ \ \ | |/ / / / / |/| | | | | bfs: init at 1.2.1
| * | | | | Adds license "BSD Zero Clause License"Jesper Geertsen Jonsson2018-02-11
| | | | | |
| * | | | | Adds Jesper as maintainer :)Jesper Geertsen Jonsson2018-02-11
| | |/ / / | |/| | |
* | | | | Merge pull request #34826 from va1entin/pynaclFrederik Rietdijk2018-02-11
|\ \ \ \ \ | |_|/ / / |/| | | | pythonPackages.pynacl: 0.3.0 -> 1.2.1
| * | | | pythonPackages.pynacl: 0.3.0 -> 1.2.1Valentin Heidelberger2018-02-11
| | | | |
* | | | | Merge pull request #33898 from oxij/nixos/related-packages-v5Graham Christensen2018-02-09
|\ \ \ \ \ | | | | | | | | | | | | nixos: doc: implement related packages in the manual (again)
| * | | | | nixos, lib: implement relatedPackages optionJan Malakhovski2018-02-09
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This allows one to specify "related packages" in NixOS that get rendered into the configuration.nix(5) man page. The interface philosophy is pretty much stolen from TeX bibliography. See the next several commits for examples.
| * | | | | lib: implement `compare`, `splitByAndCompare`, and `compareLists`Jan Malakhovski2018-02-09
| | | | | |
* | | | | | nixos/tests: add predictable-interface-names.nix (#34305)symphorien2018-02-09
| | | | | |
* | | | | | theharvester: init at 2.7.1 (#34704)Matthieu Chevrier2018-02-09
| | | | | |
* | | | | | rename: init at 1.9 (#34719)mkgvt2018-02-09
|/ / / / /
* | | | | lib/types: add types.nonEmptyListOfRobert Schütz2018-02-08
| | | | |
* | | | | Merge pull request #34630 from varunpatro/lsusbDaiderd Jordan2018-02-07
|\ \ \ \ \ | | | | | | | | | | | | lsusb for OSX
| * | | | | Add 'varunpatro' to maintainers list.Varun Patro2018-02-07
| | | | | |
* | | | | | Merge pull request #33088 from exFalso/add-subdlMichael Raskin2018-02-06
|\ \ \ \ \ \ | | | | | | | | | | | | | | init subdl package
| * | | | | | subdl: init at 4cf5789exfalso2017-12-26
| | | | | | |
* | | | | | | platforms.nix: Include RPi 3 serial port in the kernel configTuomas Tynkkynen2018-02-06
| |/ / / / / |/| | | | |
* | | | | | assaultcube: init at official master branch , rev = ↵Bignaux Ronan2018-02-05
| |_|/ / / |/| | | | | | | | | | | | | | | | | | | "9f537b0876a39d7686e773040469fbb1417de18b" (#34623) * assaultcube: init at official git master branch
* | | | | 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.