6 Commits

Author SHA1 Message Date
github-actions[bot]
989a2b7acb flake: update inputs
Flake lock file updates:

• Updated input 'nixpkgs':
    'github:NixOS/nixpkgs/8131c0ea9df6293a247be743a387ff725e464db7' (2025-07-18)
  → 'github:NixOS/nixpkgs/6027c30c8e9810896b92429f0092f624f7b1aace' (2025-07-25)
2025-07-28 06:52:53 +00:00
66fe96f8ce py-sonic: force setuptools build
Some checks failed
CI / checks (nur) (push) Successful in 3m40s
CI / build-and-update (xeals, xeals) (push) Successful in 23m2s
Update flake inputs / update-flake (push) Failing after 2m43s
2025-07-19 16:26:07 +10:00
ac27bd0bec amdgpu-fan: force setuptools build
Some checks failed
CI / checks (nur) (push) Successful in 3m42s
CI / build-and-update (xeals, xeals) (push) Failing after 3m22s
2025-07-19 16:14:58 +10:00
6df2a1a659 spotify-ripper: force setuptools build 2025-07-19 16:14:58 +10:00
5a6dd50718 mopidy-subidy: force setuptools build 2025-07-19 16:14:58 +10:00
67d062e9b0 flake: update inputs 2025-07-19 16:14:58 +10:00
5 changed files with 11 additions and 3 deletions

6
flake.lock generated
View File

@@ -20,11 +20,11 @@
},
"nixpkgs": {
"locked": {
"lastModified": 1741865919,
"narHash": "sha256-4thdbnP6dlbdq+qZWTsm4ffAwoS8Tiq1YResB+RP6WE=",
"lastModified": 1753432016,
"narHash": "sha256-cnL5WWn/xkZoyH/03NNUS7QgW5vI7D1i74g48qplCvg=",
"owner": "NixOS",
"repo": "nixpkgs",
"rev": "573c650e8a14b2faa0041645ab18aed7e60f0c9a",
"rev": "6027c30c8e9810896b92429f0092f624f7b1aace",
"type": "github"
},
"original": {

View File

@@ -18,6 +18,8 @@ python3Packages.buildPythonApplication rec {
propagatedBuildInputs = [ mopidy python3Packages.py-sonic ];
format = "setuptools";
doCheck = false;
meta = with lib; {

View File

@@ -20,6 +20,8 @@ python3Packages.buildPythonApplication rec {
pyyaml
];
format = "setuptools";
patchPhase = ''
substituteInPlace setup.py \
--replace PROJECTVERSION "${version}"

View File

@@ -55,6 +55,8 @@ python3Packages.buildPythonApplication rec {
(if opusSupport then opusTools else null)
];
format = "setuptools";
# Remove impure executables.
patches = [ ./fix-setup.patch ];

View File

@@ -12,6 +12,8 @@ buildPythonPackage rec {
sha256 = "0wh2phg8h02a6vlpqd0widd6g8ng142vzmk8hpyx0bnwn2i45sjc";
};
format = "setuptools";
doCheck = false;
meta = with lib; {