Initial commit
This commit is contained in:
12
hello-derivation/hello_builder.sh
Normal file
12
hello-derivation/hello_builder.sh
Normal file
@@ -0,0 +1,12 @@
|
||||
#!/bin/bash
|
||||
|
||||
export PATH="$gnutar/bin:$gcc/bin:$gnumake/bin:$coreutils/bin:$gawk/bin:$gzip/bin:$gnugrep/bin:$gnused/bin:$bintools/bin"
|
||||
|
||||
echo $src
|
||||
# I guess changing nixos version will change behavior of how fetchzip or something.
|
||||
# This script differs from the version used against <nixpkgs>.
|
||||
cd $src
|
||||
ls -l
|
||||
./configure --prefix=$out
|
||||
make
|
||||
make install
|
||||
Reference in New Issue
Block a user