summary refs log tree commit diff
Commit message (Collapse)AuthorAge
* Merge pull request #17623 from matthewbauer/miscFrederik Rietdijk2016-08-10
|\ | | | | Misc. hydra fixes
| * i-score: update shaMatthew2016-08-09
| | | | | | | | | | Somehow, the sha256 has been changed. This seems to be from the different submodules within the repository.
| * hevea: 2.28 -> 2.29Matthew2016-08-09
| | | | | | | | 2.28 is no longer available at that url
| * perlPackages.mimeConstruct: only "out" outputMatthew2016-08-09
| | | | | | | | http://hydra.nixos.org/build/38074006/nixlog/1
| * opkg: add libxml2 as inputMatthew2016-08-09
| | | | | | | | | | | | This caused the failures seen here: http://hydra.nixos.org/build/38313838/nixlog/1
| * sooperlooper: use autconf correctlyMatthew2016-08-09
| |
| * vacuum-im: add -lz to NIX_LDFLAGSMatthew2016-08-09
| | | | | | | | | | | | This should be fixed upstream, but it's broken regardless. http://hydra.nixos.org/build/38322959/nixlog/1
| * uksmtools: deleteMatthew2016-08-09
| | | | | | | | | | | | | | | | 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
| * wikicurses: fix build errorMatthew2016-08-09
| | | | | | | | | | | | 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.
| * baekmuk-ttf: update urlMatthew2016-08-09
| |
| * gdouros: remove broken fontsMatthew2016-08-09
| | | | | | | | | | | | 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.
* | Merge pull request #15949 from leenaars/pygnutlsfixedFrederik Rietdijk2016-08-10
|\ \ | | | | | | Python-gnutls fixed + various new python libraries
| * | pythonPackages.sqlobject: init at 3.0.0Michiel Leenaars2016-08-08
| | |
| * | pythonPackages.pympler: init at 0.4.3Michiel Leenaars2016-08-08
| | |
| * | pythonpackages.attrs: init -> 16.0.0Michiel Leenaars2016-08-08
| | |
| * | pythonPackages.pydispatcher: init -> 2.0.5Michiel Leenaars2016-08-08
| | |
| * | pythonPackages.klein: init -> 15.3.1Michiel Leenaars2016-08-08
| | |
| * | python-gnutls: fix search path to gnutlsMichiel Leenaars2016-08-07
| | |
* | | tlsdate: 0.0.12 -> 0.0.13Franz Pletz2016-08-10
| | |
* | | dibbler: init at 1.0.1Franz Pletz2016-08-10
| | |
* | | jool: 3.4.2 -> 3.4.4Franz Pletz2016-08-10
| | |
* | | iputils: 20121221 -> 20151218Franz Pletz2016-08-10
| | |
* | | ptlib: 2.10.10 -> 2.10.11, add check for SSLv3Robin Gloster2016-08-10
| | |
* | | libshout: 2.3.1 -> 2.4.1Franz Pletz2016-08-10
| | |
* | | lolcode: fix buildFranz Pletz2016-08-10
| | |
* | | lolcode: 0.10.5 -> 0.11.2Franz Pletz2016-08-10
| | |
* | | chromium: minor fixupsobadz2016-08-10
| | | | | | | | | | | | cc @aszlig
* | | wscat: init at 1.0.1 (#17618)Robert2016-08-09
| | |
* | | nixos: remove rsync from base install and add explicit path in nixos-installobadz2016-08-09
| | | | | | | | | | | | As per https://github.com/NixOS/nixpkgs/commit/60b3f95ad86826faf95680a3529ced1c322d4d87#commitcomment-18507812
* | | nixos-install: more robust way of sourcing fresh version of selfobadz2016-08-09
| | |
* | | rkt: 1.11.0 -> 1.12.0 (#17620)Stefan Junker2016-08-09
| |/ |/|
* | jsonnet: 0.8.7 -> 0.8.9Dan Peebles2016-08-09
| |
* | fix typo (#17621)Fabian Schmitthenner2016-08-09
| |
* | texlive: drop unused lesstif parameterVladimír Čunát2016-08-09
| | | | | | | | Fixes #17359. /cc #16391.
* | Merge pull request #17613 from despairblue/update/flowRobin Gloster2016-08-09
|\ \ | | | | | | flow: 0.28.0 -> 0.30.0
| * | flow: 0.28.0 -> 0.30.0Danny Arnold2016-08-09
| | |
* | | systemd-cryptsetup-generator: Add note to revert 3efadce.Moritz Ulrich2016-08-09
| | |
* | | systemd-cryptsetup-generator: Fix installPhase.Moritz Ulrich2016-08-09
| | |
* | | nginx module: fixup events in configRobin Gloster2016-08-09
| | |
* | | nixos/tests/installer.nix: add libxml2 & libxslt to prevent download attemptsobadz2016-08-09
| | |
* | | Merge branch 'nixpkgs-git-revision-fix'aszlig2016-08-09
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
| * | | nixos/version: Try to get Git revison from .gitaszlig2016-08-09
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
| * | | Revert adding .git-revision unconditionallyaszlig2016-08-09
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* | | | Merge pull request #17614 from kamilchm/vagrant-plugin-fixRobin Gloster2016-08-09
|\ \ \ \ | |_|/ / |/| | | vagrant: FIX #16837 vagrant plugin install
| * | | vagrant: FIX #16837 vagrant plugin installKamil Chmielewski2016-08-09
|/ / /
* / / nginx module: fix cfg.config backwards compatibilityRobin Gloster2016-08-09
|/ / | | | | | | fixes #17604
* | matrix-synapse: 0.16.1-r1 -> 0.17.0 (#17605)Benjamin Saunders2016-08-09
| |
* | vagrant: use libarchive lib from Nix (#17597)Aneesh Agrawal2016-08-09
| | | | | | | | | | | | | | | | | | We currently already replace the embedded bsdtar binaries with the corresponding ones from Nix. However, we also need to replace the libarchive shared library to prevent version mismatches between the embedded library and the Nix binaries. Also expose version on the derivation and use environment variables to make overriding the derivation easier.
* | Merge pull request #17608 from cmfwyp/calibre-desktop-entryPascal Wittmann2016-08-09
|\ \ | | | | | | calibre: add desktop entry files
| * | calibre: add desktop entry filescmfwyp2016-08-08
| | |