treewide: fix brother-ql usage
This commit is contained in:
@@ -9,6 +9,10 @@ python3Packages.buildPythonApplication {
|
||||
|
||||
format = "pyproject";
|
||||
|
||||
# brother-ql is breaky breaky
|
||||
# https://github.com/NixOS/nixpkgs/issues/285234
|
||||
dontCheckRuntimeDeps = true;
|
||||
|
||||
nativeBuildInputs = with python3Packages; [ setuptools ];
|
||||
propagatedBuildInputs = with python3Packages; [
|
||||
brother-ql
|
||||
|
Reference in New Issue
Block a user