summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* add old username back into maintainersorigin/fake-xcodegitlab.intr/fake-xcodeJude Taylor2016-01-251-0/+1
|
* add nix-xcode metaJude Taylor2016-01-252-1/+6
|
* Fake Xcode derivationJude Taylor2016-01-2511-40/+175
|
* Add version attribute where maintainers |= nckxTobias Geerinckx-Rice2016-01-2578-374/+309
| | | | | | | This will probably be mandatory soon, and is a step in the right direction. Removes the deprecated meta.version, and move some meta sections to the end of the file where I should have put them in the first place.
* geolite-legacy 2016-01-18 -> 2016-01-25Tobias Geerinckx-Rice2016-01-251-3/+3
|
* rt: Include version in drvShea Levy2016-01-251-1/+3
|
* compcert: 2.5 -> 2.6Vincent Laporte2016-01-252-5/+7
|
* binutils: extend meta.platforms to unix to fix #12606Vladimír Čunát2016-01-251-3/+3
| | | | | Also refactor meta. Maybe we could have platforms.all in there, but I leave it here.
* Merge pull request #12557 from ryanartecona/nixos-manual-custom-optionsEelco Dolstra2016-01-251-8/+16
|\ | | | | NixOS manual: allow options from nix packages
| * nixos manual: allow options from nix packagesRyan Artecona2016-01-221-8/+16
| |
* | Merge pull request #12590 from exi/askpass-in-envFranz Pletz2016-01-251-4/+1
|\ \ | | | | | | nixos-ssh: set SSH_ASKPASS globally and not just on interactive shells
| * | nixos-ssh: set SSH_ASKPASS globally and not just on interactive shellsReno Reckling2016-01-241-4/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | If we limit SSH_ASKPASS to interactive shells, users are unable to trigger the ssh-passphrase dialog from their desktop environment autostart scripts. Usecase: I call ssh-add during my desktop environment autostart and want to have the passphrase dialog immediately after startup. For this to work, SSH_ASKPASS needs to be propagated properly on non-interactive shells.
* | | easyrsa2: init at 2.2.0Nikolay Amiantov2016-01-252-0/+48
| | |
* | | quicksynergy: init at 0.9.0 (close #12325)Tomasz Czyż2016-01-252-0/+37
| | | | | | | | | | | | vcunat moved `version` into the derivation.
* | | nixos-generate-config: fix #12595: broadcom quotingVladimír Čunát2016-01-251-5/+12
| | |
* | | Merge pull request #12603 from zimbatm/ruby-fixesJude Taylor2016-01-243-7/+3
|\ \ \ | | | | | | | | Ruby fixes
| * | | buildRubyGem: fix missing libobjc in darwinzimbatm2016-01-242-6/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This was preventing any ruby gem with a c extension to build. mkmf would fail with a misleading error: /nix/store/dmkcai8fnv21qxiasx628nim3mq4r4wg-ruby-2.2.3-p0/lib/ruby/2.2.0/mkmf.rb:456:in `try_do': The compiler failed to generate an executable file. (RuntimeError) You have to install development tools first.
| * | | buildRubyGem: fix NoMethodErrorzimbatm2016-01-241-1/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | generate_stub doesn't exist and the output is not used in the code so I just removed the line. This was preventing the binstubs from generating properly.
* | | | scanbd: init at 1.4.4Tobias Geerinckx-Rice2016-01-252-0/+59
| | | |
* | | | sane-backends: propagate libjpeg library pathTobias Geerinckx-Rice2016-01-251-1/+4
| | | |
* | | | libconfuse: init at 2.8Tobias Geerinckx-Rice2016-01-252-0/+39
| | | |
* | | | sane-backends-git -> 2016-01-25Tobias Geerinckx-Rice2016-01-251-3/+3
| | | |
* | | | ghcjs: update and fix ghcjs/reflex libsCharles Strahan2016-01-243-61/+23
| | | | | | | | | | | | | | | | | | | | Set dontStrip when building ghcjs libs, which fixes the ghcjs-dom lib and also makes the logs cleaner.
* | | | Merge pull request #12566 from sheganinans/masterArseniy Seroka2016-01-241-3/+3
|\ \ \ \ | | | | | | | | | | kdbplus bump
| * | | | kdb 3.2 -> 3.3Aistis Raulinaitis2016-01-231-3/+3
| | | | |
* | | | | Merge pull request #12221 from spinus/solaarArseniy Seroka2016-01-243-0/+46
|\ \ \ \ \ | | | | | | | | | | | | solaar: init at 0.9.2
| * | | | | solaar: init at 0.9.2Tomasz Czyż2016-01-243-0/+46
| | | | | |
* | | | | | Merge pull request #12561 from Baughn/factorioArseniy Seroka2016-01-244-0/+179
|\ \ \ \ \ \ | | | | | | | | | | | | | | factorio: init at 0.12.20
| * | | | | | factorio: init at 0.12.20Svein Ove Aas2016-01-234-0/+179
| | | | | | |
* | | | | | | Merge pull request #12588 from dezgeg/pr-binutils-platformsArseniy Seroka2016-01-241-3/+1
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | binutils: Add platforms
| * | | | | | | binutils: Add platformsTuomas Tynkkynen2016-01-241-3/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | There are some variants of binutils in all-packages.nix that aren't getting built by Hydra currently.
* | | | | | | | Merge pull request #12598 from cstrahan/haskell-post-patchPeter Simons2016-01-242-5/+1
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | haskell-packages: properly set postPatch
| * | | | | | | | haskell-packages: properly set postPatchCharles Strahan2016-01-242-5/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The existing code overrode the postPatch, instead of combining the jailbreak commands with the user supplied postPatch.
* | | | | | | | | Merge pull request #12587 from timbertson/gupTobias Geerinckx-Rice2016-01-241-3/+3
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | gup: 0.5.1 -> 0.5.3
| * | | | | | | | | gup: 0.5.1 -> 0.5.3Tim Cuthbertson2016-01-241-3/+3
| | | | | | | | | |
* | | | | | | | | | racket: change meta.platorms to unixEric Seidel2016-01-241-1/+1
| | | | | | | | | |
* | | | | | | | | | pythonPackages.pelican: fix tests with Pygments 2.1Tobias Geerinckx-Rice2016-01-242-0/+320
| |/ / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Broken in 38c83e291681d16273dd68749117dc64c756d0e7. I'll open an upstream PR with this patch as well.
* | | | | | | | | ghcjs: fix the buildCharles Strahan2016-01-242-3/+5
| | | | | | | | |
* | | | | | | | | homesick: init at 1.1.3 (close #12465)Aaron Schif2016-01-246-0/+65
| | | | | | | | |
* | | | | | | | | couchdb: add platform, remove maintainer that was added accidentally, fixes ↵obadz2016-01-241-3/+4
| |_|_|_|_|_|/ / |/| | | | | | | | | | | | | | | | | | | | | | | #12502
* | | | | | | | Merge pull request #12568 from gebner/idea-openjdk8Edward Tjörnhammar2016-01-243-9/+9
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | | idea: fix problems with openjdk8
| * | | | | | | idea: use openjdk8 againGabriel Ebner2016-01-232-9/+4
| | | | | | | |
| * | | | | | | openjdk8: do not symlink icc profilesGabriel Ebner2016-01-231-0/+5
| | | | | | | |
* | | | | | | | batman-adv: 2015.2 -> 2016.0Franz Pletz2016-01-243-7/+7
| | | | | | | |
* | | | | | | | kernel: add back the patch I just removed by accidentDan Peebles2016-01-241-0/+78
| | | | | | | |
* | | | | | | | grsecurity: add NixOS VM testDan Peebles2016-01-242-0/+20
| | | | | | | |
* | | | | | | | linux: 4.3.3 -> 4.34 (and update grsecurity patches, too)Dan Peebles2016-01-243-85/+5
| | | | | | | |
* | | | | | | | borg: build and install documentationTobias Geerinckx-Rice2016-01-241-3/+20
| | | | | | | |
* | | | | | | | borg: 0.29.0 -> 0.30.0Tobias Geerinckx-Rice2016-01-241-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Compatibility notes: - you may need to use -v (or --info) more often to actually see output emitted at INFO log level (because it is suppressed at the default WARNING log level). See the general section in the usage docs. - for borg create, you need --list (additionally to -v) to see the long file list (was needed so you can have e.g. --stats alone without the long list) - see link below about BORG_DELETE_I_KNOW_WHAT_I_AM_DOING (was: BORG_CHECK_I_KNOW_WHAT_I_AM_DOING) More: https://github.com/borgbackup/borg/blob/0.30.0/docs/changes.rst
* | | | | | | | Remove no longer (or never) referenced patchesTobias Geerinckx-Rice2016-01-2455-6041/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 55 files changed, 6041 deletions. Tested with `nix-build -A tarball`.