mirror of
https://git.selfprivacy.org/SelfPrivacy/selfprivacy-nix-repo.git
synced 2024-11-24 04:51:27 +00:00
fix: Include the translation files in the project
This commit is contained in:
parent
c39e1da59a
commit
aa11d80fc4
|
@ -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 = "c7a65febe787678f48f04ddde8b746e48f06bb0c";
|
rev = "a7feda02ec2c5fd4806d9d462aaef8831c5fb246";
|
||||||
};
|
};
|
||||||
propagatedBuildInputs = [
|
propagatedBuildInputs = [
|
||||||
setuptools
|
setuptools
|
||||||
|
|
Loading…
Reference in a new issue