Loading pkgs/by-name/do/doclifter/package.nix +4 −2 Original line number Diff line number Diff line Loading @@ -18,8 +18,10 @@ stdenv.mkDerivation (finalAttrs: { postPatch = '' substituteInPlace manlifter \ --replace-fail '/usr/bin/env python2' '/usr/bin/env python3' 2to3 -w manlifter --replace-fail '/usr/bin/env python2' '/usr/bin/env python3' \ --replace-fail 'import thread, threading, Queue' 'import _thread, threading, queue' \ --replace-fail 'thread.get_ident' '_thread.get_ident' \ --replace-fail 'Queue.Queue' 'queue.Queue' ''; nativeBuildInputs = [ Loading Loading
pkgs/by-name/do/doclifter/package.nix +4 −2 Original line number Diff line number Diff line Loading @@ -18,8 +18,10 @@ stdenv.mkDerivation (finalAttrs: { postPatch = '' substituteInPlace manlifter \ --replace-fail '/usr/bin/env python2' '/usr/bin/env python3' 2to3 -w manlifter --replace-fail '/usr/bin/env python2' '/usr/bin/env python3' \ --replace-fail 'import thread, threading, Queue' 'import _thread, threading, queue' \ --replace-fail 'thread.get_ident' '_thread.get_ident' \ --replace-fail 'Queue.Queue' 'queue.Queue' ''; nativeBuildInputs = [ Loading