Unverified Commit 14d02366 authored by Jörg Thalheim's avatar Jörg Thalheim Committed by GitHub
Browse files

nix-update: remove nixpkgs-fmt (#338296)

parents b8eca27e 20d0abb8
Loading
Loading
Loading
Loading
+2 −3
Original line number Diff line number Diff line
@@ -3,7 +3,6 @@
, fetchFromGitHub
, nix
, nix-prefetch-git
, nixpkgs-fmt
, nixpkgs-review
}:

@@ -24,7 +23,7 @@ python3.pkgs.buildPythonApplication rec {
  ];

  makeWrapperArgs = [
    "--prefix" "PATH" ":" (lib.makeBinPath [ nix nix-prefetch-git nixpkgs-fmt nixpkgs-review ])
    "--prefix" "PATH" ":" (lib.makeBinPath [ nix nix-prefetch-git nixpkgs-review ])
  ];

  checkPhase = ''
@@ -36,7 +35,7 @@ python3.pkgs.buildPythonApplication rec {
    inherit (src.meta) homepage;
    changelog = "https://github.com/Mic92/nix-update/releases/tag/${version}";
    license = licenses.mit;
    maintainers = with maintainers; [ figsoda mic92 zowoq ];
    maintainers = with maintainers; [ figsoda mic92 ];
    mainProgram = "nix-update";
    platforms = platforms.all;
  };