-
-
Notifications
You must be signed in to change notification settings - Fork 15.4k
Comparing changes
Open a pull request
base repository: NixOS/nixpkgs
base: 08d25152b85f
head repository: NixOS/nixpkgs
compare: f2a651a16875
Commits on Jun 18, 2017
-
qt5: use distinct
lib/qt-5.x
prefix for each minor versionUsing a distinct prefix for plugins and QML libraries allows multiple Qt 5 minor versions to coexist in the same environment.
Configuration menu - View commit details
-
Copy full SHA for 3f3d33a - Browse repository at this point
Copy the full SHA 3f3d33aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 210f688 - Browse repository at this point
Copy the full SHA 210f688View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7b6f8dc - Browse repository at this point
Copy the full SHA 7b6f8dcView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6beea32 - Browse repository at this point
Copy the full SHA 6beea32View commit details -
Configuration menu - View commit details
-
Copy full SHA for eaa644a - Browse repository at this point
Copy the full SHA eaa644aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 945758f - Browse repository at this point
Copy the full SHA 945758fView commit details -
Configuration menu - View commit details
-
Copy full SHA for be7b7d9 - Browse repository at this point
Copy the full SHA be7b7d9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 870c07c - Browse repository at this point
Copy the full SHA 870c07cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1607f51 - Browse repository at this point
Copy the full SHA 1607f51View commit details -
Configuration menu - View commit details
-
Copy full SHA for c816bbc - Browse repository at this point
Copy the full SHA c816bbcView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5a8295e - Browse repository at this point
Copy the full SHA 5a8295eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6fa4178 - Browse repository at this point
Copy the full SHA 6fa4178View commit details -
Configuration menu - View commit details
-
Copy full SHA for d9f29af - Browse repository at this point
Copy the full SHA d9f29afView commit details -
Configuration menu - View commit details
-
Copy full SHA for dea7372 - Browse repository at this point
Copy the full SHA dea7372View commit details -
Configuration menu - View commit details
-
Copy full SHA for b9ae0c7 - Browse repository at this point
Copy the full SHA b9ae0c7View commit details -
startkde: use absolute paths to required programs
The dependency on socat is removed because kwallet setup is deferred to kwallet-pam.
Configuration menu - View commit details
-
Copy full SHA for 078c88a - Browse repository at this point
Copy the full SHA 078c88aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7dc961b - Browse repository at this point
Copy the full SHA 7dc961bView commit details -
Configuration menu - View commit details
-
Copy full SHA for da942ea - Browse repository at this point
Copy the full SHA da942eaView commit details -
breeze-gtk: patch builder to find GTK2 pixmap engine
This does not seem to be strictly necessary, but it also cannot hurt.
Configuration menu - View commit details
-
Copy full SHA for 30ff56a - Browse repository at this point
Copy the full SHA 30ff56aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 05ef92e - Browse repository at this point
Copy the full SHA 05ef92eView commit details -
Configuration menu - View commit details
-
Copy full SHA for f5c00c4 - Browse repository at this point
Copy the full SHA f5c00c4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3acfd31 - Browse repository at this point
Copy the full SHA 3acfd31View commit details -
Configuration menu - View commit details
-
Copy full SHA for be9a4fe - Browse repository at this point
Copy the full SHA be9a4feView commit details -
Configuration menu - View commit details
-
Copy full SHA for fceb379 - Browse repository at this point
Copy the full SHA fceb379View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9149faf - Browse repository at this point
Copy the full SHA 9149fafView commit details -
Configuration menu - View commit details
-
Copy full SHA for 087f20e - Browse repository at this point
Copy the full SHA 087f20eView commit details -
kdeFrameworks: fixup inputs and outputs
- Reduce environment pollution with a separate $bin output containing programs, plugins, and shared data. Libraries remain in $out and are not installed into the environment. - Only propagate build inputs as required.
Configuration menu - View commit details
-
Copy full SHA for faf0d3e - Browse repository at this point
Copy the full SHA faf0d3eView commit details -
Configuration menu - View commit details
-
Copy full SHA for fc72335 - Browse repository at this point
Copy the full SHA fc72335View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7af16e5 - Browse repository at this point
Copy the full SHA 7af16e5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 86dac81 - Browse repository at this point
Copy the full SHA 86dac81View commit details -
Configuration menu - View commit details
-
Copy full SHA for a4be1a6 - Browse repository at this point
Copy the full SHA a4be1a6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7f95d48 - Browse repository at this point
Copy the full SHA 7f95d48View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8538d75 - Browse repository at this point
Copy the full SHA 8538d75View commit details -
Configuration menu - View commit details
-
Copy full SHA for acc4576 - Browse repository at this point
Copy the full SHA acc4576View commit details -
libkscreen: use QLatin1String instead of QStringLiteral
QStringLiteral stores strings in UTF-16 format, preventing Nix from detecting dependencies.
Configuration menu - View commit details
-
Copy full SHA for d9094c0 - Browse repository at this point
Copy the full SHA d9094c0View commit details -
Configuration menu - View commit details
-
Copy full SHA for b7f895d - Browse repository at this point
Copy the full SHA b7f895dView commit details -
Configuration menu - View commit details
-
Copy full SHA for f392614 - Browse repository at this point
Copy the full SHA f392614View commit details -
Configuration menu - View commit details
-
Copy full SHA for b1dcd27 - Browse repository at this point
Copy the full SHA b1dcd27View commit details -
Configuration menu - View commit details
-
Copy full SHA for c546c26 - Browse repository at this point
Copy the full SHA c546c26View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8cc09c9 - Browse repository at this point
Copy the full SHA 8cc09c9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 99ed585 - Browse repository at this point
Copy the full SHA 99ed585View commit details -
nixpkgs: remove comments from manual about wrapping Qt packages
It is no longer necessary to wrap Qt packages
Configuration menu - View commit details
-
Copy full SHA for f3ce852 - Browse repository at this point
Copy the full SHA f3ce852View commit details -
2
Configuration menu - View commit details
-
Copy full SHA for ce28d89 - Browse repository at this point
Copy the full SHA ce28d89View commit details -
qt58: determine plugin and import paths from PATH
Plugin and QML import paths were previously determined by NIX_PROFILES. Using PATH instead allows Qt applications to work under nix-shell without further modification.
Configuration menu - View commit details
-
Copy full SHA for dab7700 - Browse repository at this point
Copy the full SHA dab7700View commit details -
qt56: determine plugin and import paths from PATH
Plugin and QML import paths were previously determined by NIX_PROFILES. Using PATH instead allows Qt applications to work under nix-shell without further modification.
Configuration menu - View commit details
-
Copy full SHA for e6cf9b9 - Browse repository at this point
Copy the full SHA e6cf9b9View commit details -
Merge pull request #26336 from ttuegel/qt--unwrap
Unwrap Qt 5 packages
Thomas Tuegel authoredJun 18, 2017 Configuration menu - View commit details
-
Copy full SHA for f2a651a - Browse repository at this point
Copy the full SHA f2a651aView commit details
There are no files selected for viewing