From f949d4e2b60694fc52728bb8c0b13965c700bd43 Mon Sep 17 00:00:00 2001 From: Tyson Whitehead Date: Tue, 26 Jan 2021 19:21:00 -0500 Subject: [PATCH] temporary: Drop workarounds for previous upstream version --- temporary/all-packages.nix | 5 ----- 1 file changed, 5 deletions(-) diff --git a/temporary/all-packages.nix b/temporary/all-packages.nix index 5828217..84eaf7c 100644 --- a/temporary/all-packages.nix +++ b/temporary/all-packages.nix @@ -17,11 +17,6 @@ self: super: pkgs: with pkgs; { ]; } ); - # https://github.com/NixOS/nixpkgs/issues/38459 - octave = super.octave.overrideAttrs (attrs: { - buildInputs = attrs.buildInputs ++ [ gl2ps ]; - } ); - # https://github.com/NixOS/nixpkgs/issues/44426 python27 = super.python27.override { packageOverrides = pythonOverrides; }; python35 = super.python35.override { packageOverrides = pythonOverrides; };