pflask: nixfmt

This commit is contained in:
wxt
2024-11-11 07:04:25 +08:00
parent 871087c18d
commit f92bb6938f
+12 -2
View File
@@ -1,4 +1,11 @@
{ 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