Skip to content

Commit

Permalink
formated + removed from top level
Browse files Browse the repository at this point in the history
  • Loading branch information
CaptainJawZ committed Oct 30, 2024
1 parent 00f2c95 commit 56a0579
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
7 changes: 6 additions & 1 deletion pkgs/development/python-modules/ffpb/default.nix
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
{ lib, buildPythonPackage, fetchPypi, tqdm }:
{
lib,
buildPythonPackage,
fetchPypi,
tqdm,
}:

buildPythonPackage rec {
pname = "ffpb";
Expand Down
2 changes: 0 additions & 2 deletions pkgs/top-level/all-packages.nix
Original file line number Diff line number Diff line change
Expand Up @@ -21119,8 +21119,6 @@ with pkgs;

ffms = callPackage ../development/libraries/ffms { };

ffpb = with python3Packages; toPythonApplication ffpb;

fftw = callPackage ../development/libraries/fftw { };
fftwSinglePrec = fftw.override { precision = "single"; };
fftwFloat = fftwSinglePrec; # the configure option is just an alias
Expand Down

0 comments on commit 56a0579

Please sign in to comment.