mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-24 07:53:19 +00:00
radeon-profile: 20170714 -> 20190903
This commit is contained in:
parent
82c316e952
commit
f7e046831c
@ -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; {
|
||||||
|
Loading…
Reference in New Issue
Block a user