Compare commits
1 Commits
31106758c5
...
d4efbac242
Author | SHA1 | Date | |
---|---|---|---|
d4efbac242 |
@ -4,14 +4,15 @@
|
||||
|
||||
, qtbase
|
||||
, qmake
|
||||
, wrapQtAppsHook
|
||||
}:
|
||||
|
||||
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