-
-
Notifications
You must be signed in to change notification settings - Fork 104
Comparing changes
Open a pull request
base repository: NixOS/nixpkgs-channels
base: d994f1cfd4d9
head repository: NixOS/nixpkgs-channels
compare: 651414234847
Commits on Aug 21, 2018
-
patchelf: 0.10-pre-20180108 -> 0.10-pre-20180509, minor touchup
Useful update-- adds support for accepting multiple files as arguments and fixes handling of large executables (>2Gb). While touching this, modify version to include more info. Preserving version format previously used, although not usual style.
Configuration menu - View commit details
-
Copy full SHA for e128719 - Browse repository at this point
Copy the full SHA e128719View commit details
Commits on Aug 22, 2018
-
patchelfUnstable: disable tests on Darwin since they've long failed
Bit of context/discussion: NixOS/nixpkgs#45449 (comment)
Configuration menu - View commit details
-
Copy full SHA for 7bf9b42 - Browse repository at this point
Copy the full SHA 7bf9b42View commit details
Commits on Sep 28, 2018
-
Configuration menu - View commit details
-
Copy full SHA for ddeeade - Browse repository at this point
Copy the full SHA ddeeadeView commit details -
linuxPackages.jool: 3.5.7 -> unstable-20180706 (#47284)
3.5.7 doesn't build with kernel 4.14.71. Needs most recent upstream revision to build, which supports kernels up to 4.17.
Configuration menu - View commit details
-
Copy full SHA for f0e4b31 - Browse repository at this point
Copy the full SHA f0e4b31View commit details -
Add ssh backdoor to VM tests infrastructure.
Thanks to @dezgeg for prototype implementation, I've cleaned it up and added documentation.
Configuration menu - View commit details
-
Copy full SHA for d6e3db4 - Browse repository at this point
Copy the full SHA d6e3db4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 50636fd - Browse repository at this point
Copy the full SHA 50636fdView commit details -
Configuration menu - View commit details
-
Copy full SHA for f14d4ba - Browse repository at this point
Copy the full SHA f14d4baView commit details -
retroshare: mark as broken (#47350)
Broken by libupnp: 1.6.21 -> 1.8.3 (#41684).
Configuration menu - View commit details
-
Copy full SHA for eeac44c - Browse repository at this point
Copy the full SHA eeac44cView commit details -
Merge pull request #45449 from dtzWill/update/patchelf-0.10-pre-2018-…
…05-09 patchelf: 0.10-pre-20180108 -> 0.10-pre-20180509, minor touchup
Configuration menu - View commit details
-
Copy full SHA for 487f7f4 - Browse repository at this point
Copy the full SHA 487f7f4View commit details -
Configuration menu - View commit details
-
Copy full SHA for c917407 - Browse repository at this point
Copy the full SHA c917407View commit details -
systemd: don't restart user-runtime-dir@ on upgrades
Likewise logind we should not try to restart this service after upgrade, the user's current session depends on it.
Configuration menu - View commit details
-
Copy full SHA for aa69bb5 - Browse repository at this point
Copy the full SHA aa69bb5View commit details -
Merge pull request #47462 from Mic92/fix-logind-user-temp
systemd: don't restart user-runtime-dir@ on upgrades
Configuration menu - View commit details
-
Copy full SHA for 1d65e47 - Browse repository at this point
Copy the full SHA 1d65e47View commit details -
systemd: Replace meta.available checks
This sort of code breaks config.{allowBroken, allowUnsupportedSystem} = true by making them do unpredictable things.
Configuration menu - View commit details
-
Copy full SHA for fe7919f - Browse repository at this point
Copy the full SHA fe7919fView commit details -
nix: Replace meta.available checks
This sort of code breaks config.{allowBroken, allowUnsupportedSystem} = true by making them do unpredictable things.
Configuration menu - View commit details
-
Copy full SHA for cdeafe7 - Browse repository at this point
Copy the full SHA cdeafe7View commit details -
apparmor: Replace meta.available checks
This sort of code breaks config.{allowBroken, allowUnsupportedSystem} = true by making them do unpredictable things.
Configuration menu - View commit details
-
Copy full SHA for 50d0360 - Browse repository at this point
Copy the full SHA 50d0360View commit details -
treewide: Replace meta.available checks in
shouldUsePackages
copypastaThis reverts commit 79d8353. This sort of code breaks config.{allowBroken, allowUnsupportedSystem} = true by making them do unpredictable things.
Configuration menu - View commit details
-
Copy full SHA for 5e84926 - Browse repository at this point
Copy the full SHA 5e84926View commit details -
ghc: Replace meta.available checks for enableIntegerSimple
This sort of code breaks config.{allowBroken, allowUnsupportedSystem} = true by making them do unpredictable things.
Configuration menu - View commit details
-
Copy full SHA for f4dd2fe - Browse repository at this point
Copy the full SHA f4dd2feView commit details -
nixos/kexec: Replace meta.available checks
This sort of code breaks config.{allowBroken, allowUnsupportedSystem} = true by making them do unpredictable things.
Configuration menu - View commit details
-
Copy full SHA for 599c4df - Browse repository at this point
Copy the full SHA 599c4dfView commit details -
Merge pull request #47459 from Gerschtli/update/flask-sqlalchemy
pythonPackages.flask_sqlalchemy: 2.1 -> 2.3.2
Configuration menu - View commit details
-
Copy full SHA for 6ef8d96 - Browse repository at this point
Copy the full SHA 6ef8d96View commit details -
Merge pull request #47460 from Gerschtli/add/flask-jwt-extended
pythonPackages.flask-jwt-extended: init at 3.13.1
Configuration menu - View commit details
-
Copy full SHA for eabaf4e - Browse repository at this point
Copy the full SHA eabaf4eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 82cafa4 - Browse repository at this point
Copy the full SHA 82cafa4View commit details -
nixos/kexec: Fix typo in meta.platforms
Evaluation error introduced in 599c4df. There is only a "platformS" attribute in kexectools.meta, so let's use this and from the code in the kexec module it operates on a list, matching the corresponding platforms, so this seems to be the attribute the original author intended. Tested by building nixos/tests/kexec.nix on x86_64-linux and while it evaluates now, the test still fails by timing out shortly after the kexec: machine: waiting for the VM to finish booting machine# Cannot find the ESP partition mount point. This however seems to be an unrelated issue and was also the case before the commit mentioned above. Signed-off-by: aszlig <aszlig@nix.build> Cc: @edolstra, @dezgeg
Configuration menu - View commit details
-
Copy full SHA for fd8bca4 - Browse repository at this point
Copy the full SHA fd8bca4View commit details -
ghcjs-*: Expose the version of GHC used
This is more meaningful than the GHCJS version for most tasks.
Configuration menu - View commit details
-
Copy full SHA for d892f1a - Browse repository at this point
Copy the full SHA d892f1aView commit details -
Merge pull request #47487 from obsidiansystems/ghcjs-ghc-version
ghcjs-*: Expose the version of GHC used
Configuration menu - View commit details
-
Copy full SHA for 6514142 - Browse repository at this point
Copy the full SHA 6514142View commit details
There are no files selected for viewing