mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 07:33:48 +02:00
jupyterlab: add shell snippet to /etc/profile.d
This commit is contained in:
parent
4bc2e0b4c5
commit
45f8d98dfb
2 changed files with 3 additions and 1 deletions
1
srcpkgs/jupyterlab/files/jupyterlab.sh
Normal file
1
srcpkgs/jupyterlab/files/jupyterlab.sh
Normal file
|
@ -0,0 +1 @@
|
||||||
|
export JUPYTERLAB_DIR=$HOME/.local/share/jupyter/lab
|
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'jupyterlab'
|
# Template file for 'jupyterlab'
|
||||||
pkgname=jupyterlab
|
pkgname=jupyterlab
|
||||||
version=3.2.8
|
version=3.2.8
|
||||||
revision=1
|
revision=2
|
||||||
build_style=python3-module
|
build_style=python3-module
|
||||||
hostmakedepends="python3-setuptools"
|
hostmakedepends="python3-setuptools"
|
||||||
depends="python3-jupyterlab_server nodejs python3-nbclassic
|
depends="python3-jupyterlab_server nodejs python3-nbclassic
|
||||||
|
@ -17,4 +17,5 @@ make_check=no
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense LICENSE
|
vlicense LICENSE
|
||||||
|
vinstall "${FILESDIR}/jupyterlab.sh" 644 etc/profile.d
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue