Unverified Commit 5ed07317 authored by Michael Daniels's avatar Michael Daniels
Browse files

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.
parent 075e8c2c
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -10,7 +10,7 @@ python3Packages.buildPythonApplication rec {
  pname = "manuskript";
  version = "0.17.0";

  format = "other";
  pyproject = false;

  src = fetchFromGitHub {
    repo = "manuskript";
+1 −1
Original line number Diff line number Diff line
@@ -18,7 +18,7 @@ buildPythonApplication rec {

  propagatedBuildInputs = [ pybluez ];

  format = "other";
  pyproject = false;

  installPhase = ''
    mkdir -p $out/bin
+1 −1
Original line number Diff line number Diff line
@@ -11,7 +11,7 @@ python3Packages.buildPythonApplication rec {
  pname = "dupeguru";
  version = "4.3.1";

  format = "other";
  pyproject = false;

  src = fetchFromGitHub {
    owner = "arsenetar";
+1 −1
Original line number Diff line number Diff line
@@ -19,7 +19,7 @@
python3Packages.buildPythonApplication rec {
  pname = "polychromatic";
  version = "0.9.3";
  format = "other";
  pyproject = false;

  src = fetchFromGitHub {
    owner = "polychromatic";
+1 −1
Original line number Diff line number Diff line
@@ -100,7 +100,7 @@ in

      pname = "sway-${lname}";

      format = "other";
      pyproject = false;
      dontBuild = true;
      dontConfigure = true;

Loading