radeon-profile: 20170714 -> 20190903

This commit is contained in:
rnhmjoj 2019-09-22 16:11:30 +02:00
parent 82c316e952
commit f7e046831c
No known key found for this signature in database
GPG Key ID: BFBAF4C975F76450

View File

@ -5,7 +5,7 @@
mkDerivation rec { mkDerivation rec {
pname = "radeon-profile"; pname = "radeon-profile";
version = "20170714"; version = "20190903";
nativeBuildInputs = [ qmake ]; nativeBuildInputs = [ qmake ];
buildInputs = [ qtbase qtcharts libXrandr libdrm ]; buildInputs = [ qtbase qtcharts libXrandr libdrm ];
@ -14,12 +14,12 @@ mkDerivation rec {
owner = "marazmista"; owner = "marazmista";
repo = "radeon-profile"; repo = "radeon-profile";
rev = version; rev = version;
sha256 = "08fv824iq00zbl9xk9zsfs8gkk8rsy6jlxbmszrjfx7ji28hansd"; sha256 = "0ax5417q03xjwi3pn7yyjdb90ssaygdprfgb1pz9nkyk6773ckx5";
}) + "/radeon-profile"; }) + "/radeon-profile";
postInstall = '' preConfigure = ''
mkdir -p $out/bin substituteInPlace radeon-profile.pro \
cp ./radeon-profile $out/bin/radeon-profile --replace "/usr/" "$out/"
''; '';
meta = with lib; { meta = with lib; {