nixpkgs mirror (for testing) github.com/NixOS/nixpkgs
nix
fork

Configure Feed

Select the types of activity you want to include in your feed.

pgtop: remove alias

authored by

Sandro Jäckel and committed by
Jonathan Ringer
4600fb84 82bcc356

+1 -1
+1 -1
pkgs/development/tools/pgtop/default.nix
··· 13 13 14 14 outputs = [ "out" ]; 15 15 16 - buildInputs = with perlPackages; [ DBI DBDPg TermReadKey JSON LWPUserAgent ]; 16 + buildInputs = with perlPackages; [ DBI DBDPg TermReadKey JSON LWP ]; 17 17 18 18 nativeBuildInputs = lib.optional stdenv.isDarwin shortenPerlShebang; 19 19 postInstall = lib.optionalString stdenv.isDarwin ''