treewide: change 'format = "other";' to 'pyproject = false;'

Entirely find-and-replace based.

A few usages that would cause rebuilds if changed remain.

This PR should have 0 rebuilds.
This commit is contained in:
Michael Daniels
2026-01-12 16:22:15 -05:00
parent 075e8c2c4f
commit 5ed07317e9
211 changed files with 211 additions and 212 deletions

View File

@@ -10,7 +10,7 @@ python3Packages.buildPythonApplication rec {
pname = "manuskript";
version = "0.17.0";
format = "other";
pyproject = false;
src = fetchFromGitHub {
repo = "manuskript";

View File

@@ -18,7 +18,7 @@ buildPythonApplication rec {
propagatedBuildInputs = [ pybluez ];
format = "other";
pyproject = false;
installPhase = ''
mkdir -p $out/bin

View File

@@ -11,7 +11,7 @@ python3Packages.buildPythonApplication rec {
pname = "dupeguru";
version = "4.3.1";
format = "other";
pyproject = false;
src = fetchFromGitHub {
owner = "arsenetar";

View File

@@ -19,7 +19,7 @@
python3Packages.buildPythonApplication rec {
pname = "polychromatic";
version = "0.9.3";
format = "other";
pyproject = false;
src = fetchFromGitHub {
owner = "polychromatic";

View File

@@ -100,7 +100,7 @@ in
pname = "sway-${lname}";
format = "other";
pyproject = false;
dontBuild = true;
dontConfigure = true;

View File

@@ -70,7 +70,7 @@ buildPythonPackage {
dontBuild = true;
doCheck = false;
format = "other";
pyproject = false;
installPhase = ''
mkdir -p $out/share $out/bin

View File

@@ -2,7 +2,7 @@
python3Packages.buildPythonApplication {
inherit (easycrypt) src version;
format = "other";
pyproject = false;
pname = "easycrypt-runtest";

View File

@@ -7,7 +7,7 @@
python3Packages.buildPythonApplication {
pname = "i3-wk-switch";
version = "2020-03-18";
format = "other";
pyproject = false;
src = fetchFromGitHub {
owner = "tmfink";

View File

@@ -8,7 +8,7 @@ python3Packages.buildPythonApplication rec {
pname = "20kly";
version = "1.5.0";
format = "other";
pyproject = false;
src = fetchFromGitHub {
owner = "20kly";

View File

@@ -21,7 +21,7 @@ python3.pkgs.buildPythonApplication rec {
pname = "accerciser";
version = "3.48.0";
format = "other";
pyproject = false;
src = fetchurl {
url = "mirror://gnome/sources/accerciser/${lib.versions.majorMinor version}/accerciser-${version}.tar.xz";

View File

@@ -8,7 +8,7 @@
python3.pkgs.buildPythonApplication {
pname = "adcskiller";
version = "0-unstable-2024-05-19";
format = "other";
pyproject = false;
src = fetchFromGitHub {
owner = "grimlockx";

View File

@@ -8,7 +8,7 @@
python3.pkgs.buildPythonApplication {
pname = "adenum";
version = "0-unstable-2022-04-01";
format = "other";
pyproject = false;
src = fetchFromGitHub {
owner = "SecuProject";

View File

@@ -15,7 +15,7 @@ python3Packages.buildPythonApplication rec {
pname = "adwsteamgtk";
version = "0.8.0";
# built with meson, not a python format
format = "other";
pyproject = false;
src = fetchFromGitHub {
owner = "Foldex";

View File

@@ -27,7 +27,7 @@ python3.pkgs.buildPythonApplication rec {
hash = "sha256-U3shnQ1GlDvOQFfjYVfAhCVRVQpTyLwEzHqKIbBChas=";
};
format = "other";
pyproject = false;
nativeBuildInputs = [
autoconf

View File

@@ -10,7 +10,7 @@ python3.pkgs.buildPythonApplication rec {
pname = "analyze-build";
inherit (clang-unwrapped) version;
format = "other";
pyproject = false;
src = clang-unwrapped + "/bin";

View File

@@ -100,7 +100,7 @@ let
in
python3Packages.buildPythonApplication rec {
format = "other";
pyproject = false;
inherit pname version;
outputs = [

View File

@@ -36,7 +36,7 @@ python3Packages.buildPythonApplication {
sed -i Makefile -e "/\<vim\>/d"
'');
format = "other";
pyproject = false;
strictDeps = true;
doCheck = true;

View File

@@ -15,7 +15,7 @@ python3Packages.buildPythonApplication {
hash = "sha256-1pv88OClskQOPtJaP7g0duXMe/X3M6Tk+ituZ9UxoIE=";
};
format = "other";
pyproject = false;
nativeBuildInputs = [
python3Packages.wrapPython

View File

@@ -12,7 +12,7 @@
python3.pkgs.buildPythonApplication rec {
pname = "autorandr";
version = "1.15";
format = "other";
pyproject = false;
src = fetchFromGitHub {
owner = "phillipberndt";

View File

@@ -197,7 +197,7 @@ let
pname = "azure-mgmt-resource-all";
inherit version;
format = "other"; # we're not building from sdist/wheel
pyproject = false; # we're not building from sdist/wheel
src = py.pkgs.azure-mgmt-resource.src;

View File

@@ -21,7 +21,7 @@
python3Packages.buildPythonApplication rec {
pname = "bada-bib";
version = "0.8.1";
format = "other";
pyproject = false;
src = fetchFromGitHub {
owner = "RogerCrocker";

View File

@@ -14,7 +14,7 @@ python3Packages.buildPythonApplication rec {
pname = "bleachbit";
version = "5.0.0";
format = "other";
pyproject = false;
src = fetchurl {
url = "mirror://sourceforge/${pname}/${pname}-${version}.tar.bz2";

View File

@@ -16,7 +16,7 @@
python3Packages.buildPythonApplication rec {
pname = "blueberry";
version = "1.4.8";
format = "other";
pyproject = false;
src = fetchFromGitHub {
owner = "linuxmint";

View File

@@ -115,7 +115,7 @@ python3Packages.buildPythonApplication rec {
procps
];
format = "other";
pyproject = false;
dontWrapGApps = true; # prevent double wrapping
preFixup = ''

View File

@@ -17,7 +17,7 @@ python3Packages.buildPythonApplication rec {
sha256 = "sha256-fqhi4K8Ceh8Rs0ExteCfAuVfEamFjMCjCFm6DRAJDmI=";
};
format = "other";
pyproject = false;
propagatedBuildInputs = with python3Packages; [
broadlink

View File

@@ -18,7 +18,7 @@
python3.pkgs.buildPythonApplication rec {
pname = "caerbannog";
version = "0.3";
format = "other";
pyproject = false;
src = fetchFromSourcehut {
owner = "~craftyguy";

View File

@@ -20,7 +20,7 @@
python3Packages.buildPythonApplication rec {
pname = "caffeine-ng";
version = "4.2.0";
format = "other";
pyproject = false;
src = fetchFromGitea {
domain = "codeberg.org";

View File

@@ -7,7 +7,7 @@
python3.pkgs.buildPythonApplication rec {
pname = "cloudhunter";
version = "0.7.1";
format = "other";
pyproject = false;
src = fetchFromGitHub {
owner = "belane";

View File

@@ -9,7 +9,7 @@ python3.pkgs.buildPythonApplication {
# no tags in the repo
version = "0-unstable-2021-04-20";
format = "other";
pyproject = false;
src = fetchFromGitHub {
owner = "jgagneastro";

View File

@@ -16,7 +16,7 @@ python3Packages.buildPythonApplication rec {
pname = "conjure";
version = "0.1.2";
format = "other";
pyproject = false;
src = fetchFromGitHub {
owner = "nate-xyz";

View File

@@ -18,7 +18,7 @@ python3Packages.buildPythonApplication {
hash = "sha256-EsF+Ckjojnn2o5PCDIexKrNIYxcIM1CZUNaTEIwvq8w=";
};
format = "other";
pyproject = false;
nativeBuildInputs = [
gobject-introspection

View File

@@ -10,7 +10,7 @@ python3Packages.buildPythonApplication {
version = "0-unstable-2025-03-04";
# upstream pyproject.toml is nonsense. Copied from another project
# without customizing it for this project.
format = "other";
pyproject = false;
src = fetchFromGitHub {
owner = "swarbler";

View File

@@ -21,7 +21,7 @@ python3Packages.buildPythonApplication rec {
sha256 = "1l3xbrs67025595k9ba5794q3s74anizpbxwsshcfhmbrzd9h8hg";
})
];
format = "other";
pyproject = false;
nativeBuildInputs = [
(lib.getBin cups)
patchPpdFilesHook

View File

@@ -23,7 +23,7 @@
python3.pkgs.buildPythonApplication rec {
pname = "curtail";
version = "1.14.0";
format = "other";
pyproject = false;
src = fetchFromGitHub {
owner = "Huluti";

View File

@@ -12,7 +12,7 @@
python3.pkgs.buildPythonApplication {
pname = "dbmonster";
version = "0-unstable-2022-09-17";
format = "other";
pyproject = false;
src = fetchFromGitHub {
owner = "90N45-d3v";

View File

@@ -16,7 +16,7 @@ python3Packages.buildPythonApplication rec {
sha256 = "sha256-gBDkvlZCndQjochn6TZtM/Lanza64LqMjNnLjn+pPR4=";
};
format = "other";
pyproject = false;
outputs = [
"out"

View File

@@ -14,7 +14,7 @@
python3Packages.buildPythonApplication rec {
pname = "densify";
version = "0.3.2";
format = "other";
pyproject = false;
src = fetchFromGitHub {
owner = "hkdb";

View File

@@ -26,7 +26,7 @@ python3.pkgs.buildPythonApplication rec {
sha256 = "Svt+llBwJKGXRJZ96dzzdzpL/5jrzXXM/FPZwA7Es8s=";
};
format = "other";
pyproject = false;
nativeBuildInputs = [
wrapGAppsHook3

View File

@@ -9,7 +9,7 @@
python3Packages.buildPythonApplication rec {
pname = "discord-rich-presence-plex";
version = "2.16.0";
format = "other";
pyproject = false;
src = fetchFromGitHub {
owner = "phin05";
repo = "discord-rich-presence-plex";

View File

@@ -21,7 +21,7 @@ python3.pkgs.buildPythonApplication rec {
pname = "drawing";
version = "1.0.2";
format = "other";
pyproject = false;
src = fetchFromGitHub {
owner = "maoschanz";

View File

@@ -18,7 +18,7 @@
python3.pkgs.buildPythonApplication rec {
pname = "dynamic-wallpaper";
version = "0.1.0";
format = "other";
pyproject = false;
src = fetchFromGitHub {
owner = "dusansimic";

View File

@@ -23,7 +23,7 @@
python3Packages.buildPythonApplication rec {
pname = "eartag";
version = "1.0.2";
format = "other";
pyproject = false;
src = fetchFromGitLab {
domain = "gitlab.gnome.org";

View File

@@ -14,7 +14,7 @@
python3.pkgs.buildPythonApplication {
pname = "easyabc";
version = "1.3.8.7-unstable-2025-01-12";
format = "other";
pyproject = false;
src = fetchFromGitHub {
owner = "jwdj";

View File

@@ -11,7 +11,7 @@
python3Packages.buildPythonApplication rec {
pname = "eye-witness";
version = "20230525.1";
format = "other";
pyproject = false;
src = fetchFromGitHub {
owner = "redsiege";

View File

@@ -77,7 +77,7 @@ in
python3Packages.buildPythonApplication rec {
pname = "frigate";
inherit version;
format = "other";
pyproject = false;
inherit src;

View File

@@ -11,7 +11,7 @@ python3.pkgs.buildPythonApplication rec {
pname = "gi-docgen";
version = "2025.5";
format = "other";
pyproject = false;
src = fetchurl {
url = "mirror://gnome/sources/gi-docgen/${lib.versions.major version}/gi-docgen-${version}.tar.xz";

View File

@@ -20,7 +20,7 @@ python3.pkgs.buildPythonApplication rec {
pname = "giara";
version = "1.1.0";
format = "other";
pyproject = false;
src = fetchFromGitLab {
domain = "gitlab.gnome.org";

View File

@@ -17,7 +17,7 @@ buildPythonApplication rec {
pname = "gnome-browser-connector";
version = "42.1";
format = "other";
pyproject = false;
src = fetchurl {
url = "mirror://gnome/sources/gnome-browser-connector/${lib.versions.major version}/gnome-browser-connector-${version}.tar.xz";

View File

@@ -15,7 +15,7 @@ python3Packages.buildPythonApplication rec {
pname = "gnome-doc-utils";
version = "0.20.10";
format = "other";
pyproject = false;
src = fetchurl {
url = "mirror://gnome/sources/${pname}/${lib.versions.majorMinor version}/${pname}-${version}.tar.xz";

View File

@@ -33,7 +33,7 @@ python3Packages.buildPythonApplication rec {
sha256 = "sha256-p1gqom9saNEIm6FXinEuIJtMGwjGfQx9uLpR2kb46Uw=";
};
format = "other";
pyproject = false;
patches = [ ./update-compatible-with-non-flatpak-env.patch ];
postPatch = ''

View File

@@ -33,7 +33,7 @@ python3.pkgs.buildPythonApplication rec {
pname = "gnome-music";
version = "49.1";
format = "other";
pyproject = false;
src = fetchurl {
url = "mirror://gnome/sources/gnome-music/${lib.versions.major version}/gnome-music-${version}.tar.xz";

View File

@@ -29,7 +29,7 @@
python3Packages.buildPythonApplication rec {
pname = "gnome-tweaks";
version = "49.0";
format = "other";
pyproject = false;
src = fetchurl {
url = "mirror://gnome/sources/${pname}/${lib.versions.major version}/${pname}-${version}.tar.xz";

View File

@@ -14,7 +14,7 @@
python3Packages.buildPythonApplication rec {
pname = "gpodder";
version = "3.11.5";
format = "other";
pyproject = false;
src = fetchFromGitHub {
owner = "gpodder";

View File

@@ -7,7 +7,7 @@
python3.pkgs.buildPythonApplication rec {
pname = "graphw00f";
version = "1.2.1";
format = "other";
pyproject = false;
src = fetchFromGitHub {
owner = "dolevf";

View File

@@ -8,7 +8,7 @@
python3Packages.buildPythonApplication rec {
pname = "grc";
version = "1.13";
format = "other";
pyproject = false;
src = fetchFromGitHub {
owner = "garabik";

View File

@@ -75,7 +75,7 @@ python3Packages.buildPythonApplication rec {
export HOME="$TMP"
'';
format = "other";
pyproject = false;
checkPhase = "xvfb-run pytest ../tests/";

View File

@@ -20,7 +20,7 @@ python3.pkgs.buildPythonApplication rec {
outputDevdoc = "out";
format = "other";
pyproject = false;
src = fetchFromGitLab {
domain = "gitlab.gnome.org";

View File

@@ -7,7 +7,7 @@
python3.pkgs.buildPythonApplication rec {
pname = "gyb";
version = "1.95";
format = "other";
pyproject = false;
src = fetchFromGitHub {
owner = "GAM-team";

View File

@@ -25,7 +25,7 @@ python3Packages.buildPythonApplication rec {
hash = "sha256-5hT6ulmUlOrFVL4nV0tfvgkKdYGusp+1rBINQy3ZvpI=";
};
format = "other";
pyproject = false;
dontWrapGApps = true;
nativeBuildInputs = [

View File

@@ -18,7 +18,7 @@ python3Packages.buildPythonApplication rec {
pname = "hamster";
version = "3.0.3";
format = "other";
pyproject = false;
src = fetchFromGitHub {
owner = "projecthamster";

View File

@@ -15,7 +15,7 @@ python3Packages.buildPythonApplication rec {
sha256 = "1amz48ijwjjkccg6gmdn3ffnyp2p52ksagy4m9gy8l2v5wj3j32h";
};
format = "other"; # no setup.py
pyproject = false; # no setup.py
installPhase = ''
install -Dm0775 hash-id.py $out/bin/hash-identifier

View File

@@ -8,7 +8,7 @@
python3.pkgs.buildPythonApplication rec {
pname = "headphones";
version = "0.6.4";
format = "other";
pyproject = false;
src = fetchFromGitHub {
owner = "rembo10";

View File

@@ -16,7 +16,7 @@ in
py.pkgs.buildPythonApplication rec {
pname = "healthchecks";
version = "3.11.2";
format = "other";
pyproject = false;
src = fetchFromGitHub {
owner = "healthchecks";

View File

@@ -74,7 +74,7 @@ in
python3Packages.buildPythonApplication {
inherit pname version;
format = "other";
pyproject = false;
srcs = [ src ] ++ lib.optional withPlugin plugin;

View File

@@ -17,7 +17,7 @@
python3Packages.buildPythonApplication rec {
pname = "hydrus";
version = "653";
format = "other";
pyproject = false;
src = fetchFromGitHub {
owner = "hydrusnetwork";

View File

@@ -10,7 +10,7 @@ python3.pkgs.buildPythonApplication {
pname = "iceshelf";
version = "0-unstable-2019-07-03";
format = "other";
pyproject = false;
src = fetchFromGitHub {
owner = "mrworf";

View File

@@ -20,7 +20,7 @@
python3Packages.buildPythonApplication rec {
pname = "inspector";
version = "0.2.0";
format = "other";
pyproject = false;
src = fetchFromGitHub {
owner = "Nokse22";

View File

@@ -10,7 +10,7 @@ python3.pkgs.buildPythonApplication rec {
pname = "intercept-build";
inherit (clang-unwrapped) version;
format = "other";
pyproject = false;
src = clang-unwrapped + "/bin";

View File

@@ -23,7 +23,7 @@ let
appMap = pypkgs.buildPythonApplication rec {
pname = "keyd-application-mapper";
inherit version src;
format = "other";
pyproject = false;
postPatch = ''
substituteInPlace scripts/${pname} \

View File

@@ -52,7 +52,7 @@ with python3Packages;
buildPythonApplication rec {
pname = "kitty";
version = "0.45.0";
format = "other";
pyproject = false;
src = fetchFromGitHub {
owner = "kovidgoyal";

View File

@@ -9,7 +9,7 @@
python3.pkgs.buildPythonApplication rec {
pname = "KlipperScreen";
version = "0.4.5";
format = "other";
pyproject = false;
src = fetchFromGitHub {
owner = "KlipperScreen";

View File

@@ -22,7 +22,7 @@ buildPythonApplication rec {
pname = "kupfer";
version = "329";
format = "other";
pyproject = false;
src = fetchurl {
url = "https://github.com/kupferlauncher/kupfer/releases/download/v${version}/kupfer-v${version}.tar.xz";

View File

@@ -7,7 +7,7 @@
python3.pkgs.buildPythonApplication rec {
pname = "ldapmonitor";
version = "1.4";
format = "other";
pyproject = false;
src = fetchFromGitHub {
owner = "p0dalirius";

View File

@@ -7,7 +7,7 @@
python3Packages.buildPythonApplication {
pname = "lichess-bot";
version = "2025.12.23.1";
format = "other";
pyproject = false;
src = fetchFromGitHub {
owner = "lichess-bot-devs";

View File

@@ -7,7 +7,7 @@
python3.pkgs.buildPythonApplication {
pname = "logmap";
version = "0-unstable-2021-12-15";
format = "other";
pyproject = false;
src = fetchFromGitHub {
owner = "zhzyker";

View File

@@ -30,7 +30,7 @@ python3.pkgs.buildPythonApplication rec {
pname = "lollypop";
version = "1.4.40";
format = "other";
pyproject = false;
src = fetchFromGitLab {
domain = "gitlab.gnome.org";

View File

@@ -71,7 +71,7 @@ python3Packages.buildPythonApplication rec {
hash = "sha256-CAXKnx5+60MITRM8enkYgFl5ZKM6HCXhCYNyG7kHhuQ=";
};
format = "other";
pyproject = false;
nativeBuildInputs = [
appstream-glib

View File

@@ -26,7 +26,7 @@ python3Packages.buildPythonApplication rec {
pname = "lyrebird";
version = "1.2.0";
format = "other";
pyproject = false;
doCheck = false;
src = fetchFromGitHub {

View File

@@ -24,7 +24,7 @@ python3.pkgs.buildPythonApplication rec {
pname = "meld";
version = "3.23.1";
format = "other";
pyproject = false;
src = fetchurl {
url = "mirror://gnome/sources/meld/${lib.versions.majorMinor version}/meld-${version}.tar.xz";

View File

@@ -13,7 +13,7 @@ python3Packages.buildPythonApplication rec {
sha256 = "sha256-JBXs5hnt1snbnB1hi7q7HBI7rNp0OoalLeIM0uJCdkE=";
};
format = "other";
pyproject = false;
meta = {
description = "Heuristics-driven menu generator for several window managers";

View File

@@ -47,7 +47,7 @@ let
hash = "sha256-6NkgyDw4xHXY6XO+YHYKSdw1w3ldZL1oduVq26Yi5cs=";
};
format = "other";
pyproject = false;
passthru = { inherit python; }; # pass it so that the same version can be used in hg2git

View File

@@ -14,7 +14,7 @@
python3Packages.buildPythonApplication rec {
pname = "mpDris2";
version = "0.9.1";
format = "other";
pyproject = false;
src = fetchFromGitHub {
owner = "eonpatapon";

View File

@@ -7,7 +7,7 @@
python3.pkgs.buildPythonApplication {
pname = "msldapdump";
version = "0-unstable-2023-06-12";
format = "other";
pyproject = false;
src = fetchFromGitHub {
owner = "dievus";

View File

@@ -30,7 +30,7 @@ in
buildPythonApplication rec {
pname = "mypaint";
version = "2.0.1";
format = "other";
pyproject = false;
src = fetchFromGitHub {
owner = "mypaint";

View File

@@ -16,7 +16,7 @@ python3Packages.buildPythonApplication rec {
propagatedBuildInputs = with python3Packages; [ fontforge ];
format = "other";
pyproject = false;
patches = [
./use-nix-paths.patch

View File

@@ -17,7 +17,7 @@ py.pkgs.buildPythonApplication rec {
pname = "netbox";
version = "4.2.9";
format = "other";
pyproject = false;
src = fetchFromGitHub {
owner = "netbox-community";

View File

@@ -11,7 +11,7 @@ python3Packages.buildPythonApplication rec {
pname = "networkd-notify";
version = "unstable-2022-11-29";
# There is no setup.py, just a single Python script.
format = "other";
pyproject = false;
src = fetchFromGitLab {
owner = "wavexx";

View File

@@ -7,7 +7,7 @@
python3.pkgs.buildPythonApplication {
pname = "nmap-parse";
version = "0-unstable-2022-09-26";
format = "other";
pyproject = false;
src = fetchFromGitHub {
owner = "jonny1102";

View File

@@ -14,7 +14,7 @@
python3Packages.buildPythonApplication rec {
pname = "nmgui";
version = "1.0.0";
format = "other";
pyproject = false;
src = fetchFromGitHub {
owner = "s-adi-dev";

View File

@@ -7,7 +7,7 @@
python3.pkgs.buildPythonApplication {
pname = "ntlm-challenger";
version = "0-unstable-2022-11-10";
format = "other";
pyproject = false;
src = fetchFromGitHub {
owner = "nopfor";

View File

@@ -18,7 +18,7 @@ python3.pkgs.buildPythonApplication rec {
pname = "numberstation";
version = "1.4.0";
format = "other";
pyproject = false;
src = fetchFromSourcehut {
owner = "~martijnbraam";

View File

@@ -17,7 +17,7 @@
python3Packages.buildPythonApplication rec {
pname = "openswitcher";
version = "0.13.0";
format = "other";
pyproject = false;
src = fetchFromSourcehut {
owner = "~martijnbraam";

View File

@@ -33,7 +33,7 @@ python3.pkgs.buildPythonApplication rec {
pname = "orca";
version = "49.5";
format = "other";
pyproject = false;
src = fetchurl {
url = "mirror://gnome/sources/orca/${lib.versions.major version}/orca-${version}.tar.xz";

View File

@@ -17,7 +17,7 @@ python3Packages.buildPythonApplication rec {
hash = "sha256-wlkEKkPH2C/y7TQicIVycWbtLUdX2hICcUWi7nFN51w=";
};
format = "other";
pyproject = false;
nativeBuildInputs = [
python3Packages.pyqt5 # pyuic5 and pyrcc5 to build resources.

View File

@@ -32,7 +32,7 @@ python3.pkgs.buildPythonApplication {
pypdf2
];
format = "other";
pyproject = false;
doCheck = false;
installPhase = ''

View File

@@ -16,7 +16,7 @@ python3Packages.buildPythonApplication rec {
hash = "sha256-NPki/PFm0b71Ksak1mimR4w6J2a0jBCbQDTMQR4uZFI=";
};
format = "other";
pyproject = false;
dontConfigure = true;
dontBuild = true;

View File

@@ -9,7 +9,7 @@
python3Packages.buildPythonApplication rec {
pname = "pdfid";
version = "0.2.10";
format = "other";
pyproject = false;
src = fetchzip {
url = "https://didierstevens.com/files/software/pdfid_v${

View File

@@ -25,7 +25,7 @@ python.pkgs.buildPythonApplication rec {
sha256 = "sha256-ByECaQ6NW1Su+k/j/bcKJqFf7bStdWZxOZn95GJEqBg=";
};
format = "other";
pyproject = false;
propagatedBuildInputs =
with python.pkgs;

View File

@@ -11,7 +11,7 @@
python3.pkgs.buildPythonApplication rec {
pname = "persepolis";
version = "5.2.0";
format = "other";
pyproject = false;
src = fetchFromGitHub {
owner = "persepolisdm";

View File

@@ -7,7 +7,7 @@
python3Packages.buildPythonApplication rec {
pname = "photon";
version = "1.3.0";
format = "other";
pyproject = false;
src = fetchFromGitHub {
owner = "s0md3v";

Some files were not shown because too many files have changed in this diff Show More