Unverified Commit f92bb693 authored by wxt's avatar wxt
Browse files

pflask: nixfmt

parent 871087c1
Loading
Loading
Loading
Loading
+12 −2
Original line number Diff line number Diff line
{ lib, stdenv, fetchFromGitHub, fetchpatch, python3, wafHook }:
{
  lib,
  stdenv,
  fetchFromGitHub,
  fetchpatch,
  python3,
  wafHook,
}:

stdenv.mkDerivation rec {
  pname = "pflask";
@@ -21,7 +28,10 @@ stdenv.mkDerivation rec {
    })
  ];

  nativeBuildInputs = [ python3 wafHook ];
  nativeBuildInputs = [
    python3
    wafHook
  ];

  postInstall = ''
    mkdir -p $out/bin