-
-
Notifications
You must be signed in to change notification settings - Fork 104
Comparing changes
Open a pull request
base repository: NixOS/nixpkgs-channels
base: 168d1031af49
head repository: NixOS/nixpkgs-channels
compare: 98e3b90b6c8f
Commits on May 16, 2019
-
audit: Fix build with pkgsMusl.
The previous patches no longer applied to the current code. Also declare necessary autoconf, automake, libtool dependencies. Without them, the musl build gets: /build/audit-2.8.5/missing: line 81: aclocal-1.16: command not found configure.ac:16: warning: macro 'AM_PROG_LIBTOOL' not found in library sh: autom4te: not found
Configuration menu - View commit details
-
Copy full SHA for bb04ef5 - Browse repository at this point
Copy the full SHA bb04ef5View commit details
Commits on May 18, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 5251cbb - Browse repository at this point
Copy the full SHA 5251cbbView commit details
Commits on May 22, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 1aba791 - Browse repository at this point
Copy the full SHA 1aba791View commit details -
Configuration menu - View commit details
-
Copy full SHA for f397dda - Browse repository at this point
Copy the full SHA f397ddaView commit details
Commits on May 27, 2019
-
Stable URLs are only provided for older versions.
Configuration menu - View commit details
-
Copy full SHA for bd95c91 - Browse repository at this point
Copy the full SHA bd95c91View commit details -
tetra-gtk-theme: 201905 -> 201905r1
- Rename to adementary-theme, following upstream - Update to version 201905r1
Configuration menu - View commit details
-
Copy full SHA for b2ccf38 - Browse repository at this point
Copy the full SHA b2ccf38View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8ce93e2 - Browse repository at this point
Copy the full SHA 8ce93e2View commit details
Commits on May 30, 2019
-
When calling reload, bird attempts to reload the file that was given in the command line. As the change of ${configFile} is never picked up, bird will just reload the old file. This way, the configuration is placed at a known location and updated.
Configuration menu - View commit details
-
Copy full SHA for 672495d - Browse repository at this point
Copy the full SHA 672495dView commit details
Commits on May 31, 2019
-
libfilezilla: 0.13.0 -> 0.16.0
* pname * deps * try tests, disable due to failure
Configuration menu - View commit details
-
Copy full SHA for 7ad8872 - Browse repository at this point
Copy the full SHA 7ad8872View commit details -
Configuration menu - View commit details
-
Copy full SHA for 971bea9 - Browse repository at this point
Copy the full SHA 971bea9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9ecdc72 - Browse repository at this point
Copy the full SHA 9ecdc72View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6a1ade5 - Browse repository at this point
Copy the full SHA 6a1ade5View commit details
Commits on Jun 1, 2019
-
filezilla: add wrapper to set necessary FZ_DATADIR
Filezilla fails to start currently, with the following message being shown in a lone dialog before the program exits: > Could not find the resource files for FileZilla, closing FileZilla. > You can set the data directory of FileZilla using the '--datadir > <custompath>' commandline option or by setting the FZ_DATADIR > environment variable. This commit adds a wrapper for the filezilla binary to set the environment variable to the package root, which fixes the issue.
Configuration menu - View commit details
-
Copy full SHA for 61940b8 - Browse repository at this point
Copy the full SHA 61940b8View commit details -
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/cfr/versions
Configuration menu - View commit details
-
Copy full SHA for 723d16a - Browse repository at this point
Copy the full SHA 723d16aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 25a89d0 - Browse repository at this point
Copy the full SHA 25a89d0View commit details -
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/gzdoom/versions
Configuration menu - View commit details
-
Copy full SHA for ebcf546 - Browse repository at this point
Copy the full SHA ebcf546View commit details -
git-quick-stats: init at 2.0.8
Kierán Meinhardt committedJun 1, 2019 Configuration menu - View commit details
-
Copy full SHA for 59dce9c - Browse repository at this point
Copy the full SHA 59dce9cView commit details
Commits on Jun 2, 2019
-
kdevelop-pg-qt: 2.1.0 -> 2.2.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/kdevelop-pg-qt/versions
Configuration menu - View commit details
-
Copy full SHA for 5309a54 - Browse repository at this point
Copy the full SHA 5309a54View commit details -
Configuration menu - View commit details
-
Copy full SHA for bd89694 - Browse repository at this point
Copy the full SHA bd89694View commit details -
The languages and maps directories are submodules, and are not included in tarballs downloaded from GitHub. This results in an English-only game that can't run a server.
Configuration menu - View commit details
-
Copy full SHA for 356938c - Browse repository at this point
Copy the full SHA 356938cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0fb0238 - Browse repository at this point
Copy the full SHA 0fb0238View commit details -
Configuration menu - View commit details
-
Copy full SHA for d56d324 - Browse repository at this point
Copy the full SHA d56d324View commit details -
Configuration menu - View commit details
-
Copy full SHA for f24efd3 - Browse repository at this point
Copy the full SHA f24efd3View commit details -
pythonPackages.gprof2dot: remove linux platform restriction
appears to work on darwin
Configuration menu - View commit details
-
Copy full SHA for 3c79c31 - Browse repository at this point
Copy the full SHA 3c79c31View commit details
Commits on Jun 3, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 1ae9db2 - Browse repository at this point
Copy the full SHA 1ae9db2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 347bf16 - Browse repository at this point
Copy the full SHA 347bf16View commit details -
Configuration menu - View commit details
-
Copy full SHA for 99c0867 - Browse repository at this point
Copy the full SHA 99c0867View commit details
Commits on Jun 4, 2019
-
freerdp: add nocaps option that turns Caps Lock into Control
Elmo Todurov committedJun 4, 2019 Configuration menu - View commit details
-
Copy full SHA for 52208c3 - Browse repository at this point
Copy the full SHA 52208c3View commit details -
iperf2: make binary symlink & prioritize iperf3
If both are in the environment, iperf3 should be used as `bin/iperf` by default, for more consistency.
Configuration menu - View commit details
-
Copy full SHA for ff13282 - Browse repository at this point
Copy the full SHA ff13282View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8cc768b - Browse repository at this point
Copy the full SHA 8cc768bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9d127b7 - Browse repository at this point
Copy the full SHA 9d127b7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 49ddc4e - Browse repository at this point
Copy the full SHA 49ddc4eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0fc454c - Browse repository at this point
Copy the full SHA 0fc454cView commit details
Commits on Jun 5, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 1420e7d - Browse repository at this point
Copy the full SHA 1420e7dView commit details
Commits on Jun 6, 2019
-
libblockdev: add gptfdisk as a dependency
This fixes #62749 (sgdisk needed for creating luks-encrypted ext4 volumes via udisk2).
Configuration menu - View commit details
-
Copy full SHA for c0f8a9f - Browse repository at this point
Copy the full SHA c0f8a9fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5278760 - Browse repository at this point
Copy the full SHA 5278760View commit details -
keychain: Add long description
Copied from the project home page today.
Configuration menu - View commit details
-
Copy full SHA for a2d3873 - Browse repository at this point
Copy the full SHA a2d3873View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0b37cf8 - Browse repository at this point
Copy the full SHA 0b37cf8View commit details -
nixos/tests/docker-tools: check layer sharing with buildLayeredImage
Adapted from grahamc's blog post on layered Docker images in Nix: https://grahamc.com/blog/nix-and-layered-docker-images
Configuration menu - View commit details
-
Copy full SHA for 3b0d5b5 - Browse repository at this point
Copy the full SHA 3b0d5b5View commit details
Commits on Jun 7, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 87d266f - Browse repository at this point
Copy the full SHA 87d266fView commit details -
Configuration menu - View commit details
-
Copy full SHA for ae67c00 - Browse repository at this point
Copy the full SHA ae67c00View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1bb093e - Browse repository at this point
Copy the full SHA 1bb093eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 367dfad - Browse repository at this point
Copy the full SHA 367dfadView commit details -
tor-browser-bundle: 8.5 -> 8.5.1, security fix!
I think the source variant needs special handling, sorry.
Configuration menu - View commit details
-
Copy full SHA for 88dc069 - Browse repository at this point
Copy the full SHA 88dc069View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5ff9102 - Browse repository at this point
Copy the full SHA 5ff9102View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2fcdf4a - Browse repository at this point
Copy the full SHA 2fcdf4aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4c127d4 - Browse repository at this point
Copy the full SHA 4c127d4View commit details -
Merge pull request #62449 from r-ryantm/auto-update/kdevelop-pg-qt
kdevelop-pg-qt: 2.1.0 -> 2.2.0
Configuration menu - View commit details
-
Copy full SHA for 7558624 - Browse repository at this point
Copy the full SHA 7558624View commit details -
esniper: update to latest git revision "Version_2_35_0-15-g91d2665"
The latest release no longer works.
Configuration menu - View commit details
-
Copy full SHA for 3a64e98 - Browse repository at this point
Copy the full SHA 3a64e98View commit details -
Merge pull request #62431 from r-ryantm/auto-update/gzdoom
gzdoom: 4.0.0 -> 4.1.2
Configuration menu - View commit details
-
Copy full SHA for 0e54f49 - Browse repository at this point
Copy the full SHA 0e54f49View commit details
There are no files selected for viewing