mirror of
https://github.com/vale981/poetry2nix
synced 2025-03-05 09:11:39 -05:00
fix utf8 emoji for strawberry-graphql
This commit is contained in:
parent
4c802105bc
commit
fb2c617d08
1 changed files with 6 additions and 0 deletions
|
@ -1773,6 +1773,12 @@ lib.composeManyExtensions [
|
||||||
|
|
||||||
});
|
});
|
||||||
|
|
||||||
|
strawberry-graphql = super.strawberry-graphql.overridePythonAttrs (old: {
|
||||||
|
preConfigure = ''
|
||||||
|
LC_ALL=UTF-8 sed -i "s/$(printf 🍓)/strawberry/g" pyproject.toml
|
||||||
|
'';
|
||||||
|
});
|
||||||
|
|
||||||
systemd-python = super.systemd-python.overridePythonAttrs (old: {
|
systemd-python = super.systemd-python.overridePythonAttrs (old: {
|
||||||
buildInputs = old.buildInputs ++ [ pkgs.systemd ];
|
buildInputs = old.buildInputs ++ [ pkgs.systemd ];
|
||||||
nativeBuildInputs = old.nativeBuildInputs ++ [ pkgs.pkg-config ];
|
nativeBuildInputs = old.nativeBuildInputs ++ [ pkgs.pkg-config ];
|
||||||
|
|
Loading…
Add table
Reference in a new issue