Skip to content

Commit

Permalink
fixup! python3.pkgs.unicodeit: define CLI entrypoint
Browse files Browse the repository at this point in the history
  • Loading branch information
nbraud committed Sep 12, 2024
1 parent a4f628d commit 15d5d99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/development/python-modules/unicodeit/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ buildPythonPackage rec {
patches = [
(fetchpatch {
# Defines a CLI entry point, so `setuptools` generates an `unicodeit` executable
url = "https://github.com/svenkreiss/unicodeit/pull/79.patch";
url = "https://github.com/svenkreiss/unicodeit/pull/79/commits/9f4a4fee5cb62a101075adf3054832cdb1e6a5ad.patch";
hash = "sha256-mAhmU17K0adEFFAIf7ZeJ/cNohrzrL+sol7gYfWbPGo=";
})
];
Expand Down

0 comments on commit 15d5d99

Please sign in to comment.