Skip to content

Commit

Permalink
python3Packages.twisted: fix cross
Browse files Browse the repository at this point in the history
can't use emulator because shebangs break emulation
  • Loading branch information
Adam Joseph authored and Artturin committed Apr 15, 2023
1 parent 5e4d67d commit c0014f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/development/python-modules/twisted/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ buildPythonPackage rec {
# Generate Twisted's plug-in cache. Twisted users must do it as well. See
# http://twistedmatrix.com/documents/current/core/howto/plugin.html#auto3
# and http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=477103 for details.
postFixup = ''
postFixup = lib.optionalString (stdenv.buildPlatform.canExecute stdenv.hostPlatform) ''
$out/bin/twistd --help > /dev/null
'';

Expand Down

0 comments on commit c0014f0

Please sign in to comment.