revert accidentally committed part of beee821588

pull/30/head
Sebastien Bourdeauducq 2020-01-21 13:55:18 +08:00
parent d11f13ce3a
commit 14fe3d5a56
1 changed files with 1 additions and 5 deletions

View File

@ -1,8 +1,4 @@
{ pkgs ? import <nixpkgs> {
overlays = [ (self: super: {
python3 = super.python3.overrideAttrs(oa: { configureFlags = oa.configureFlags ++ ["--enable-optimizations" "--with-lto"]; });
}) ];
}}:
{ pkgs ? import <nixpkgs> {}}:
with pkgs;
let
pythonDeps = import ./pkgs/python-deps.nix { inherit (pkgs) stdenv fetchFromGitHub python3Packages; };