radeon-profile-daemon: add wrapQtAppsHook
Required as part of the latest staging-next commit set to Nixpkgs [1].
Note that this breaks builds on all current non-unstable Nixpkgs
branches (but as the repository notes, they are not supported anyway).
[1]: 02924cf951/doc/languages-frameworks/qt.section.md
This commit is contained in:
parent
3c27e38073
commit
c92d05b6b8
@ -4,14 +4,15 @@
|
||||
|
||||
, qtbase
|
||||
, qmake
|
||||
, wrapQtAppsHook ? null # Temporary backwards compatibility
|
||||
}:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
pname = "radeon-profile-daemon";
|
||||
version = "20190603.g06qxq2h";
|
||||
|
||||
nativeBuildInputs = [ qmake ];
|
||||
buildInputs = [ qtbase ];
|
||||
nativeBuildInputs = [ qmake wrapQtAppsHook ];
|
||||
|
||||
src = (
|
||||
fetchFromGitHub {
|
||||
|
Loading…
Reference in New Issue
Block a user