nixpkgs mirror (for testing) github.com/NixOS/nixpkgs
nix

python312Packages.rq: remove unneeded PATH export (#401660)

authored by

Gaétan Lepage and committed by
GitHub
c468bf77 cc6cb402

-4
-4
pkgs/development/python-modules/rq/default.nix
··· 49 49 ]; 50 50 versionCheckProgramArg = "--version"; 51 51 52 - preCheck = '' 53 - export PATH=$out/bin:$PATH 54 - ''; 55 - 56 52 __darwinAllowLocalNetworking = true; 57 53 58 54 disabledTests = lib.optionals stdenv.hostPlatform.isDarwin [