summary refs log tree commit diff
path: root/pkgs/top-level
Commit message (Collapse)AuthorAge
* plasma5.plasma-vault: init at 5.11.1adisbladis2017-10-19
|
* plasma: 5.10.5 -> 5.11.1adisbladis2017-10-19
|
* digikam: 5.4.0 -> 5.7.0aszlig2017-10-19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The build for the version 5.4.0 of digiKam has been broken at the time prior to this commit, which is the main reason for this update as I don't think it makes sense to fix the build for 5.4.0 when we're going to update it anyway. A lot has changed upstream between version 5.4.0 and 5.7.0 and it's too much to be summarized here, so here are the URLs to the upstream announcements: * https://www.digikam.org/news/2017-03-14_digiKam_5.5.0_is_released/ * https://www.digikam.org/news/2017-06-21-5.6.0-release-announcement/ * https://www.digikam.org/news/2017-09-11-5.7.0_release_announcement/ On the packaging side, we now no longer have the patch that disables -fno-operator-names because the build runs fine without that patch (which didn't even apply but I didn't check why) and IMO it doesn't make sense to rebase that patch for no reason. Additionally, there were build time dependencies lurking around in propagatedBuildInputs, which is kinda pointless and the application just runs fine if those dependencies are listed in buildInputs. While looking for clues about why that might be necessary I haven't found any comment about it in the source nor a clarification within the message of the commit where this has been introduced. The commit in question is be7b7d908f82e8ab16c43ffd0e240addd6f4018a. Apart from these changes, the rest is just adding a few dependencies (kcalcore, libksane, mesa and pcre) to get less errors during cmakeConfigurePhase. I've tested digiKam by playing around within a VM using photos I netcat'ed into it and it works so far. The VM was built using: nix-build nixos --arg configuration '{ pkgs, ... }: { imports = [ ./nixos/tests/common/user-account.nix ]; environment.systemPackages = [ pkgs.digikam ]; services.xserver.enable = true; services.xserver.displayManager.sddm.enable = true; services.xserver.desktopManager.plasma5.enable = true; services.xserver.desktopManager.default = "plasma5"; virtualisation.memorySize = 1024; }' -A vm What I didn't test however was whether importing from a camera would work (as I don't have one), but aside from that, the application seems to run fine compared to the fact that it didn't even build until now :-) Signed-off-by: aszlig <aszlig@redmoonstudios.org> Cc: @the-kenny, @urkud, @viric, @cillianderoiste, @ttuegel Cc: @jraygauthier, @fkz, @sh01, @lsix
* perl-CryptX: 0.050 -> 0.054Robert Helgesson2017-10-18
|
* Merge pull request #30409 from geistesk/openrct2Jörg Thalheim2017-10-18
|\ | | | | openrct2: init at 0.1.1
| * openrct2: init at 0.1.1geistesk2017-10-16
| |
* | Merge pull request #30166 from LumiGuide/graphite-1.0.2Peter Simons2017-10-18
|\ \ | | | | | | Fix graphite crash by upgrading from 0.9.15 -> 1.0.2
| * | graphite: 0.9.15 -> 1.0.2Bas van Dijk2017-10-08
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes: #29961 Also added the option: services.graphite.web.extraConfig for configuring graphite_web.
* | | ansible_2_4: init at 2.4.0.0 (#30073)Peter Romfeld2017-10-17
| | |
* | | nix-info: Add separate tested variant for HydraTuomas Tynkkynen2017-10-17
| | |
* | | bgpdump: init at 2017-09-29 (#30461)lewo2017-10-17
| | | | | | | | | | | | | | | | | | * bgpdump: init at 2017-09-29 * bgpdump: switch to autoreconfHook
* | | Merge pull request #30464 from rnhmjoj/bbJörg Thalheim2017-10-17
|\ \ \ | | | | | | | | bb: init at 1.3rc1
| * | | bb: init at 1.3rc1rnhmjoj2017-10-16
| | | |
* | | | Merge pull request #30397 from grahamc/nix-helpGraham Christensen2017-10-16
|\ \ \ \ | | | | | | | | | | nix-info: init
| * | | | nix-info: include in nixos' default system-path, nixpkgs's channelGraham Christensen2017-10-14
| | | | |
| * | | | nix-info: initGraham Christensen2017-10-14
| | | | |
* | | | | Merge pull request #30469 from efx/bump-sqitchJörg Thalheim2017-10-17
|\ \ \ \ \ | | | | | | | | | | | | sqitch-pg: 0.9994 -> 0.9996
| * | | | | sqitch-pg: 0.9994 -> 0.9996Eli Flanagan2017-10-16
| | | | | |
* | | | | | ArrayFIFO: init at 0.10.Drew Hess2017-10-16
| | | | | |
* | | | | | sc2-headless: init at 3.17Dan Haraj2017-10-16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This packages up the Starcraft II headless Linux client provided by Blizzard for machine learning research.
* | | | | | steam-run-native: initNikolay Amiantov2017-10-16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Refactor Steam so that native steam-run can be built as a free package and expose it so that Hydra builds needed i686 packages.
* | | | | | nixpkgs: add aiger 1.9.9Austin Seipp2017-10-16
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Austin Seipp <aseipp@pobox.com>
* | | | | | nixpkgs: add 'avy' -- property directed AIGER model checkingAustin Seipp2017-10-16
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Austin Seipp <aseipp@pobox.com>
* | | | | | nixpkgs: add symbiyosys, for HDL verification flowsAustin Seipp2017-10-16
|/ / / / / | | | | | | | | | | | | | | | Signed-off-by: Austin Seipp <aseipp@pobox.com>
* | | | | pipenv: init at 8.2.7Dario Bertini2017-10-16
| | | | | | | | | | | | | | | | | | | | fixes #30442
* | | | | pew: 0.1.14 -> 1.1.0Dario Bertini2017-10-16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Pew was actually broken, due to a SHELL PATH check that had been added in the previous release (though this shouldn't have hampered users with bash as their shell)
* | | | | Merge pull request #30421 from KaiHa/lbdb-0.44Jörg Thalheim2017-10-16
|\ \ \ \ \ | | | | | | | | | | | | lbdb: 0.38 -> 0.44
| * | | | | lbdb: 0.38 -> 0.44Kai Harries2017-10-14
| | |_|/ / | |/| | |
* | | | | Merge pull request #29819 from Moredread/mechanicalsoup-0.7.0Jörg Thalheim2017-10-15
|\ \ \ \ \ | | | | | | | | | | | | pythonPackages.MechanicalSoup: 0.4.0 -> 0.7.0
| * | | | | pythonPackages.MechanicalSoup: 0.4.0 -> 0.7.0André-Patrick Bubel2017-10-02
| | | | | |
* | | | | | Merge pull request #30435 from stesie/update-plv8Jörg Thalheim2017-10-15
|\ \ \ \ \ \ | | | | | | | | | | | | | | Update plv8 + build against V8 6.x
| * | | | | | plv8: use v8_6_xStefan Siegl2017-10-15
| | | | | | |
* | | | | | | pythonPackages.jsmin: init at 2.2.2Franz Pletz2017-10-15
| | | | | | |
* | | | | | | plyfile: init at 0.5Nikolay Amiantov2017-10-15
|/ / / / / /
* | | | | | Merge branch 'staging'Vladimír Čunát2017-10-15
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Contains security fixes in X server and X libs. On Hydra, the amount to rebuild on master is now higher than on staging; the comparison looks OK.
| * | | | | | libreoffice(-still): fixup build by using older icuVladimír Čunát2017-10-15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | It's slightly risky, as many dependencies use the newer icu already. -fresh seems OK without such changes.
| * | | | | | mailcore2: fixup build by using older icu againVladimír Čunát2017-10-15
| | | | | | |
| * | | | | | firebirdSuper: fixup build by using older icu againVladimír Čunát2017-10-15
| | | | | | |
| * | | | | | v8: fixup build by using older icu againVladimír Čunát2017-10-14
| | | | | | |
| * | | | | | Merge branch 'master' into stagingVladimír Čunát2017-10-14
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Hydra: ?compare=1401528
| * \ \ \ \ \ \ Merge branch 'master' into stagingVladimír Čunát2017-10-09
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | Hydra: ?compare=1400181
| * | | | | | | | icu: switch default 58 -> 59Vladimír Čunát2017-10-08
| | | | | | | | |
| * | | | | | | | mesa: use llvm_5 by defaultVladimír Čunát2017-10-08
| | | | | | | | |
* | | | | | | | | mailnag: fix working (#30358)gnidorah2017-10-14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * mailnag: fix working * mailnag: use wrapGAppsHook; add icon theme
* | | | | | | | | pythonPackages.yowsup: init at v2.5.2 (#30406)Maximilian Bosch2017-10-14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * pythonPackages.yowsup: init at v2.5.2 * python.pkgs.yowsup: fix tests
* | | | | | | | | notmuch-bower: init at 2017-09-27 (#29856)Justin Humm2017-10-14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * bower: init and add erictapen as maintainer * bower: fix up * notmuch-bower: rename from bower
* | | | | | | | | Revert "hyperv-daemons: init at current linux kernel version"Peter Hoeg2017-10-14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This reverts commit 51f1c635e679fdadead32e5aec464b28c254d099.
* | | | | | | | | Revert "nix-upgrade-scripts: init at 0.0.4"Peter Hoeg2017-10-14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This reverts commit 15d2cf5494a43b0b5312a834232af9b5b62f32ca.
* | | | | | | | | Revert "amarok-kf5: init at 2.8.91-20170228"Peter Hoeg2017-10-14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This reverts commit fde0bad57796e29337e8a1f1dcbb0164f5e56b1c.
* | | | | | | | | Revert "firewalld: init at 0.4.4.4"Peter Hoeg2017-10-14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This reverts commit 178a96f99be69a173669254295d5a06732e7a906.