Skip to content

Commit

Permalink
Merge pull request NixOS#79159 from jojosch/mytop-clear
Browse files Browse the repository at this point in the history
mariadb: mytop add "clear" to PATH
  • Loading branch information
aanderse authored Feb 4, 2020
2 parents 9edc77f + 39ebcc4 commit 0285cbc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/servers/sql/mariadb/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@ server = stdenv.mkDerivation (common // {

# perlPackages.DBDmysql is broken on darwin
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";
Expand Down

0 comments on commit 0285cbc

Please sign in to comment.