Merge branch '105-patchelf-review-build-script' into 'master'
Resolve "patchelf: review build script" Closes #105 See merge request Pmodules/buildblocks!140
This commit is contained in:
@@ -2,5 +2,11 @@
|
||||
|
||||
# :FIXME: needs review
|
||||
|
||||
pbuild::set_download_url "https://nixos.org/releases/$P/$P-$V/$P-$V.tar.bz2"
|
||||
pbuils::add_to_group 'System'
|
||||
pbuild::set_download_url "https://github.com/NixOS/$P/archive/$V.tar.gz" "$P-$V.tar.gz"
|
||||
|
||||
pbuild::add_to_group 'System'
|
||||
|
||||
pbuild::post_prep() {
|
||||
cd "${SRC_DIR}"
|
||||
./bootstrap.sh
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user