packages/searxng: use updated version_frozen.py scheme
This commit is contained in:
parent
03b10754b2
commit
0b45bba292
1 changed files with 1 additions and 0 deletions
|
@ -21,6 +21,7 @@ toPythonModule (buildPythonApplication rec {
|
||||||
VERSION_TAG="${pin.revision}"
|
VERSION_TAG="${pin.revision}"
|
||||||
GIT_URL="https://github.com/${repo.owner}/${repo.repo}"
|
GIT_URL="https://github.com/${repo.owner}/${repo.repo}"
|
||||||
GIT_BRANCH="${pin.branch}"
|
GIT_BRANCH="${pin.branch}"
|
||||||
|
DOCKER_TAG="none"
|
||||||
EOF
|
EOF
|
||||||
'';
|
'';
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue