Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 542116a47fea
Choose a base ref
...
head repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 8254f1a7561e
Choose a head ref
  • 1 commit
  • 1 file changed
  • 1 contributor

Commits on Nov 24, 2019

  1. python3Packages.portalocker: fix build

    Jonathan Ringer committed Nov 24, 2019
    Copy the full SHA
    8254f1a View commit details
Showing with 0 additions and 7 deletions.
  1. +0 −7 pkgs/development/python-modules/portalocker/default.nix
7 changes: 0 additions & 7 deletions pkgs/development/python-modules/portalocker/default.nix
Original file line number Diff line number Diff line change
@@ -28,13 +28,6 @@ buildPythonPackage rec {
pytestpep8
];

patches = [
(fetchpatch {
url = "https://github.com/WoLpH/portalocker/commit/7741925738c7e66ae9c4a0944a04b6a3088037d5.patch";
sha256 = "1g95rnfbnagkkk9qfzzd5346dl3clbgjnzr2wk09m0wphds7zd8z";
})
];

meta = with lib; {
description = "A library to provide an easy API to file locking";
homepage = https://github.com/WoLpH/portalocker;