Merge pull request #79159 from jojosch/mytop-clear

mariadb: mytop add "clear" to PATH
This commit is contained in:
Aaron Andersen 2020-02-04 08:00:55 -05:00 committed by GitHub
commit 0285cbcbe2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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";