mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2025-01-01 08:25:55 +03:00
platformio: Fix building of overridden click package
The normal click package now applies a patch that doesn't work with the older version used for platformio.
This commit is contained in:
parent
f5f8f57e11
commit
9374c3f203
@ -13,6 +13,7 @@ let
|
||||
inherit version;
|
||||
sha256 = "678c98275431fad324275dec63791e4a17558b40e5a110e20a82866139a85a5a";
|
||||
};
|
||||
patches = [];
|
||||
});
|
||||
|
||||
platformio = self.callPackage ./core.nix { };
|
||||
|
Loading…
Reference in New Issue
Block a user