-
-
Notifications
You must be signed in to change notification settings - Fork 104
Comparing changes
Open a pull request
base repository: NixOS/nixpkgs-channels
base: 3947b88389d8
head repository: NixOS/nixpkgs-channels
compare: 2f9fc897eb30
- 14 commits
- 18 files changed
- 13 contributors
Commits on Oct 24, 2018
-
python36Packages.django_classytags: 0.6.1 -> 0.8.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.6-django-classy-tags/versions
Configuration menu - View commit details
-
Copy full SHA for 5ae13d4 - Browse repository at this point
Copy the full SHA 5ae13d4View commit details -
truecrypt: remove and alias to veracrypt
TrueCrypt has been retired for a while now and the source archive we pointed to is gone. Moreover the VeraCrypt fork is available, maintained and fixes issues previous audits found in TrueCrypt.
Configuration menu - View commit details
-
Copy full SHA for b47fccf - Browse repository at this point
Copy the full SHA b47fccfView commit details -
Removed the wxGUI switch because it was never working. To build VeraCrypt text-only you still need wxGTK _and_ you need to rebuild wxGTK without GUI too... Moreover, the normal build provides both GUI and text-only interfaces so it is already usable in pure CLI contexts.
Configuration menu - View commit details
-
Copy full SHA for ce67a63 - Browse repository at this point
Copy the full SHA ce67a63View commit details
Commits on Oct 29, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 2cf654a - Browse repository at this point
Copy the full SHA 2cf654aView commit details -
bundlerApp: take buildInputs (#45435)
It would be reasonable to have a Ruby program that depends on some other program being in the PATH. In this case, the obvious thing to do would be something like this: bundlerApp { # ... buildInputs = [ makeWrapper ]; postBuild = '' wrapProgram "$out/bin/foo" \ --prefix PATH : ${lib.makeBinPath [ dep ]} ''; } However, this doesn't work, because even though it just forwards most of its arguments to `runCommand`, `bundlerApp` won't take a `buildInputs` parameter. It doesn't even specify its own `buildInputs`, which means that the `scripts` parameter to `bundlerApp` (which depends on `makeWrapper`) is completely broken, and, as far as I can tell, has been since its inception. I've added a `makeWrapper` build input if the scripts parameter is present to fix this. I've added a `buildInputs` option to `bundlerApp`. It's also passed through to bundled-common because `postBuild` scripts are run there as well. This actually means that in this example we'd end up going through two layers of wrappers (one from `bundlerApp` and one from bundled-common), but that has always been the case and isn't likely to break anything. That oddity does suggest that it might be prudent to not forward `postBuild` to bundled-common (or to at least use a different option) though... FWIW, as far as I can tell no package in nixpkgs uses either the `scripts` or `postBuild` options to `bundlerApp`.
Configuration menu - View commit details
-
Copy full SHA for 69dcb1a - Browse repository at this point
Copy the full SHA 69dcb1aView commit details -
Merge pull request #49425 from tuxinaut/master
vim-plugins/iceberg: init at 2018-10-18
Configuration menu - View commit details
-
Copy full SHA for 3a432b5 - Browse repository at this point
Copy the full SHA 3a432b5View commit details -
Configuration menu - View commit details
-
Copy full SHA for e1ff8dc - Browse repository at this point
Copy the full SHA e1ff8dcView commit details -
Merge pull request #49074 from c0bw3b/pkg/veracrypt
veracrypt: 1.22 -> 1.23 / truecrypt: remove and alias to veracrypt
Configuration menu - View commit details
-
Copy full SHA for 21a7ca7 - Browse repository at this point
Copy the full SHA 21a7ca7View commit details -
Merge pull request #49003 from r-ryantm/auto-update/python3.6-django-…
…classy-tags python36Packages.django_classytags: 0.6.1 -> 0.8.0
Configuration menu - View commit details
-
Copy full SHA for 2be2864 - Browse repository at this point
Copy the full SHA 2be2864View commit details -
Configuration menu - View commit details
-
Copy full SHA for 89c09d7 - Browse repository at this point
Copy the full SHA 89c09d7View commit details -
Configuration menu - View commit details
-
Copy full SHA for e96d14d - Browse repository at this point
Copy the full SHA e96d14dView commit details
Commits on Oct 30, 2018
-
Configuration menu - View commit details
-
Copy full SHA for d837fe6 - Browse repository at this point
Copy the full SHA d837fe6View commit details -
dmrconfig: 2018-10-20 -> 2018-10-29 (#49419)
Support for more devices were added.
Configuration menu - View commit details
-
Copy full SHA for b804091 - Browse repository at this point
Copy the full SHA b804091View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2f9fc89 - Browse repository at this point
Copy the full SHA 2f9fc89View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff 3947b88389d8...2f9fc897eb30