Add dependency on Django to python-bw-file-resubmit
This commit is contained in:
parent
dc09d89f1f
commit
8f48f18f4a
1 changed files with 2 additions and 0 deletions
|
@ -1,5 +1,6 @@
|
||||||
{
|
{
|
||||||
fetchFromGitHub ,
|
fetchFromGitHub ,
|
||||||
|
pkgs ,
|
||||||
stdenv ,
|
stdenv ,
|
||||||
} :
|
} :
|
||||||
|
|
||||||
|
@ -24,6 +25,7 @@ mkDerivation {
|
||||||
runHook preInstall
|
runHook preInstall
|
||||||
|
|
||||||
mkdir -p $out/lib/python3.11/site-packages
|
mkdir -p $out/lib/python3.11/site-packages
|
||||||
|
ln -s ${ pkgs . python311Packages . django }/lib/python3.11/site-packages/* $out/lib/python3.11/site-packages/
|
||||||
cp -r $src/src/file_resubmit $out/lib/python3.11/site-packages/
|
cp -r $src/src/file_resubmit $out/lib/python3.11/site-packages/
|
||||||
|
|
||||||
runHook postInstall
|
runHook postInstall
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue