-
-
Notifications
You must be signed in to change notification settings - Fork 15.3k
Comparing changes
Open a pull request
base repository: NixOS/nixpkgs
base: 5ad16cb27fd8
head repository: NixOS/nixpkgs
compare: 348eaa280bdc
Commits on Dec 23, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 47ddb60 - Browse repository at this point
Copy the full SHA 47ddb60View commit details
Commits on Dec 30, 2019
-
1. Use libsForQt5.callPackage instead of raw callPackage` (this adds ability to import qtbase and qttools directly instead of importing whole qt5) 2. Include wrapQtAppsHook in nativeBuildInputs The major point of this changes is to provide support for running support flacon under wayland session, but it may help in some other use cases Closes #76588
Configuration menu - View commit details
-
Copy full SHA for 345b192 - Browse repository at this point
Copy the full SHA 345b192View commit details -
Configuration menu - View commit details
-
Copy full SHA for 07d0acf - Browse repository at this point
Copy the full SHA 07d0acfView commit details
Commits on Jan 7, 2020
-
nixosTests.initdb: port to python
Jacek Galowicz committedJan 7, 2020 Configuration menu - View commit details
-
Copy full SHA for c44331d - Browse repository at this point
Copy the full SHA c44331dView commit details -
Improve documentation for stateVersion
The meaning of stateVersion often leads to a lot of confusion. This commit trys to improve that situation.
Configuration menu - View commit details
-
Copy full SHA for c1d7850 - Browse repository at this point
Copy the full SHA c1d7850View commit details
Commits on Jan 8, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 3228b9d - Browse repository at this point
Copy the full SHA 3228b9dView commit details -
nixosTests.elk: port to python
Jacek Galowicz committedJan 8, 2020 Configuration menu - View commit details
-
Copy full SHA for 8ecd07f - Browse repository at this point
Copy the full SHA 8ecd07fView commit details -
nixosTests.kafka: port to python
Jacek Galowicz committedJan 8, 2020 Configuration menu - View commit details
-
Copy full SHA for f7b274d - Browse repository at this point
Copy the full SHA f7b274dView commit details -
kicad: split version.nix & add update.sh
update.sh generates version.nix by default only updates kicad-unstable several options (can be combined) all, update to latest tag and master clean, generate versions.sh from scratch commit, make a git commit
Configuration menu - View commit details
-
Copy full SHA for 2607c4b - Browse repository at this point
Copy the full SHA 2607c4bView commit details
Commits on Jan 9, 2020
-
nixos/powertop: wait for hardware to initialize
We should wait until after `multi-user.target` is triggered to allow hardware to finish initializing, such as network devices and USB drives. This ensures `powertop --auto-tune` sets more tunables to "Good". Fixes #66820
Configuration menu - View commit details
-
Copy full SHA for 90b6823 - Browse repository at this point
Copy the full SHA 90b6823View commit details -
buildRubyGem: strip by default
I'm not sure why this was disabled, but it looks like a pretty harmless way to bring down closure size and remove references to compilers and stuff.
Configuration menu - View commit details
-
Copy full SHA for 11970ee - Browse repository at this point
Copy the full SHA 11970eeView commit details -
Configuration menu - View commit details
-
Copy full SHA for ec8293f - Browse repository at this point
Copy the full SHA ec8293fView commit details -
ruby: remove references to CC by default
This makes RbConfig["CC"] return an invalid path, but I hope nothing is depending on that anyway...
Configuration menu - View commit details
-
Copy full SHA for 1636189 - Browse repository at this point
Copy the full SHA 1636189View commit details -
defaultGemConfig: reduce mathematical closure size
ext/ isn't needed once the extensions have been built, contains references to a bunch of huge dependencies, and contains megabytes of tests.
Configuration menu - View commit details
-
Copy full SHA for fbe4716 - Browse repository at this point
Copy the full SHA fbe4716View commit details -
defaultGemConfig: remove asciidoctor-diagram JARs
(Except on JRuby, where these are presumably important.)
Configuration menu - View commit details
-
Copy full SHA for 1ac11cc - Browse repository at this point
Copy the full SHA 1ac11ccView commit details -
nixosTests.postgres: Refactor code
Jacek Galowicz committedJan 9, 2020 Configuration menu - View commit details
-
Copy full SHA for fff1c28 - Browse repository at this point
Copy the full SHA fff1c28View commit details -
nixosTests.initdb: Move code to existing postgres test
Jacek Galowicz committedJan 9, 2020 Configuration menu - View commit details
-
Copy full SHA for abebf8c - Browse repository at this point
Copy the full SHA abebf8cView commit details
Commits on Jan 10, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 85b74dd - Browse repository at this point
Copy the full SHA 85b74ddView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0916988 - Browse repository at this point
Copy the full SHA 0916988View commit details -
Milan Pässler committed
Jan 10, 2020 Configuration menu - View commit details
-
Copy full SHA for 8ed9207 - Browse repository at this point
Copy the full SHA 8ed9207View commit details -
Milan Pässler committed
Jan 10, 2020 Configuration menu - View commit details
-
Copy full SHA for 8337bb6 - Browse repository at this point
Copy the full SHA 8337bb6View commit details -
jd-gui: use gradle from nixpkgs
It builds just fine with the packaged gradle, no reason to pull in another impure dependency.
Milan Pässler committedJan 10, 2020 Configuration menu - View commit details
-
Copy full SHA for 2e6053d - Browse repository at this point
Copy the full SHA 2e6053dView commit details -
Milan Pässler committed
Jan 10, 2020 Configuration menu - View commit details
-
Copy full SHA for eac1713 - Browse repository at this point
Copy the full SHA eac1713View commit details -
Configuration menu - View commit details
-
Copy full SHA for 216dea5 - Browse repository at this point
Copy the full SHA 216dea5View commit details -
google-cloud-sdk: include openssl(1) in PATH (#77277)
Otherwise, it might fail with a mysterious error: ERROR: (gcloud.beta.compute.reset-windows-password) Your platform does not support OpenSSL.
Configuration menu - View commit details
-
Copy full SHA for 178ac3c - Browse repository at this point
Copy the full SHA 178ac3cView commit details -
lorri: unstable-2019-10-30 -> unstable-2020-01-09
`rustfmt` is now a compile time dependency because the varlink generated code is formatted with it.
Configuration menu - View commit details
-
Copy full SHA for c976dc1 - Browse repository at this point
Copy the full SHA c976dc1View commit details -
Merge pull request #77417 from petabyteboy/feature/gradle-cleanup
remove old gradle versions
Configuration menu - View commit details
-
Copy full SHA for f29e259 - Browse repository at this point
Copy the full SHA f29e259View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0a7ef3c - Browse repository at this point
Copy the full SHA 0a7ef3cView commit details -
Merge pull request #77425 from emmanuelrosa/qutebrowser-1.9
qutebrowser: 1.8.3 -> 1.9.0
Configuration menu - View commit details
-
Copy full SHA for 0c26ef9 - Browse repository at this point
Copy the full SHA 0c26ef9View commit details -
Merge pull request #77380 from curiousleo/lorri-unstable-2020-01-09
lorri: unstable-2019-10-30 -> unstable-2020-01-09
Configuration menu - View commit details
-
Copy full SHA for fe414f3 - Browse repository at this point
Copy the full SHA fe414f3View commit details -
Configuration menu - View commit details
-
Copy full SHA for e735ef2 - Browse repository at this point
Copy the full SHA e735ef2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5aac988 - Browse repository at this point
Copy the full SHA 5aac988View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7994673 - Browse repository at this point
Copy the full SHA 7994673View commit details -
Configuration menu - View commit details
-
Copy full SHA for 384d963 - Browse repository at this point
Copy the full SHA 384d963View commit details -
Merge pull request #77305 from juliendehos/gede
gede: 2.14.1 -> 2.15.1
Configuration menu - View commit details
-
Copy full SHA for 9473c08 - Browse repository at this point
Copy the full SHA 9473c08View commit details -
trojita: add explicit libsecret dependency
This was previously a transitive dependency. Fix #77296
Configuration menu - View commit details
-
Copy full SHA for dcf9c11 - Browse repository at this point
Copy the full SHA dcf9c11View commit details -
Merge pull request #77414 from NeQuissimus/xterm_351
xterm: 349 -> 351
Configuration menu - View commit details
-
Copy full SHA for 7a4d2de - Browse repository at this point
Copy the full SHA 7a4d2deView commit details -
Merge pull request #77412 from marsam/update-postgresqlPackages.plv8
postgresqlPackages.plv8: 2.3.13 -> 2.3.14
Configuration menu - View commit details
-
Copy full SHA for 2f3562f - Browse repository at this point
Copy the full SHA 2f3562fView commit details -
Merge pull request #77427 from filalex77/lazygit-0.13
lazygit: 0.12.3 -> 0.13
Configuration menu - View commit details
-
Copy full SHA for 7fb6e4a - Browse repository at this point
Copy the full SHA 7fb6e4aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9dbedf0 - Browse repository at this point
Copy the full SHA 9dbedf0View commit details -
Configuration menu - View commit details
-
Copy full SHA for e493969 - Browse repository at this point
Copy the full SHA e493969View commit details -
Merge pull request #77279 from maralorn/stateVersion-docs
Improve documentation for stateVersion
Configuration menu - View commit details
-
Copy full SHA for 902d102 - Browse repository at this point
Copy the full SHA 902d102View commit details -
Configuration menu - View commit details
-
Copy full SHA for 47ddee7 - Browse repository at this point
Copy the full SHA 47ddee7View commit details -
haskellPackages.ormolu: mark unbroken
Builds fine with 6b5bb4261c6dacbe65d348376c416c75ddafaebd
Configuration menu - View commit details
-
Copy full SHA for 9e80857 - Browse repository at this point
Copy the full SHA 9e80857View commit details -
Merge pull request #76236 from r-ryantm/auto-update/calamares
calamares: 3.2.16 -> 3.2.17.1
Configuration menu - View commit details
-
Copy full SHA for 25e45c7 - Browse repository at this point
Copy the full SHA 25e45c7View commit details -
Configuration menu - View commit details
-
Copy full SHA for f21a5ad - Browse repository at this point
Copy the full SHA f21a5adView commit details -
Merge pull request #77439 from aforemny/ormolu
Fix haskellPackages.ormolu
Configuration menu - View commit details
-
Copy full SHA for 6a36e65 - Browse repository at this point
Copy the full SHA 6a36e65View commit details -
kicad: split version.nix & add update.sh (#77003)
kicad: split version.nix & add update.sh
Configuration menu - View commit details
-
Copy full SHA for 01d93cb - Browse repository at this point
Copy the full SHA 01d93cbView commit details -
Merge pull request #77437 from adisbladis/poetry-1_0_1
poetry: 1.0.0 -> 1.0.1
Configuration menu - View commit details
-
Copy full SHA for e639d3e - Browse repository at this point
Copy the full SHA e639d3eView commit details -
Merge pull request #77149 from alyssais/asciidoctor
Reduce AsciiDoctor closure size
Configuration menu - View commit details
-
Copy full SHA for ddc83e6 - Browse repository at this point
Copy the full SHA ddc83e6View commit details
There are no files selected for viewing