mirror of
https://github.com/dolphin-emu/fifoci.git
synced 2026-01-31 01:05:17 +01:00
flake: add build system override for dj-inmemorystorage
This commit is contained in:
@@ -15,6 +15,10 @@
|
||||
projectDir = fifoci/frontend;
|
||||
|
||||
sourceRoot = "source/fifoci/frontend";
|
||||
|
||||
overrides = prev.poetry2nix.defaultPoetryOverrides.extend (self: super: {
|
||||
dj-inmemorystorage = super.dj-inmemorystorage.overridePythonAttrs (old: { buildInputs = (old.buildInputs or []) ++ [ super.setuptools ]; });
|
||||
});
|
||||
};
|
||||
|
||||
fifoci-runner = prev.poetry2nix.mkPoetryApplication {
|
||||
|
||||
Reference in New Issue
Block a user