Unverified Commit 66f0d55c authored by Vladimír Čunát's avatar Vladimír Čunát
Browse files

Revert "python3Packages.setproctitle: avoid rebuild on linux for now"

This reverts commit 72a53342.
parent 2db716f7
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -28,7 +28,7 @@ buildPythonPackage rec {
  ];

  # Setting the process title fails on macOS in the Nix builder environment (regardless of sandboxing)
  disabledTests = if stdenv.hostPlatform.isDarwin then [ "test_setproctitle_darwin" ] else null;
  disabledTests = lib.optionals stdenv.hostPlatform.isDarwin [ "test_setproctitle_darwin" ];

  pythonImportsCheck = [ "setproctitle" ];