summary refs log tree commit diff
path: root/lib
Commit message (Collapse)AuthorAge
* lib.addPassthru: removed as scheduledVladimír Čunát2018-03-03
|
* pythonPackages.pymetar: add myself as maintainerAndrey Golovizin2018-03-02
|
* maintainers: add myselftimor2018-03-01
|
* untrunc: init at 2018.01.13Erik Arvstedt2018-03-01
|
* fix LD_PRELOAD error for bearbabariviere2018-03-01
|
* nixos/ceph: init module (#35299)lejonet2018-03-01
| | | | | All 5 daemon types can be enabled and configured through the module and the module both creates the ceph.conf required but also creates and enables specific services for each daemon, based on the systemd service files that upstream provides.
* prebuilt android tools: Init using SDKJohn Ericson2018-02-27
| | | | Expose as an option for the cross stdenv.
* Merge pull request #35247 from telent/mips32John Ericson2018-02-27
|\ | | | | lib, treewide: Add missing MIPS arches, and fix existing usage
| * lib, treewide: Add missing MIPS arches, and fix existing usageDaniel Barlow2018-02-23
| | | | | | | | | | | | | | | | | | Existing "mips64el" should be "mipsel". This is just the barest minimum so that nixpkgs can recognize them as systems - although required for building individual derivations onto MIPS boards, it is not sufficient if you want to actually build nixos on those targets
* | maintainers: add teozkrTeo Klestrup Röijezon2018-02-26
| |
* | maintainers: add lblascLuka Blaskovic2018-02-26
| |
* | Only build libseccomp on supported systemsShea Levy2018-02-24
| |
* | gnu-efi: Fix aarch64 cross-buildShea Levy2018-02-24
| |
* | gnu-efi: Only build on efi-enabled systemsShea Levy2018-02-24
| |
* | kexectools: Only build on kexecable architectures.Shea Levy2018-02-24
| |
* | maintainers: add svsdepVasyl Solovei2018-02-23
| |
* | Merge pull request #35356 from troydm/masterFranz Pletz2018-02-22
|\ \ | | | | | | rtl8192eu: init at 4.4.1
| * | rtl8192eu: init at 4.4.1troydm2018-02-22
| | |
* | | Merge pull request #35134 from xeji/mfcl2720dwJörg Thalheim2018-02-21
|\ \ \ | | | | | | | | mfcl2720dwlpr / mfcl2720dwcupswrapper: init at 3.2.0-1
| * | | new maintainer: xejixeji2018-02-18
| | | |
* | | | z88dk: init at unstable-2018-02-20 (#35244)Jörg Thalheim2018-02-20
| |_|/ |/| | | | | fixes #35039
* | | Merge pull request #35117 from suvash/add-docker-credential-gcrlewo2018-02-20
|\ \ \ | | | | | | | | docker-credential-gcr: init at 1.4.3
| * | | docker-credential-gcr: init at 1.4.3Suvash Thapaliya2018-02-18
| |/ / | | | | | | | | | Docker authentication helper for Google Cloud (gcr.io) repositories
* | | Merge pull request #35178 from limeytexan/perl-BSD-ResourceJörg Thalheim2018-02-20
|\ \ \ | | | | | | | | perl-BSD-Resource: init at 1.2911
| * | | perl-BSD-Resource: init at 1.2911Michael Brantley2018-02-19
| | | |
* | | | 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
| |/ / / /