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