-
-
Notifications
You must be signed in to change notification settings - Fork 104
Comparing changes
Open a pull request
base repository: NixOS/nixpkgs-channels
base: 1d65e473e705
head repository: NixOS/nixpkgs-channels
compare: e502c72773e5
Commits on Sep 25, 2018
-
Undefined symbols for architecture x86_64: "_MPCreateSemaphore", referenced from: FX::FXSemaphore::FXSemaphore(int) in FXThread.o FX::FXSemaphore::FXSemaphore(int) in FXThread.o "_MPDeleteSemaphore", referenced from: FX::FXSemaphore::~FXSemaphore() in FXThread.o FX::FXSemaphore::~FXSemaphore() in FXThread.o "_MPSignalSemaphore", referenced from: FX::FXSemaphore::post() in FXThread.o "_MPWaitOnSemaphore", referenced from: FX::FXSemaphore::wait() in FXThread.o FX::FXSemaphore::trywait() in FXThread.o ld: symbol(s) not found for architecture x86_64 /cc ZHF #45961
Configuration menu - View commit details
-
Copy full SHA for 6390b8b - Browse repository at this point
Copy the full SHA 6390b8bView commit details -
Doesn't build on darwin and probably other platforms. GsWidget.H:26:3: error: 'Atom' does not name a type; did you mean 'tm'? Atom atoms[5]; ^~~~ tm GsWidget.cxx: In member function 'void GsWidget::setProps()': GsWidget.cxx:47:2: error: 'atoms' was not declared in this scope atoms[0] = XInternAtom(fl_display,"GHOSTVIEW" , false); ^~~~~ /cc ZHF #45961
Configuration menu - View commit details
-
Copy full SHA for cd78d0c - Browse repository at this point
Copy the full SHA cd78d0cView commit details -
freedroidrpg: don't build on hydra
Similar to some other builds, sdl-config gets stuck and times out. checking for sdl-config... /nix/store/q2hm1ka0qxs2gv5bmrxj7j80lygk4b5z-SDL-1.2.15-dev/bin/sdl-config building of '/nix/store/m2d7v0n5hd2498vfxp18i37p7r1lf76p-freedroidrpg-0.16.1' timed out after 7200 seconds of silence /cc ZHF #45961
Configuration menu - View commit details
-
Copy full SHA for 9b99819 - Browse repository at this point
Copy the full SHA 9b99819View commit details
Commits on Sep 27, 2018
-
ranger: fix out-of-the-box previews
I'm guessing this became commented out by default at some point.
Configuration menu - View commit details
-
Copy full SHA for 4f14cce - Browse repository at this point
Copy the full SHA 4f14cceView commit details -
Configuration menu - View commit details
-
Copy full SHA for d152089 - Browse repository at this point
Copy the full SHA d152089View commit details
Commits on Sep 28, 2018
-
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 -
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 -
Configuration menu - View commit details
-
Copy full SHA for 776e6da - Browse repository at this point
Copy the full SHA 776e6daView commit details -
google-chrome: use patchelfUnstable for nicer static binary handling
Current/previous behavior is the patchelf process aborting after a somewhat unfriendly message about an assertion failure.
Configuration menu - View commit details
-
Copy full SHA for 196c405 - Browse repository at this point
Copy the full SHA 196c405View commit details -
tree-wide: patchelf used during build -> nativeBuildInputs
In a few cases it wasn't clear so I left them as-is. While visiting these moved other things to nativeBuildInputs when it was clear they were one of these cases: * makeWrapper * archive utilities (in order to unpack src) * a few of these might no longer be needed but leaving for another day
Configuration menu - View commit details
-
Copy full SHA for eb91037 - Browse repository at this point
Copy the full SHA eb91037View commit details -
nixos/rspamd: Remove non-working socket activation
The socket activation I added to the rspamd module doesn't actually work and can't be made to work without changes to rspamd. See: #47421 See: rspamd/rspamd#2035
Configuration menu - View commit details
-
Copy full SHA for 783a58f - Browse repository at this point
Copy the full SHA 783a58fView commit details -
kustomize: 1.0.4 -> 1.0.8 (#47489)
- change the GOPATH to `sigs.k8s.io/kustomize` - add some buildtags to get a better `kustomize version` Signed-off-by: Vincent Demeester <vincent@sbr.pm>
Configuration menu - View commit details
-
Copy full SHA for 7b87b70 - Browse repository at this point
Copy the full SHA 7b87b70View commit details -
gauge: 1.0.0 -> 1.0.2 (#47465)
Signed-off-by: Vincent Demeester <vincent@sbr.pm>
Configuration menu - View commit details
-
Copy full SHA for 2e17793 - Browse repository at this point
Copy the full SHA 2e17793View commit details -
delve: 1.0.0 -> 1.1.0 (#47463)
Signed-off-by: Vincent Demeester <vincent@sbr.pm>
Configuration menu - View commit details
-
Copy full SHA for 2fc7b67 - Browse repository at this point
Copy the full SHA 2fc7b67View commit details -
go-symbols: unstable-2017-02-06 -> unstable-2018-05-23 (#47468)
Signed-off-by: Vincent Demeester <vincent@sbr.pm>
Configuration menu - View commit details
-
Copy full SHA for 93e26ba - Browse repository at this point
Copy the full SHA 93e26baView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2c6e7ae - Browse repository at this point
Copy the full SHA 2c6e7aeView commit details -
gopkgs: unstable-2017-12-29 -> 2.0.1 (#47464)
Signed-off-by: Vincent Demeester <vincent@sbr.pm>
Configuration menu - View commit details
-
Copy full SHA for a87026a - Browse repository at this point
Copy the full SHA a87026aView commit details -
Signed-off-by: Vincent Demeester <vincent@sbr.pm>
Configuration menu - View commit details
-
Copy full SHA for 83cf856 - Browse repository at this point
Copy the full SHA 83cf856View commit details -
drone: 0.8.5 -> 0.8.6 (#47470)
Signed-off-by: Vincent Demeester <vincent@sbr.pm>
Configuration menu - View commit details
-
Copy full SHA for 3decb75 - Browse repository at this point
Copy the full SHA 3decb75View commit details -
gomodifytags: unstable-2017-12-14 -> unstable-2018-09-14 (#47467)
gomodifytags: unstable-2017-12-14 -> unstable-2018-09-14
Configuration menu - View commit details
-
Copy full SHA for f51a090 - Browse repository at this point
Copy the full SHA f51a090View commit details -
pythonPackages.django_2_1: 2.1 -> 2.1.1 (#47481)
See https://docs.djangoproject.com/en/2.1/releases/2.1.1/ for release notes
Configuration menu - View commit details
-
Copy full SHA for a006e2f - Browse repository at this point
Copy the full SHA a006e2fView commit details -
vndr: 20171005 -> unstable-2018-06-23 (#47466)
Signed-off-by: Vincent Demeester <vincent@sbr.pm>
Configuration menu - View commit details
-
Copy full SHA for 5b39fd6 - Browse repository at this point
Copy the full SHA 5b39fd6View commit details -
Merge pull request #47432 from alyssais/ranger
ranger: syntax highlight previews by default
Configuration menu - View commit details
-
Copy full SHA for e72de08 - Browse repository at this point
Copy the full SHA e72de08View commit details -
Configuration menu - View commit details
-
Copy full SHA for 206e58b - Browse repository at this point
Copy the full SHA 206e58bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8172085 - Browse repository at this point
Copy the full SHA 8172085View commit details -
deepin.dtkwidget: 2.0.9.3 -> 2.0.9.4 (#47086)
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/dtkwidget/versions
Configuration menu - View commit details
-
Copy full SHA for de81064 - Browse repository at this point
Copy the full SHA de81064View commit details -
deepin.deepin-menu: 3.3.10 -> 3.4.0 (#47084)
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/deepin-menu/versions
Configuration menu - View commit details
-
Copy full SHA for 4b8aef5 - Browse repository at this point
Copy the full SHA 4b8aef5View 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/fping/versions
Configuration menu - View commit details
-
Copy full SHA for a840005 - Browse repository at this point
Copy the full SHA a840005View 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/googler/versions
Configuration menu - View commit details
-
Copy full SHA for b3b4573 - Browse repository at this point
Copy the full SHA b3b4573View commit details -
folly: 2018.08.13.00 -> 2018.08.27.00 (#46282)
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/folly/versions
Configuration menu - View commit details
-
Copy full SHA for 0b324f3 - Browse repository at this point
Copy the full SHA 0b324f3View commit details -
crawl: 0.22.0 -> 0.22.1 (#46952)
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/crawl/versions
Configuration menu - View commit details
-
Copy full SHA for b96e525 - Browse repository at this point
Copy the full SHA b96e525View commit details -
workrave: 1.10.20 -> 1.10.21 (#46930)
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/workrave/versions
Configuration menu - View commit details
-
Copy full SHA for 1ff5b13 - Browse repository at this point
Copy the full SHA 1ff5b13View 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/yank/versions
Configuration menu - View commit details
-
Copy full SHA for 5bfe657 - Browse repository at this point
Copy the full SHA 5bfe657View 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/zxcvbn-c/versions
Configuration menu - View commit details
-
Copy full SHA for b0e981d - Browse repository at this point
Copy the full SHA b0e981dView commit details -
Merge pull request #47449 from griff/remove-rspamd-socket-activation
nixos/rspamd: Remove non-working socket activation
Configuration menu - View commit details
-
Copy full SHA for f7c434b - Browse repository at this point
Copy the full SHA f7c434bView commit details -
otter-browser: 0.9.96 -> 0.9.99.3 (#46217)
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from otter-browser
Configuration menu - View commit details
-
Copy full SHA for 42af103 - Browse repository at this point
Copy the full SHA 42af103View commit details -
nss_pam_ldapd: 0.9.7 -> 0.9.10 (#46226)
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from nss-pam-ldapd
Configuration menu - View commit details
-
Copy full SHA for e799f39 - Browse repository at this point
Copy the full SHA e799f39View commit details -
openimageio: 1.8.9 -> 1.8.14 (#46232)
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from openimageio
Configuration menu - View commit details
-
Copy full SHA for ee8f6be - Browse repository at this point
Copy the full SHA ee8f6beView commit details
There are no files selected for viewing