diff options
author | Azat Bahawi <azat@bahawi.net> | 2024-05-04 16:11:40 +0300 |
---|---|---|
committer | Azat Bahawi <azat@bahawi.net> | 2024-05-04 16:11:40 +0300 |
commit | 3cd3233f7eaf2a8a715d587820d6d4577a24d958 (patch) | |
tree | f87bd583c383b8ac3496229ab6f1d3a00a2253a0 /overlays.nix | |
parent | 2024-05-02 (diff) |
2024-05-04
Diffstat (limited to '')
-rw-r--r-- | overlays.nix | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/overlays.nix b/overlays.nix index 0adbc88..4555d38 100644 --- a/overlays.nix +++ b/overlays.nix @@ -61,14 +61,6 @@ _: { parinfer-rust = prev.callPackage ./packages/parinfer-rust.nix { }; - # FIXME https://nixpk.gs/pr-tracker.html?pr=307505 - poetry = prev.poetry.overrideAttrs (finalAttrs: { - nativeBuildInputs = (finalAttrs.nativeBuildInputs or [ ]) ++ [ - prev.python3Packages.pythonRelaxDepsHook - ]; - pythonRelaxDeps = [ "dulwich" ]; - }); - prismlauncher-unwrapped = (prev.prismlauncher-unwrapped.override (finalAttrs: { stdenv = final.useMoldLinker finalAttrs.stdenv; |