treewide: editorconfig fixes
- remove trailing whitespace - use spaces for indentation
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
stdenv.mkDerivation rec {
|
||||
pname = "dumptorrent";
|
||||
version = "1.2";
|
||||
|
||||
|
||||
src = fetchurl {
|
||||
url = "mirror://sourceforge/dumptorrent/dumptorrent-${version}.tar.gz";
|
||||
sha256 = "073h03bmpfdy15qh37lvppayld2747i4acpyk0pm5nf2raiak0zm";
|
||||
|
||||
@@ -16,4 +16,4 @@ callPackage ./dvtm.nix rec {
|
||||
})
|
||||
];
|
||||
}
|
||||
|
||||
|
||||
|
||||
@@ -12,8 +12,8 @@ stdenv.mkDerivation rec {
|
||||
|
||||
meta = with lib; {
|
||||
description = "A 'top' like tool for PostgreSQL";
|
||||
longDescription = ''
|
||||
pg_top allows you to:
|
||||
longDescription = ''
|
||||
pg_top allows you to:
|
||||
* View currently running SQL statement of a process.
|
||||
* View query plan of a currently running SQL statement.
|
||||
* View locks held by a process.
|
||||
|
||||
@@ -12,14 +12,14 @@ python3Packages.buildPythonApplication rec {
|
||||
};
|
||||
|
||||
propagatedBuildInputs = with python3Packages; [
|
||||
argcomplete dateutil configobj feedparser bibtexparser pyyaml requests six
|
||||
argcomplete dateutil configobj feedparser bibtexparser pyyaml requests six
|
||||
beautifulsoup4
|
||||
];
|
||||
|
||||
checkInputs = with python3Packages; [ pyfakefs mock ddt ];
|
||||
|
||||
# Disabling git tests because they expect git to be preconfigured
|
||||
# with the user's details. See
|
||||
# with the user's details. See
|
||||
# https://github.com/NixOS/nixpkgs/issues/94663
|
||||
preCheck = ''
|
||||
rm tests/test_git.py
|
||||
|
||||
@@ -19,6 +19,6 @@ rustPlatform.buildRustPackage rec {
|
||||
description = "xargs + awk with pattern matching support";
|
||||
homepage = "https://github.com/lolabout/rargs";
|
||||
license = with licenses; [ mit ];
|
||||
maintainers = with maintainers; [ pblkt ];
|
||||
maintainers = with maintainers; [ pblkt ];
|
||||
};
|
||||
}
|
||||
|
||||
@@ -13,7 +13,7 @@ bundlerEnv {
|
||||
license = licenses.mit;
|
||||
platforms = platforms.all;
|
||||
maintainers = with maintainers; [
|
||||
zachcoyle
|
||||
zachcoyle
|
||||
nicknovitski
|
||||
];
|
||||
};
|
||||
|
||||
@@ -10,7 +10,7 @@ stdenv.mkDerivation rec {
|
||||
rev = "v${version}";
|
||||
sha256 = "16v3pmva13skpfjja96zacjpxrwzs1nb1iqmrp2qzvdbcm9061pp";
|
||||
};
|
||||
|
||||
|
||||
nativeBuildInputs = [ pkg-config ];
|
||||
buildInputs = [ ncurses ];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user