about summary refs log tree commit diff
Commit message (Collapse)AuthorAge
* cadence: fix dbus,libjack and missing dependanciesBignaux Ronan2020-02-26
|
* Merge pull request #80155 from r-ryantm/auto-update/blenderLancelot SIX2020-02-25
|\ | | | | blender: 2.81a -> 2.82
| * blender: enable alembicGabriel Ebner2020-02-23
| |
| * blender: fix build on darwinDmitry Kalinkin2020-02-15
| | | | | | | | | | | | We don't compile blender with alembic. The linux build is able to detect that, but this is not done for darwin. This explicitly disables alembic to fix blender build on darwin.
| * blender: 2.81a -> 2.82R. RyanTM2020-02-15
| |
* | liblinear: use absolute install name on Darwin (#81015)Andrew Childs2020-02-25
| | | | | | | | nixpkgs prefers absolute install names. Replace the manually specified relative install name with the standard hook.
* | Merge pull request #80640 from smaret/gildas-20200201aDmitry Kalinkin2020-02-25
|\ \ | | | | | | gildas: 20200101_a -> 20200201_a
| * | gildas: 20200101_a -> 20200201_aSébastien Maret2020-02-20
| | | | | | | | | | | | | | | | | | | | | | | | - Upgrade gildas to the latest version - Remove a patch that has been included upstream - Re-enable parallel building (fixed upstream)
* | | Merge pull request #80696 from deshaw/contrib/patroniGraham Christensen2020-02-25
|\ \ \ | | | | | | | | patroni: init at 1.6.4
| * | | patroni: init at 1.6.4Souvik Sen2020-02-25
| | | |
* | | | Merge pull request #79900 from Gabriel439/gabriel/dhall_packages_2Profpatsch2020-02-25
|\ \ \ \ | | | | | | | | | | Add Nixpkgs support for Dhall
| * | | | Change formatting of record fieldsGabriel Gonzalez2020-02-16
| | | | | | | | | | | | | | | | | | | | ... as requested by @Profpatsch
| * | | | Simplify `dhall-kubernetes` packagesGabriel Gonzalez2020-02-12
| | | | | | | | | | | | | | | | | | | | | | | | | There is no need to provide a separate `kubernetesVersion` argument since the `file` argument works just fine
| * | | | Add Nixpkgs support for DhallGabriel Gonzalez2020-02-11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | One of the motivations for this change is the following Discourse discussion: https://discourse.dhall-lang.org/t/offline-use-of-prelude/137 Many users have requested Dhall support for "offline" packages that can be fetched/built/installed using ordinary package management tools (like Nix) instead of using Dhall's HTTP import system. I will continue to use the term "offline" to mean Dhall package builds that do not use Dhall's language support for HTTP imports (and instead use the package manager's support for HTTP requests, such as `pkgs.fetchFromGitHub`) The goal of this change is to document what is the idiomatic way to implement "offline" Dhall builds by implementing Nixpkgs support for such builds. That way when other package management tools ask me how to package Dhall with their tools I can refer them to how it is done in Nixpkgs. This change contains a fully "offline" build for the largest Dhall package in existence, known as "dhall-packages" (not to be confused with `dhallPackages`, which is our Nix attribute set containing Dhall packages). The trick to implementing offline builds in Dhall is to take advantage of Dhall's support for semantic integrity checks. If an HTTP import is protected by an integrity check and a cached build product matches the integrity check then the HTTP import is never resolved and the expression is instead fetched from cache. By "installing" dependencies in a pre-seeded and isolated cache we can replace remote HTTP imports with dependencies that have been built and supplied by Nix instead. The offline nature of the builds are enforced by compiling the Haskell interpreter with the `-f-with-http` flag, which disables the interpreter's support for HTTP imports. If a user forgets to supply a necessary dependency as a Nix build product then the build fails informing them that HTTP imports are disabled. By default, built packages are "binary distributions", containing just a cache product and a Dhall expression which can be used to resolve the corresponding cache product. Users can also optionally enable a "source distribution" of a package which already includes the equivalent fully-evaluated Dhall code (for convenience), but this is disabled by default to keep `/nix/store` utilization as compact as possible.
* | | | | Merge pull request #78482 from ggreif/masterBas van Dijk2020-02-25
|\ \ \ \ \ | | | | | | | | | | | | llvmPackages_10: init at rc2
| * | | | | llvmPackages_10: copy llvmPackages_9Gabor Greif2020-02-25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * starting with rc2 * make `lldb` compilable again on Darwin * separate out manpage creation for `lldb` into a new derivation * minor tweaks to the patching of sources, some of which are backportable to earlier versions
* | | | | | Merge pull request #81001 from marsam/update-postgisMario Rodas2020-02-25
|\ \ \ \ \ \ | |/ / / / / |/| | | | | postgresqlPackages.postgis: 3.0.0 -> 3.0.1
| * | | | | postgresqlPackages.postgis: 3.0.0 -> 3.0.1Mario Rodas2020-02-24
| | | | | | | | | | | | | | | | | | | | | | | | Release notes: https://postgis.net/2020/02/20/postgis-3.0.1/
* | | | | | Merge pull request #80836 from zowoq/skaffoldMario Rodas2020-02-25
|\ \ \ \ \ \ | | | | | | | | | | | | | | skaffold: 1.3.1 -> 1.4.0
| * | | | | | skaffold: 1.3.1 -> 1.4.0zowoq2020-02-23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | https://github.com/GoogleContainerTools/skaffold/releases/tag/v1.4.0
* | | | | | | Merge pull request #80980 from zowoq/umociMario Rodas2020-02-25
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | umoci: 0.4.4 -> 0.4.5
| * | | | | | | umoci: 0.4.4 -> 0.4.5zowoq2020-02-25
| | | | | | | |
* | | | | | | | Merge pull request #81000 from marsam/update-spotify-tuiMario Rodas2020-02-25
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | spotify-tui: 0.14.0 -> 0.15.0
| * | | | | | | | spotify-tui: 0.14.0 -> 0.15.0Mario Rodas2020-02-24
| | |_|/ / / / / | |/| | | | | | | | | | | | | | | | | | | | | | Changelog: https://github.com/Rigellute/spotify-tui/releases/tag/v0.15.0
* | | | | | | | Merge pull request #81008 from doronbehar/update-sccacheVladyslav M2020-02-25
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | sccache: 0.2.12 -> 0.2.13
| * | | | | | | | sccache: 0.2.12 -> 0.2.13Doron Behar2020-02-25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Quote homepage URL.
* | | | | | | | | Merge pull request #81004 from lopsided98/libyamlcpp-single-outputAndreas Rammhold2020-02-25
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | libyamlcpp: don't use multiple outputs
| * | | | | | | | | libyamlcpp: don't use multiple outputsBen Wolsieffer2020-02-24
| |/ / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This package uses CMake's install(EXPORT ...) command which assumes that libraries are installed in the same location as the CMake files.
* | | | | | | | | Merge pull request #80998 from mmilata/parsoidJörg Thalheim2020-02-25
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | nixos/parsoid: fix service by reinstating nodePackages.parsoid
| * | | | | | | | | nixos/parsoid: enable systemd sandboxingMartin Milata2020-02-25
| | | | | | | | | |
| * | | | | | | | | nixos/parsoid: fix package nameMartin Milata2020-02-25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Original package was removed in 2b8cde0ce25b4f35fce23c9ad388b3726d285d0b.
| * | | | | | | | | nodePackages.parsoid: init at 0.11.0Martin Milata2020-02-25
| | | | | | | | | |
* | | | | | | | | | gitRepo: 2.3 -> 2.4.1Michael Weiss2020-02-25
| | | | | | | | | |
* | | | | | | | | | cpp-utilities: patch upstream issue 18 (#80014)Doron Behar2020-02-25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | See https://github.com/Martchus/cpp-utilities/issues/18
* | | | | | | | | | pythonPackages.ansible-lint: disable for python2Jonathan Ringer2020-02-25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | raumel.yaml is not importable, which makes pip fail during installation
* | | | | | | | | | python27Packages.flask-babelex: 0.9.3 -> 0.9.4R. RyanTM2020-02-25
| | | | | | | | | |
* | | | | | | | | | Merge pull request #80748 from r-ryantm/auto-update/tracMarek Mahut2020-02-25
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | trac: 1.4 -> 1.4.1
| * | | | | | | | | | trac: 1.4 -> 1.4.1R. RyanTM2020-02-21
| | | | | | | | | | |
* | | | | | | | | | | Merge pull request #79067 from strager/chatterino2-darwinDaiderd Jordan2020-02-25
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | chatterino2: fix install on macOS
| * | | | | | | | | | | chatterino2: fix: Could not find the Qt platform plugin "cocoa" in ""Matthew Glazar2020-02-01
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | wrapQtAppsHook ignores Mach-O binaries [1]. Additionally, wrapQtAppsHook doesn't look inside $out/Applications [2], which is where chatterino2 is installed. This means chatterino2 for Darwin/macOS is not wrapped properly, causing the following error when launched: > qt.qpa.plugin: Could not find the Qt platform plugin "cocoa" in "" > > This application failed to start because no Qt platform plugin could > be initialized. Reinstalling the application may fix this problem. On macOS, explicitly wrap chatterino2's executable. [1] pkgs/development/libraries/qt-5/hooks/wrap-qt-apps-hook.sh line 85 [2] pkgs/development/libraries/qt-5/hooks/wrap-qt-apps-hook.sh line 76
| * | | | | | | | | | | chatterino2: fix install on macOSMatthew Glazar2020-02-01
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | On Darwin/macOS, chatterino2's install phase copies no files into the output. `make install` does not copy chatterino2.app. Copy the .app manually, fixing the installation. With this patch, chatterino2 almost works on macOS. Issue #42893 applies, so to make chatterino2 work, you must install qtbase in your environment. For example: $ nix-env -iA nixpkgs.qt5.qtbase $ open ~/.nix-profile/Applications/chatterino.app
* | | | | | | | | | | | ocamlPackages.pgocaml_ppx: init at 4.0Vincent Laporte2020-02-25
| |_|_|/ / / / / / / / |/| | | | | | | | | |
* | | | | | | | | | | Merge pull request #80989 from snicket2100/siege-4.0.5Mario Rodas2020-02-24
|\ \ \ \ \ \ \ \ \ \ \ | |_|_|_|/ / / / / / / |/| | | | | | | | | | siege: 4.0.4 -> 4.0.5
| * | | | | | | | | | siege: 4.0.4 -> 4.0.5snicket21002020-02-24
| | | | | | | | | | |
* | | | | | | | | | | Merge pull request #80657 from brettlyons/patch-1Timo Kaufmann2020-02-25
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | vimPlugins.notational-fzf-vim: patch plugin to fix missing runtime dependency
| * | | | | | | | | | | vimPlugins.notational-fzf-vim: Fix missing runtime depsBrett Lyons2020-02-23
| | | | | | | | | | | |
* | | | | | | | | | | | Merge pull request #80888 from rnhmjoj/jinja2Michele Guerini Rocco2020-02-25
|\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | python2Packages.jinja2: disable tests on 32bit systems
| * | | | | | | | | | | | python2Packages.jinja2: disable tests on 32bit systemsrnhmjoj2020-02-24
| | | | | | | | | | | | |
* | | | | | | | | | | | | nix-plugins: Build against default nix.Shea Levy2020-02-24
| |_|_|_|_|/ / / / / / / |/| | | | | | | | | | |
* | | | | | | | | | | | Merge pull request #80985 from worldofpeace/perl-packages-no-old-opensslworldofpeace2020-02-24
|\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | perl-packages: don't use openssl_1_0_2