Skip to content

Commit

Permalink
Merge pull request #226122 from amjoseph-nixpkgs/pr/fixcross/twisted
Browse files Browse the repository at this point in the history
  • Loading branch information
Artturin authored Apr 15, 2023
2 parents bf3e7b8 + c0014f0 commit 3db1286
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 3db1286

Please sign in to comment.