{ pkgs ? import { }, }: pkgs.stdenv.mkDerivation rec { name = "authentik-rfc7033"; src = ./src; buildInputs = [ pkgs.python3 ]; installPhase = '' install -Dm755 rfc-7033.py $out/bin/rfc-7033.py patchShebangs $out/bin/rfc-7033.py ''; }