Merge pull request #79159 from jojosch/mytop-clear
mariadb: mytop add "clear" to PATH
This commit is contained in:
commit
0285cbcbe2
|
@ -194,7 +194,7 @@ server = stdenv.mkDerivation (common // {
|
||||||
|
|
||||||
# perlPackages.DBDmysql is broken on darwin
|
# perlPackages.DBDmysql is broken on darwin
|
||||||
postFixup = optionalString (!stdenv.hostPlatform.isDarwin) ''
|
postFixup = optionalString (!stdenv.hostPlatform.isDarwin) ''
|
||||||
wrapProgram $out/bin/mytop --set PATH ${less}/bin/less
|
wrapProgram $out/bin/mytop --set PATH ${makeBinPath [ less ncurses ]}
|
||||||
'';
|
'';
|
||||||
|
|
||||||
CXXFLAGS = optionalString stdenv.hostPlatform.isi686 "-fpermissive";
|
CXXFLAGS = optionalString stdenv.hostPlatform.isi686 "-fpermissive";
|
||||||
|
|
Loading…
Reference in New Issue