Compare commits
6 Commits
de4bb6a60e
...
update_fla
Author | SHA1 | Date | |
---|---|---|---|
|
989a2b7acb | ||
66fe96f8ce
|
|||
ac27bd0bec
|
|||
6df2a1a659
|
|||
5a6dd50718
|
|||
67d062e9b0
|
6
flake.lock
generated
6
flake.lock
generated
@@ -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": {
|
||||
|
@@ -18,6 +18,8 @@ python3Packages.buildPythonApplication rec {
|
||||
|
||||
propagatedBuildInputs = [ mopidy python3Packages.py-sonic ];
|
||||
|
||||
format = "setuptools";
|
||||
|
||||
doCheck = false;
|
||||
|
||||
meta = with lib; {
|
||||
|
@@ -20,6 +20,8 @@ python3Packages.buildPythonApplication rec {
|
||||
pyyaml
|
||||
];
|
||||
|
||||
format = "setuptools";
|
||||
|
||||
patchPhase = ''
|
||||
substituteInPlace setup.py \
|
||||
--replace PROJECTVERSION "${version}"
|
||||
|
@@ -55,6 +55,8 @@ python3Packages.buildPythonApplication rec {
|
||||
(if opusSupport then opusTools else null)
|
||||
];
|
||||
|
||||
format = "setuptools";
|
||||
|
||||
# Remove impure executables.
|
||||
patches = [ ./fix-setup.patch ];
|
||||
|
||||
|
@@ -12,6 +12,8 @@ buildPythonPackage rec {
|
||||
sha256 = "0wh2phg8h02a6vlpqd0widd6g8ng142vzmk8hpyx0bnwn2i45sjc";
|
||||
};
|
||||
|
||||
format = "setuptools";
|
||||
|
||||
doCheck = false;
|
||||
|
||||
meta = with lib; {
|
||||
|
Reference in New Issue
Block a user