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:
André-Patrick Bubel 2018-06-19 19:00:03 +02:00
parent f5f8f57e11
commit 9374c3f203
No known key found for this signature in database
GPG key ID: 28925CBA8869FF29

View file

@ -13,6 +13,7 @@ let
inherit version;
sha256 = "678c98275431fad324275dec63791e4a17558b40e5a110e20a82866139a85a5a";
};
patches = [];
});
platformio = self.callPackage ./core.nix { };