mirror of
https://git.selfprivacy.org/SelfPrivacy/selfprivacy-nix-repo.git
synced 2024-11-24 04:51:27 +00:00
feat: Locale extension to parse the Accept-Language header
This commit is contained in:
parent
b098118175
commit
c39e1da59a
|
@ -30,7 +30,7 @@ let
|
||||||
src = builtins.fetchGit {
|
src = builtins.fetchGit {
|
||||||
url = "https://git.selfprivacy.org/SelfPrivacy/selfprivacy-rest-api.git";
|
url = "https://git.selfprivacy.org/SelfPrivacy/selfprivacy-rest-api.git";
|
||||||
ref = "l10n";
|
ref = "l10n";
|
||||||
rev = "e0ea004e8081eab00171402fd989fa20f442dc3e";
|
rev = "c7a65febe787678f48f04ddde8b746e48f06bb0c";
|
||||||
};
|
};
|
||||||
propagatedBuildInputs = [
|
propagatedBuildInputs = [
|
||||||
setuptools
|
setuptools
|
||||||
|
|
Loading…
Reference in a new issue