summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Provide correct instructions how to upgrade Nix without nixpkgs.•••fixes #15344 origin/nix-upgradeDomen Kožar2016-08-101-1/+17
* flatten: drastically improve performance, see #17626Domen Kožar2016-08-101-1/+1
* Merge pull request #17464 from cransom/cassandra•••CassandraFrederik Rietdijk2016-08-109-193/+576
|\
| * cassandra service: init•••The module will configure a Cassandra server with common options being tweakable. Included is also a test which will spin up 3 nodes and verify that the cluster can be formed, broken, and repaired. Casey Ransom2016-08-024-0/+515
| * cassandra: refactor versioning•••This change: - refactors the packages so it is easier to create and update new versions of cassandra. - fixes a bug where Cassandra will not connect to another member unless LD_PRELOADing libstdc++.so. Without that change, it generates a stack trace and dies with exceptions regarding org.xerial.snappy. - restricts platform to linux as procps is also linux only. Casey Ransom2016-08-025-193/+61
* | Merge pull request #17611 from despairblue/update/atom•••update atomFrederik Rietdijk2016-08-101-2/+2
|\ \
| * | atom: 1.9.0 -> 1.9.6Danny Arnold2016-08-091-2/+2
* | | Merge pull request #17623 from matthewbauer/misc•••Misc. hydra fixesFrederik Rietdijk2016-08-1011-44/+43
|\ \ \
| * | | i-score: update sha•••Somehow, the sha256 has been changed. This seems to be from the different submodules within the repository. Matthew2016-08-091-1/+1
| * | | hevea: 2.28 -> 2.29•••2.28 is no longer available at that url Matthew2016-08-091-2/+2
| * | | perlPackages.mimeConstruct: only "out" output•••http://hydra.nixos.org/build/38074006/nixlog/1 Matthew2016-08-091-0/+1
| * | | opkg: add libxml2 as input•••This caused the failures seen here: http://hydra.nixos.org/build/38313838/nixlog/1 Matthew2016-08-091-2/+2
| * | | sooperlooper: use autconf correctlyMatthew2016-08-091-4/+12
| * | | vacuum-im: add -lz to NIX_LDFLAGS•••This should be fixed upstream, but it's broken regardless. http://hydra.nixos.org/build/38322959/nixlog/1 Matthew2016-08-091-0/+5
| * | | uksmtools: delete•••Sources are not available from GitHub anymore and it appears to be unmantained. A request was sent to the AUR mailing list to delete it on May 26, 2016: https://lists.archlinux.org/pipermail/aur-requests/2016-May/011706.html Matthew2016-08-092-29/+0
| * | | wikicurses: fix build error•••It would error when a config file was missing. This patch comes from github and can be removed once 4b944ac339312b642c6dc5d6b5a2f7be7503218f is included in a release. Matthew2016-08-091-0/+10
| * | | baekmuk-ttf: update urlMatthew2016-08-091-1/+1
| * | | gdouros: remove broken fonts•••Some of these fonts are still available but their url has moved and their hash has been changed. If anyone still uses them, feel free to add them back. Matthew2016-08-092-5/+9
* | | | Merge pull request #15949 from leenaars/pygnutlsfixed••• Python-gnutls fixed + various new python libraries Frederik Rietdijk2016-08-101-0/+100
|\ \ \ \
| * | | | pythonPackages.sqlobject: init at 3.0.0Michiel Leenaars2016-08-081-0/+17
| * | | | pythonPackages.pympler: init at 0.4.3Michiel Leenaars2016-08-081-0/+25
| * | | | pythonpackages.attrs: init -> 16.0.0Michiel Leenaars2016-08-081-0/+21
| * | | | pythonPackages.pydispatcher: init -> 2.0.5Michiel Leenaars2016-08-081-0/+15
| * | | | pythonPackages.klein: init -> 15.3.1Michiel Leenaars2016-08-081-0/+16
| * | | | python-gnutls: fix search path to gnutlsMichiel Leenaars2016-08-071-0/+6
* | | | | tlsdate: 0.0.12 -> 0.0.13Franz Pletz2016-08-101-10/+20
* | | | | dibbler: init at 1.0.1Franz Pletz2016-08-102-0/+25
* | | | | jool: 3.4.2 -> 3.4.4Franz Pletz2016-08-101-3/+3
* | | | | iputils: 20121221 -> 20151218Franz Pletz2016-08-101-4/+6
* | | | | ptlib: 2.10.10 -> 2.10.11, add check for SSLv3Robin Gloster2016-08-102-5/+21
* | | | | libshout: 2.3.1 -> 2.4.1Franz Pletz2016-08-101-3/+2
* | | | | lolcode: fix buildFranz Pletz2016-08-101-2/+3
* | | | | lolcode: 0.10.5 -> 0.11.2Franz Pletz2016-08-101-2/+2
* | | | | chromium: minor fixups•••cc @aszlig obadz2016-08-101-1/+1
* | | | | wscat: init at 1.0.1 (#17618)Robert2016-08-092-0/+28
* | | | | nixos: remove rsync from base install and add explicit path in nixos-install•••As per https://github.com/NixOS/nixpkgs/commit/60b3f95ad86826faf95680a3529ced1c322d4d87#commitcomment-18507812 obadz2016-08-093-3/+2
* | | | | nixos-install: more robust way of sourcing fresh version of selfobadz2016-08-091-2/+2
* | | | | rkt: 1.11.0 -> 1.12.0 (#17620)Stefan Junker2016-08-091-2/+2
| |/ / / |/| | |
* | | | jsonnet: 0.8.7 -> 0.8.9Dan Peebles2016-08-091-3/+3
* | | | fix typo (#17621)Fabian Schmitthenner2016-08-091-1/+1
* | | | texlive: drop unused lesstif parameter•••Fixes #17359. /cc #16391. Vladimír Čunát2016-08-091-1/+1
* | | | Merge pull request #17613 from despairblue/update/flow•••flow: 0.28.0 -> 0.30.0Robin Gloster2016-08-091-4/+4
|\ \ \ \
| * | | | flow: 0.28.0 -> 0.30.0Danny Arnold2016-08-091-4/+4
| | |/ / | |/| |
* | | | systemd-cryptsetup-generator: Add note to revert 3efadce.Moritz Ulrich2016-08-091-0/+2
* | | | systemd-cryptsetup-generator: Fix installPhase.Moritz Ulrich2016-08-091-1/+4
* | | | nginx module: fixup events in configRobin Gloster2016-08-091-0/+3
* | | | nixos/tests/installer.nix: add libxml2 & libxslt to prevent download attemptsobadz2016-08-091-10/+12
* | | | Merge branch 'nixpkgs-git-revision-fix'•••Addresses #17218 in a better way in that it doesn't create a ".git-revision" file on every nixos-rebuild, because we already have ".git" available. Even if we don't nixos-rebuild can't create the "git-revision" file. Tested via: nix-build -E '(import ./nixos/tests/make-test.nix { name = "foo"; machine = {}; testScript = "startAll; $machine->execute(\"nixos-version >&2\");"; })' Closes: #17610 Acked-by: @bennofs aszlig2016-08-093-6/+7
|\ \ \ \
| * | | | nixos/version: Try to get Git revison from .git•••Let's first try if we can determine the Git revision from the .git directory and if that fails, fall back to get the info from the ".git-revision" file... and after that use something generic like "master". This should address #17218 in better way, because we don't need to create another redundant file in the source checkout of nixpkgs. I'm not going to route of falling back to using .git, because after 55d881e, we already have ".git-revision" files in people's Git repositories, which in turn means that nixos-version will report that old file every time even if the working tree has updated. Signed-off-by: aszlig <aszlig@redmoonstudios.org> Cc: @bennofs, Profpatsch Reported-by: @devhell Fixes: #17218 aszlig2016-08-091-1/+3
| * | | | Revert adding .git-revision unconditionally•••This reverts commit 1e534e234b0a92bf06361fa41b7ac8691fdbc769. We already should have a .git directory if it is managed via Git, otherwise there is no way to get the Git revision if neither .git-revision or .git is present. But having .git-revision _and_ .git present seems very much redundant to me. Signed-off-by: aszlig <aszlig@redmoonstudios.org> Cc: @bennofs, @Profpatsch Issue: #17218 aszlig2016-08-092-5/+4