radeontop: fix cross compilation
This commit is contained in:
@@ -19,6 +19,7 @@ stdenv.mkDerivation rec {
|
||||
|
||||
patchPhase = ''
|
||||
substituteInPlace getver.sh --replace ver=unknown ver=${version}
|
||||
substituteInPlace Makefile --replace pkg-config "$PKG_CONFIG"
|
||||
'';
|
||||
|
||||
makeFlags = [ "PREFIX=$(out)" ];
|
||||
|
||||
Reference in New Issue
Block a user