-
-
Notifications
You must be signed in to change notification settings - Fork 104
Comparing changes
Open a pull request
base repository: NixOS/nixpkgs-channels
base: 1655945eb7e0
head repository: NixOS/nixpkgs-channels
compare: 9638d85ff6b4
Commits on Jun 8, 2019
-
nixos/desktop-managers/xterm: Defaults to xserver's state
This enhances #61423, which removed the gating of desktop-managers from being linked to the xserver's state. This, though, brought in xterm into all systems, even those without X servers. This change sets the *default* of the xterm desktop-manager to the state of the xserver, keeping it enabled by default as a sane fallback. The xterm desktop-manager can still be enabled or disabled as needed, without it being affected by xserver's state.
Configuration menu - View commit details
-
Copy full SHA for fd0f8ad - Browse repository at this point
Copy the full SHA fd0f8adView commit details
Commits on Jun 15, 2019
-
Configuration menu - View commit details
-
Copy full SHA for adc6290 - Browse repository at this point
Copy the full SHA adc6290View commit details -
sd-image-aarch64: Allows early modesetting for the Raspberry Pi
This will reduce the confusion at boot, where the only thing visible is the last message from u-boot; where it looks like the Raspberry Pi is hung, while in reality it's likely resizing partitions.
Configuration menu - View commit details
-
Copy full SHA for 390f207 - Browse repository at this point
Copy the full SHA 390f207View commit details -
sd-image-aarch64: Allows early modesetting for Allwinner boards
This will reduce the confusion at boot, where the only thing visible is the last message from u-boot; where it looks like the board is hung, while in reality it's likely resizing partitions.
Configuration menu - View commit details
-
Copy full SHA for 5d92d16 - Browse repository at this point
Copy the full SHA 5d92d16View commit details
Commits on Jun 16, 2019
-
sd-image: Moves
/boot
into rootfsThe current FAT32 partition is kept as it is required for the Raspberry Pi family of hardware. It is where the firmware is kept. The partition is kept bootable, and the boot files kept in there until the following commits, to keep all commits of this series individually bootable.
Configuration menu - View commit details
-
Copy full SHA for 6e9e78b - Browse repository at this point
Copy the full SHA 6e9e78bView commit details -
make-ext4-fs: Allows populating with custom files
This will allow adding /boot files to the rootfs.
Configuration menu - View commit details
-
Copy full SHA for a0aff40 - Browse repository at this point
Copy the full SHA a0aff40View commit details -
Configuration menu - View commit details
-
Copy full SHA for 53884e1 - Browse repository at this point
Copy the full SHA 53884e1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8634d57 - Browse repository at this point
Copy the full SHA 8634d57View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1843e00 - Browse repository at this point
Copy the full SHA 1843e00View commit details -
sd-image: Pull less slack in the image by accounting for slack
The slack, seemingly, accounted for more than the minimum required for slack plus the two partitions. This change makes the gap a somewhat abstracted amount, but is not configurable within the derivation.
Configuration menu - View commit details
-
Copy full SHA for c113c09 - Browse repository at this point
Copy the full SHA c113c09View commit details -
sd-image: Adds removed options for removed options
This will keep configuration configuring the size of the /boot partition still build, while showing the deprecation warning. In 99.9% of cases I assume ignoring the configuration is better, as the sd-image builder already is pretty opinionated in that matter.
Configuration menu - View commit details
-
Copy full SHA for 288118c - Browse repository at this point
Copy the full SHA 288118cView commit details
Commits on Jun 17, 2019
-
Christian Kauhaus committed
Jun 17, 2019 Configuration menu - View commit details
-
Copy full SHA for 99bade5 - Browse repository at this point
Copy the full SHA 99bade5View commit details -
python37Packages.cassandra-driver: 3.17.1 -> 3.18.0
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/python3.7-cassandra-driver/versions
Configuration menu - View commit details
-
Copy full SHA for c621f19 - Browse repository at this point
Copy the full SHA c621f19View commit details
Commits on Jun 18, 2019
-
nixos/cassandra: use cassandra's default cluster name "Test Cluster"
The change to "NixOS Test Cluster" in #59179 broke startup of existing clusters that used the previously-default cluster name "Test Cluster": ERROR 23:00:47 Fatal exception during initialization org.apache.cassandra.exceptions.ConfigurationException: Saved cluster name Test Cluster != configured name NixOS Test Cluster Fixes #63388.
Configuration menu - View commit details
-
Copy full SHA for a476b9b - Browse repository at this point
Copy the full SHA a476b9bView commit details -
elmPackages.{elm-test,elm-analyse..}: tooling additions and fixes
Extends the number of available tools for Elm language. 1. fix and move "elm-test" Previously located in nodePackages.elm-test but broken (see binwrap info). Now fixed and located in elmPackages.elm-test 2. add "elm-verify-examples" Generate tests from documentation examples 3. add "elm-upgrade" upgrade assistant using statical analysis 4. add "elm-analyse" static analysis for elm code (linter) 5. move "elm-doc-preview" originally located in nodePackages.elm-upgrade - moved for consistency 6. add "elmi-to-json" transforms elmi files to json - used by other tools like elm-test and elm-verify-examples Node.js based dependencies are defined the same way as nodePackages contaparts but are independent (has it's own packages.json) patch-binwrap.nix is used to as a replacement for binwrap package used by some nodejs dependencies that depends on Haskell binaries (elm-test and elm-verify-examples). BREAKING CHANGE =============== elm-doc-preview (as well as broken elm-test) is now commented in `node-packages-v10.json` and should be removed once new nix-expressions for node10 are generated (out of scope of this PR) There are still 2 outstanding elm related packages in nodePackages 1. elm-oracle - legacy package which is not compatible with elm 0.19 2. elm-live - should be moved in the future I think
Configuration menu - View commit details
-
Copy full SHA for a97986a - Browse repository at this point
Copy the full SHA a97986aView commit details -
Configuration menu - View commit details
-
Copy full SHA for d89ed88 - Browse repository at this point
Copy the full SHA d89ed88View commit details
Commits on Jun 19, 2019
-
Configuration menu - View commit details
-
Copy full SHA for c932a4d - Browse repository at this point
Copy the full SHA c932a4dView commit details -
Configuration menu - View commit details
-
Copy full SHA for bf36d56 - Browse repository at this point
Copy the full SHA bf36d56View commit details
Commits on Jun 20, 2019
-
Security release fixing CVE-2019-12435 & CVE-2019-12436
Configuration menu - View commit details
-
Copy full SHA for cd24ce1 - Browse repository at this point
Copy the full SHA cd24ce1View commit details -
Configuration menu - View commit details
-
Copy full SHA for bc109b1 - Browse repository at this point
Copy the full SHA bc109b1View commit details
Commits on Jun 21, 2019
-
Configuration menu - View commit details
-
Copy full SHA for f8cf9de - Browse repository at this point
Copy the full SHA f8cf9deView commit details -
Johan Thomsen committed
Jun 21, 2019 Configuration menu - View commit details
-
Copy full SHA for e62883d - Browse repository at this point
Copy the full SHA e62883dView commit details -
Johan Thomsen committed
Jun 21, 2019 Configuration menu - View commit details
-
Copy full SHA for 1fd9ac6 - Browse repository at this point
Copy the full SHA 1fd9ac6View commit details -
Configuration menu - View commit details
-
Copy full SHA for b40a38f - Browse repository at this point
Copy the full SHA b40a38fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5e26875 - Browse repository at this point
Copy the full SHA 5e26875View commit details
Commits on Jun 22, 2019
-
Revert "Remove amdadlsdk and amdappsdk."
This reverts commit 08ea7c7. This was a part of #61823. Firstly, that commit removed those attributes without removing the files they refer to, which is strange. Secondly, I have a very old but GPGPU-capabale AMD card which doesn't work with newer OpenCL infrastructure and hence needs these packages to do GPGPU.
Configuration menu - View commit details
-
Copy full SHA for c42f378 - Browse repository at this point
Copy the full SHA c42f378View commit details -
pythonPackages.hdbscan: fix build by removing upstream patch, adding …
…joblib joblib is for the benefit of py27, whose scikitlearn doesn't include it. also move cython to nativeBuildInputs
Configuration menu - View commit details
-
Copy full SHA for 8008954 - Browse repository at this point
Copy the full SHA 8008954View commit details -
- Fixs for newly introduced bin/bash hardcoded reference - Bazel now references `remote_java_tools_xxx` which contains prebuilt binaries. We prefetch them, fix them, and force bazel to use the fixed repository. It also closes #63096
Configuration menu - View commit details
-
Copy full SHA for ba327a5 - Browse repository at this point
Copy the full SHA ba327a5View commit details -
bazel: restore installCheckPhase
All the dependencies of this phase are prefetched and provided to the bazel environment using --override_repository.
Configuration menu - View commit details
-
Copy full SHA for 7fed6ea - Browse repository at this point
Copy the full SHA 7fed6eaView commit details -
Configuration menu - View commit details
-
Copy full SHA for 27d4ce7 - Browse repository at this point
Copy the full SHA 27d4ce7View commit details -
udevadm should not run as part of make install
Configuration menu - View commit details
-
Copy full SHA for 3f79ede - Browse repository at this point
Copy the full SHA 3f79edeView commit details
Commits on Jun 23, 2019
-
qttools: patch qmlimportscanner for darwin builds
This needs to be the full path for qtmacdeploy to work. We add ${qt5.qttools.dev}/bin/qmlimportscanner as the default. Fixes #63093
Configuration menu - View commit details
-
Copy full SHA for 79c0e74 - Browse repository at this point
Copy the full SHA 79c0e74View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7c0c888 - Browse repository at this point
Copy the full SHA 7c0c888View commit details -
Configuration menu - View commit details
-
Copy full SHA for d20379a - Browse repository at this point
Copy the full SHA d20379aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0d461a7 - Browse repository at this point
Copy the full SHA 0d461a7View commit details -
Signed-off-by: Michal Minář <mic.liamg@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 5864dfb - Browse repository at this point
Copy the full SHA 5864dfbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 79d72cc - Browse repository at this point
Copy the full SHA 79d72ccView commit details -
Fix overrideCC invokations for cross builds
`overrideCC` should always take a compiler for the build system, otherwise cross compilation is not possible.
Configuration menu - View commit details
-
Copy full SHA for 3a7bb25 - Browse repository at this point
Copy the full SHA 3a7bb25View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0be4e0c - Browse repository at this point
Copy the full SHA 0be4e0cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6389a0a - Browse repository at this point
Copy the full SHA 6389a0aView commit details -
Running the following expression with nix-shell: let pkgs = import <nixpkgs> {}; shell1 = pkgs.mkShell { shellHook = '' echo shell1 ''; }; shell2 = pkgs.mkShell { shellHook = '' echo shell2 ''; }; shell3 = pkgs.mkShell { inputsFrom = [ shell1 shell2 ]; shellHook = '' echo shell3 ''; }; in shell3 Will now results in: shell2 shell1 shell3 Note that packages in the front of inputsFrom have precedence over packages in the back. The outermost mkShell has precedence over all.
Configuration menu - View commit details
-
Copy full SHA for 76ef802 - Browse repository at this point
Copy the full SHA 76ef802View commit details -
mergeInputs is now simply defined in terms of `concatLists` and `catAttrs` instead of a more complicated `foldr`. Note that the order of PATH has also changed. For example running the following with nix-shell: let pkgs = import <nixpkgs> {}; shell1 = pkgs.mkShell { buildInputs = [ pkgs.htop ]; }; shell2 = pkgs.mkShell { buildInputs = [ pkgs.hello ]; }; shell3 = pkgs.mkShell { inputsFrom = [ shell1 shell2 ]; buildInputs = [ pkgs.tree ]; }; in shell3 Results in the following PATH: $ echo $PATH ... /nix/store/yifq4bikf7m07160bpia7z48ciqddbfi-tree-1.8.0/bin: /nix/store/vhxqk81234ivqw1a7j200a1c69k8mywi-htop-2.2.0/bin: /nix/store/n9vm3m58y1n3rg3mlll17wanc9hln58k-hello-2.10/bin ... Previously the order was: /nix/store/n9vm3m58y1n3rg3mlll17wanc9hln58k-hello-2.10/bin /nix/store/vhxqk81234ivqw1a7j200a1c69k8mywi-htop-2.2.0/bin: /nix/store/yifq4bikf7m07160bpia7z48ciqddbfi-tree-1.8.0/bin: I think the new order makes more sense because it allows to override the PATH in the outermost mkShell.
Configuration menu - View commit details
-
Copy full SHA for cee3573 - Browse repository at this point
Copy the full SHA cee3573View commit details -
The team behind ksonnet was aquired by VMware, and they decided to end work on ksonnet: From https://blogs.vmware.com/cloudnative/2019/02/05/welcoming-heptio-open-source-projects-to-vmware: > Prior to the acquisition, Heptio had been shifting focus and resources > away from ksonnet; with the acquisition, we felt it was the right time > to rethink our investment in ksonnet. As a result, work on ksonnet will > end and the GitHub repositories will be archived. It’s extremely > difficult to step back from a project we have worked so hard on, but > we’re excited about our new ideas and vision for changing how developers > experience the Kubernetes and cloud native ecosystems.
Configuration menu - View commit details
-
Copy full SHA for 9635646 - Browse repository at this point
Copy the full SHA 9635646View commit details -
Merge pull request #63350 from r-ryantm/auto-update/python3.7-cassand…
…ra-driver python37Packages.cassandra-driver: 3.17.1 -> 3.18.0
Configuration menu - View commit details
-
Copy full SHA for 73d5c7e - Browse repository at this point
Copy the full SHA 73d5c7eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2933681 - Browse repository at this point
Copy the full SHA 2933681View commit details -
Merge pull request #63698 from tobim/overrideCC-buildPackages
Fix misuses of overrideCC
Configuration menu - View commit details
-
Copy full SHA for 852d81d - Browse repository at this point
Copy the full SHA 852d81dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7720379 - Browse repository at this point
Copy the full SHA 7720379View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4e22fe4 - Browse repository at this point
Copy the full SHA 4e22fe4View commit details -
qt5.12: patch to work on x86_64-darwin
unfortunately, some private headers making the logging hard to handle. Specifically, os/activity.h that is included does not match what Qt5 is expected. This removes the activity logging (while keeping the other logging methods) on macOS. Fixes #63528
Configuration menu - View commit details
-
Copy full SHA for 4c3e09b - Browse repository at this point
Copy the full SHA 4c3e09bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 758712c - Browse repository at this point
Copy the full SHA 758712cView commit details
There are no files selected for viewing