repo.or.cz
/
NixPkgs.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
pytrainer: unpin python 3.10
[NixPkgs.git]
/
pkgs
/
build-support
/
setup-hooks
/
move-build-tree.sh
blob
29495e1d9f29800c3d639f635a48c4fd42df2b6d
1
appendToVar prePhases moveBuildDir
2
3
moveBuildDir
() {
4
mkdir
-p
$out
/
.build
5
cd
$out
/
.build
6
}
7
8
appendToVar postPhases removeBuildDir
9
10
removeBuildDir
() {
11
rm
-rf
$out
/
.build
12
}