summary refs log tree commit diff
path: root/lib
Commit message (Collapse)AuthorAge
* lib: cleanup a little bit, add traceIfJan Malakhovski2015-03-26
|
* spectrwm window managerWilliam Casarin2015-03-21
|
* Revert "Reverts a bunch of commits as a try to fix GC errors."Jaka Hudoklin2015-03-21
| | | | | | | This reverts commit 1e4ba025c260fa6852765e9f5c59e985f10c6a43. Conflicts: pkgs/development/web/nodejs/build-node-package.nix
* Rename scrubDrv -> hydraJob and make it more effectiveEelco Dolstra2015-03-20
| | | | | | | | | It now strictly evaluates all remaining attributes, preventing unevaluated thunks that cannot be garbage-collected. It's also applied to all jobs in Nixpkgs' release.nix. This reduces hydra-eval-jobs' memory consumption on the 14.12 release-combined jobset from 5.1 GB to 2.0 GB.
* Use builtin seq/deepSeqEelco Dolstra2015-03-20
|
* Revert "nixos: Multiple service instances, apply to nginx. See #6784"Luca Bruno2015-03-18
| | | | | | This reverts commit 7ef59c4fe2a87682054572a504fc7c6046c282e5. Wrong push! Sorry!
* nixos: Multiple service instances, apply to nginx. See #6784Luca Bruno2015-03-18
|
* Merge pull request #6862 from hmuehlhans/masterlethalman2015-03-18
|\ | | | | p2pvc: new package
| * p2pvc: new packagehmuehlhans2015-03-17
| | | | | | | | Added myself to maintainers
* | Added CC-BY-SA 4.0 Licenselukasepple2015-03-17
|/
* Reverts a bunch of commits as a try to fix GC errors.Domen Kožar2015-03-17
| | | | | | | | | Commits - 694f01db2d2e1cde06ee243a5909d196e84f0a18 - 829479d1dda5dbb579885e16dc655716127457ed - bd81885f706dae5cdeb8c03845fa43d8b74fa57c - b2fdcf801ce08bf0c44e63bafe8ae2c720704da7
* Merge #6472: add ddccontrolVladimír Čunát2015-03-16
|\
| * Added a maintainerFedor Pakhomov2015-02-20
| |
* | Added derivation for google ceres-solver optimization library for C++Luis G. Torres2015-03-12
| |
* | Add ibus-anthy.Gabriel Ebner2015-03-11
| |
* | add myself as php and rustc maintainerRobin Gloster2015-03-11
| |
* | Package vmtouchJim Garrison2015-03-10
| |
* | Merge pull request #6711 from phile314/devPeter Simons2015-03-10
|\ \ | | | | | | haskell: Add uhc compiler
| * | Add uhc haskell compilerPhilipp Hausmann2015-03-09
| | |
* | | Merge pull request #6720 from nslqqq/nmhookslethalman2015-03-09
|\ \ \ | | | | | | | | New NetworkManager Dispatcher scripts options
| * | | Add 'fixedWidthString' and 'fixedWidthNumber' formatting functionsNikita Mikhailov2015-03-08
| |/ /
* | | PAM/eCryptfs now able to mount ecryptfs'd home directories on loginobadz2015-03-08
| | |
* | | Merge pull request #6717 from sjagoe/package-python-grinDomen Kožar2015-03-08
|\ \ \ | |/ / |/| | Add grin package
| * | Add sjagoe as maintainer of grin packageSimon Jagoe2015-03-08
| | |
* | | intersect -> intersectLists, subtract -> subtractListsEelco Dolstra2015-03-04
| | |
* | | substract -> subtractEelco Dolstra2015-03-04
| | |
* | | Merge pull request #6590 from iand675/noip2lethalman2015-03-01
|\ \ \ | | | | | | | | Add noip package
| * | | Add meta info for noip packageIan Duncan2015-02-27
| | | |
* | | | lib/lists: add intersect and substract functionsJaka Hudoklin2015-02-28
|/ / /
* | | Merge pull request #6242 from nbp/issue-6161Nicolas B. Pierron2015-02-23
|\ \ \ | | | | | | | | Issue #6161 - Add tests for NixOS modules.
| * | | Issue #6161 - Register lib tests as release blockers.Nicolas B. Pierron2015-02-09
| | | |
| * | | Issue #6161 - Add tests for NixOS modules.Nicolas B. Pierron2015-02-09
| | | |
* | | | Merge pull request #6524 from fkz/masterArseniy Seroka2015-02-23
|\ \ \ \ | | | | | | | | | | add edbrowse to all packages
| * | | | add edbrowse to all packagesFabian Schmitthenner2015-02-22
| | | | |
* | | | | teyjus: 2.0-b2Ben Darwin2015-02-21
| | | | |
* | | | | Add marathon mesos frameworkrushmorem2015-02-19
| | | | |
* | | | | Add myself to the maintainersbstrik2015-02-17
| | | | |
* | | | | Add microscheme derivationAntoine R. Dumont2015-02-16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (A Scheme subset for Atmel microcontrollers.) Use of the actual git HEAD because the actual tarball compiles but segfault at runtime. Upload the BLINK.ms sample on arduino board (/dev/ttyACM0): ```sh $ sudo ./result/bin/microscheme -m UNO -d /dev/ttyACM0 -auc ~/repo/perso/microscheme/examples/BLINK.ms Microscheme 0.8, (C) Ryan Suchocki >> Treeshaker: After 4 rounds: 84 globals purged! 22 bytes will be reserved. >> 18 lines compiled OK >> Assembling... >> Uploading... avrdude: AVR device initialized and ready to accept instructions Reading | ################################################## | 100% 0.00s avrdude: Device signature = 0x1e950f avrdude: reading input file "/home/tony/repo/perso/microscheme/examples/BLINK.hex" avrdude: writing flash (2080 bytes): Writing | ################################################## | 100% 0.35s avrdude: 2080 bytes of flash written avrdude: safemode: Fuses OK (E:00, H:00, L:00) avrdude done. Thank you. >> Cleaning Up... >> Finished. ```
* | | | | Automatically set nix.nrBuildUsers to at least nix.maxJobsEelco Dolstra2015-02-16
| | | | |
* | | | | New package: xbindkeys-configBenjamin Staffin2015-02-09
| |/ / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The patch is borrowed verbatim from Debian. It is under the same license as the rest of the package, and is necessary for the app to work. There does not seem to be a canonical upstream homepage for this app other than Debian itself. Change-Id: I4f0bec32a95778fb12a48bfb280386b65a0d0f9a
* | | | Add a kafka packageBen Ford2015-02-03
| | | |
* | | | Merge commit 'cfb29ab882323d379aba20a95020c7c24f883eae'Shea Levy2015-02-02
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Partial staging merge, including cc-wrapper fixes Conflicts: pkgs/applications/audio/spotify/default.nix pkgs/build-support/cc-wrapper/default.nix pkgs/development/compilers/cryptol/1.8.x.nix
| * \ \ \ Merge branch 'master' into staging.Peter Simons2015-01-19
| |\ \ \ \
| * \ \ \ \ Merge #5676: gcc-wrapper -> cc-wrapper and relatedVladimír Čunát2015-01-17
| |\ \ \ \ \
| * \ \ \ \ \ Merge branch 'master' into stagingVladimír Čunát2015-01-13
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts (simple): pkgs/os-specific/linux/util-linux/default.nix It seems this merge creates a new stdenv hash, because we had changes on both branches :-/
| * | | | | | | lib/licenses: add IJG (Independent JPEG...)Vladimír Čunát2015-01-13
| | | | | | | |
* | | | | | | | New packages: Hunspell dictionaries for Spanish, Italian and French.Renzo Carbonara2015-02-01
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | These aren't readily picked up by Hunspell-compatible software such as Firefox or LibreOffice just yet, as they need to be setup to look for the dictionaries at the proper paths. Nevertheless, one can point Hunspell-compatible tools to, say, $HOME/.nix-profile/share/hunspell and they will find the dictionaries: % echo "bonjor" | hunspell -d fr-classique Can't open affix or dictionary files for dictionary named "fr-classique". % export DICPATH=$HOME/.nix-profile/share/hunspell % echo "bonjor" | hunspell -d fr-classique Hunspell 1.3.3 & bonjor 1 0: bonjour The full list of packages added: hunspellDicts.es-any hunspell-dict-es-any-rediris-0.7 hunspellDicts.es-ar hunspell-dict-es-ar-rediris-0.7 hunspellDicts.es-bo hunspell-dict-es-bo-rediris-0.7 hunspellDicts.es-cl hunspell-dict-es-cl-rediris-0.7 hunspellDicts.es-co hunspell-dict-es-co-rediris-0.7 hunspellDicts.es-cr hunspell-dict-es-cr-rediris-0.7 hunspellDicts.es-cu hunspell-dict-es-cu-rediris-0.7 hunspellDicts.es-do hunspell-dict-es-do-rediris-0.7 hunspellDicts.es-ec hunspell-dict-es-ec-rediris-0.7 hunspellDicts.es-es hunspell-dict-es-es-rediris-0.7 hunspellDicts.es-gt hunspell-dict-es-gt-rediris-0.7 hunspellDicts.es-hn hunspell-dict-es-hn-rediris-0.7 hunspellDicts.es-mx hunspell-dict-es-mx-rediris-0.7 hunspellDicts.es-ni hunspell-dict-es-ni-rediris-0.7 hunspellDicts.es-pa hunspell-dict-es-pa-rediris-0.7 hunspellDicts.es-pe hunspell-dict-es-pe-rediris-0.7 hunspellDicts.es-pr hunspell-dict-es-pr-rediris-0.7 hunspellDicts.es-py hunspell-dict-es-py-rediris-0.7 hunspellDicts.es-sv hunspell-dict-es-sv-rediris-0.7 hunspellDicts.es-uy hunspell-dict-es-uy-rediris-0.7 hunspellDicts.es-ve hunspell-dict-es-ve-rediris-0.7 hunspellDicts.fr-any hunspell-dict-fr-any-dicollecte-5.2 hunspellDicts.fr-classique hunspell-dict-fr-classique-dicollecte-5.2 hunspellDicts.fr-moderne hunspell-dict-fr-moderne-dicollecte-5.2 hunspellDicts.fr-reforme1990 hunspell-dict-fr-reforme1990-dicollecte-5.2 hunspellDicts.it-it hunspell-dict-it-it-linguistico-2.4 hunspellDicts.en-us hunspell-dict-en-us-wordlist-2014.11.17 hunspellDicts.en-ca hunspell-dict-en-ca-wordlist-2014.11.17 hunspellDicts.en-gb-ise hunspell-dict-en-gb-ise-wordlist-2014.11.17 hunspellDicts.en-gb-ize hunspell-dict-en-gb-ize-wordlist-2014.11.17 Added myself to maintainers.nix
* | | | | | | | Merge pull request #6039 from np/filter_audiolethalman2015-01-30
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Add filter_audio
| * | | | | | | | Add filter_audioNicolas Pouillard2015-01-28
| | |_|_|_|_|_|/ | |/| | | | | |
* / | | | | | | Maintainers: Add Ragnar DahlenRagnar Dahlén2015-01-30
|/ / / / / / /