Merge pull request #152976 from elohmeier/btop-rm-gcc-ref

btop: remove reference to gcc
This commit is contained in:
markuskowa
2022-01-02 13:40:51 +01:00
committed by GitHub
+5
View File
@@ -3,6 +3,7 @@
, fetchFromGitHub
, runCommand
, darwin
, removeReferencesTo
}:
stdenv.mkDerivation rec {
@@ -38,6 +39,10 @@ stdenv.mkDerivation rec {
installFlags = [ "PREFIX=$(out)" ];
postInstall = ''
${removeReferencesTo}/bin/remove-references-to -t ${stdenv.cc.cc} $(readlink -f $out/bin/btop)
'';
meta = with lib; {
description = "A monitor of resources";
homepage = "https://github.com/aristocratos/btop";