* "." -> "source".
svn path=/nixpkgs/trunk/; revision=4335
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
. $stdenv/setup || exit 1
|
||||
source $stdenv/setup || exit 1
|
||||
|
||||
mkdir -p $out/bin || exit 1
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
. $stdenv/setup || exit 1
|
||||
source $stdenv/setup || exit 1
|
||||
|
||||
# unpack the binary distribution
|
||||
tar jxf $src || exit 1
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
. $stdenv/setup
|
||||
source $stdenv/setup
|
||||
|
||||
configureFlags="--with-aterm=$aterm --with-sglr=$sglr --with-pgen=$pgen
|
||||
--with-pt-support=$ptsupport --with-asf-library=$asflibrary --with-strategoxt=$strategoxt --with-graphviz=$graphviz --with-svn=$subversion"
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
. $stdenv/setup || exit 1
|
||||
source $stdenv/setup || exit 1
|
||||
|
||||
tar zxf $src || exit 1
|
||||
cd jclasslib || exit 1
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
. $stdenv/setup
|
||||
source $stdenv/setup
|
||||
|
||||
|
||||
postInstall() {
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
. $stdenv/setup
|
||||
source $stdenv/setup
|
||||
|
||||
patchConfigure() {
|
||||
# Clear the default library search path.
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
. $stdenv/setup
|
||||
source $stdenv/setup
|
||||
|
||||
patchConfigure() {
|
||||
# Clear the default library search path.
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
. $stdenv/setup
|
||||
source $stdenv/setup
|
||||
|
||||
tar xvfz $src
|
||||
cd gperf-*
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
. $stdenv/setup
|
||||
source $stdenv/setup
|
||||
|
||||
installFlags="PREFIX=$out"
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
. $stdenv/setup
|
||||
source $stdenv/setup
|
||||
|
||||
postInstall() {
|
||||
test -x $out/nix-support || mkdir $out/nix-support
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
. $stdenv/setup
|
||||
source $stdenv/setup
|
||||
|
||||
genericBuild
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
buildInputs="$perl $python $jdk"
|
||||
. $stdenv/setup
|
||||
source $stdenv/setup
|
||||
genericBuild
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
. $stdenv/setup
|
||||
source $stdenv/setup
|
||||
configureFlags="--with-aterm=$aterm --with-toolbuslib=$toolbuslib --with-pt-support=$ptsupport --with-asf-support=$asfsupport"
|
||||
genericBuild
|
||||
@@ -1,4 +1,4 @@
|
||||
. $stdenv/setup
|
||||
source $stdenv/setup
|
||||
configureFlags="--with-aterm=$aterm --with-pt-support=$ptsupport"
|
||||
genericBuild
|
||||
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
. $stdenv/setup
|
||||
source $stdenv/setup
|
||||
configureFlags="--with-aterm=$aterm --with-toolbuslib=$toolbuslib"
|
||||
genericBuild
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
. $stdenv/setup
|
||||
source $stdenv/setup
|
||||
|
||||
installPhase() {
|
||||
make install
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
. $stdenv/setup
|
||||
source $stdenv/setup
|
||||
configureFlags="--with-aterm=$aterm \
|
||||
--with-toolbuslib=$toolbuslib \
|
||||
--with-pt-support=$ptsupport \
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
. $stdenv/setup
|
||||
source $stdenv/setup
|
||||
configureFlags="--with-aterm=$aterm --with-toolbuslib=$toolbuslib"
|
||||
genericBuild
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
. $stdenv/setup
|
||||
source $stdenv/setup
|
||||
configureFlags="--with-aterm=$aterm --with-toolbuslib=$toolbuslib --with-pt-support=$ptsupport"
|
||||
genericBuild
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
. $stdenv/setup
|
||||
source $stdenv/setup
|
||||
|
||||
configureFlags="--with-aterm=$aterm"
|
||||
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
. $stdenv/setup
|
||||
source $stdenv/setup
|
||||
configureFlags="--with-aterm=$aterm --with-toolbuslib=$toolbuslib --with-pt-support=$ptsupport"
|
||||
genericBuild
|
||||
|
||||
Reference in New Issue
Block a user