* "." -> "source".

svn path=/nixpkgs/trunk/; revision=4335
This commit is contained in:
Eelco Dolstra 2005-12-05 14:11:09 +00:00
parent 7589df67ae
commit 82e678362f
195 changed files with 230 additions and 230 deletions

View file

@ -1,4 +1,4 @@
. $stdenv/setup source $stdenv/setup
myglibc=`cat ${NIX_GCC}/nix-support/orig-glibc` myglibc=`cat ${NIX_GCC}/nix-support/orig-glibc`
echo "glibc: $myglibc" echo "glibc: $myglibc"

View file

@ -1,4 +1,4 @@
. $stdenv/setup source $stdenv/setup
mkdir -p $out/emacs/site-lisp mkdir -p $out/emacs/site-lisp
cp $src $out/emacs/site-lisp/cua.el cp $src $out/emacs/site-lisp/cua.el

View file

@ -1,4 +1,4 @@
. $stdenv/setup source $stdenv/setup
mkdir -p $out/emacs/site-lisp mkdir -p $out/emacs/site-lisp
tar zxvf $src tar zxvf $src

View file

@ -1,4 +1,4 @@
. $stdenv/setup source $stdenv/setup
mkdir -p $out/emacs/site-lisp mkdir -p $out/emacs/site-lisp
cd $out/emacs/site-lisp cd $out/emacs/site-lisp

View file

@ -1,5 +1,5 @@
. $stdenv/setup source $stdenv/setup
. $makeWrapper source $makeWrapper
export MONO_GAC_PREFIX=$monodoc:$gtksharp export MONO_GAC_PREFIX=$monodoc:$gtksharp

View file

@ -1,5 +1,5 @@
. $stdenv/setup source $stdenv/setup
. $makeWrapper source $makeWrapper
postInstall=postInstall postInstall=postInstall
postInstall() { postInstall() {

View file

@ -1,3 +1,3 @@
. $stdenv/setup source $stdenv/setup
genericBuild genericBuild

View file

@ -1,6 +1,6 @@
set -e set -e
. $stdenv/setup source $stdenv/setup
unzip $src unzip $src
mkdir $out mkdir $out

View file

@ -1,5 +1,5 @@
. $stdenv/setup source $stdenv/setup
. $makeWrapper source $makeWrapper
postInstall=postInstall postInstall=postInstall
postInstall() { postInstall() {

View file

@ -1,4 +1,4 @@
. $stdenv/setup source $stdenv/setup
echo "unpacking $src..." echo "unpacking $src..."
tar xvfz $src tar xvfz $src

View file

@ -1,4 +1,4 @@
. $stdenv/setup source $stdenv/setup
PATH=$perl/bin:$PATH PATH=$perl/bin:$PATH

View file

@ -1,5 +1,5 @@
. $stdenv/setup source $stdenv/setup
. $makeWrapper source $makeWrapper
makeWrapper "$firefox/bin/firefox" "$out/bin/firefox" \ makeWrapper "$firefox/bin/firefox" "$out/bin/firefox" \
--suffix-each MOZ_PLUGIN_PATH ':' "$plugins" \ --suffix-each MOZ_PLUGIN_PATH ':' "$plugins" \

View file

@ -1,9 +1,9 @@
. $stdenv/setup source $stdenv/setup
preConfigure=preConfigure preConfigure=preConfigure
preConfigure() { preConfigure() {
cat > .mozconfig <<EOF cat > .mozconfig <<EOF
. \$topsrcdir/browser/config/mozconfig source \$topsrcdir/browser/config/mozconfig
ac_add_options --prefix=$out ac_add_options --prefix=$out
ac_add_options --enable-optimize ac_add_options --enable-optimize
ac_add_options --disable-debug ac_add_options --disable-debug

View file

@ -1,4 +1,4 @@
. $stdenv/setup source $stdenv/setup
dontBuild=1 dontBuild=1
dontMakeInstall=1 dontMakeInstall=1

View file

@ -1,4 +1,4 @@
. $stdenv/setup source $stdenv/setup
# The Firefox pkgconfig files are buggy; they are called firefox-*.pc, # The Firefox pkgconfig files are buggy; they are called firefox-*.pc,
# but they refer to mozilla-*.pc. Also, mplayerplug-in requires # but they refer to mozilla-*.pc. Also, mplayerplug-in requires

View file

@ -1,4 +1,4 @@
. $stdenv/setup source $stdenv/setup
preConfigure=preConfigure preConfigure=preConfigure
preConfigure() { preConfigure() {

View file

@ -1,4 +1,4 @@
. $stdenv/setup source $stdenv/setup
configureFlags="--with-ssl=$openssl --with-gc=$boehmgc $configureFlags" configureFlags="--with-ssl=$openssl --with-gc=$boehmgc $configureFlags"

View file

@ -1,4 +1,4 @@
. $stdenv/setup source $stdenv/setup
configureFlags="\ configureFlags="\
--with-nspr-includes=$nss/include/nspr \ --with-nspr-includes=$nss/include/nspr \

View file

@ -1,4 +1,4 @@
. $stdenv/setup source $stdenv/setup
preConfigure() { preConfigure() {
cat mail/config/mozconfig > .mozconfig cat mail/config/mozconfig > .mozconfig

View file

@ -1,5 +1,5 @@
buildInputs="$openssl $zlib $db4 $httpd $swig $python $jdk $expat $patch" buildInputs="$openssl $zlib $db4 $httpd $swig $python $jdk $expat $patch"
. $stdenv/setup source $stdenv/setup
configureFlags="--without-gdbm --disable-static" configureFlags="--without-gdbm --disable-static"

View file

@ -1,5 +1,5 @@
buildInputs="$openssl $zlib $db4 $httpd $swig $python $jdk $expat $patch" buildInputs="$openssl $zlib $db4 $httpd $swig $python $jdk $expat $patch"
. $stdenv/setup source $stdenv/setup
configureFlags="--without-gdbm --disable-static" configureFlags="--without-gdbm --disable-static"

View file

@ -1,4 +1,4 @@
. $stdenv/setup source $stdenv/setup
# !!! Remove eventually. # !!! Remove eventually.
export _POSIX2_VERSION=199209 export _POSIX2_VERSION=199209

View file

@ -1,4 +1,4 @@
. $stdenv/setup source $stdenv/setup
buildPhase=true buildPhase=true

View file

@ -1,5 +1,5 @@
. $stdenv/setup source $stdenv/setup
. $makeWrapper source $makeWrapper
ensureDir $out/real ensureDir $out/real

View file

@ -1,4 +1,4 @@
. $stdenv/setup source $stdenv/setup
buildPhase=myBuilder buildPhase=myBuilder

View file

@ -1,4 +1,4 @@
. $stdenv/setup source $stdenv/setup
# !!! hack # !!! hack
NIX_LDFLAGS="$NIX_LDFLAGS -rpath $libXext/lib" NIX_LDFLAGS="$NIX_LDFLAGS -rpath $libXext/lib"

View file

@ -1,4 +1,4 @@
. $stdenv/setup source $stdenv/setup
echo "copying $url into $out..." echo "copying $url into $out..."

View file

@ -1,4 +1,4 @@
. $stdenv/setup source $stdenv/setup
header "exporting $url (r$rev) into $out" header "exporting $url (r$rev) into $out"

View file

@ -1,4 +1,4 @@
. $stdenv/setup source $stdenv/setup
header "downloading $out from $url" header "downloading $out from $url"

View file

@ -1,5 +1,5 @@
. $stdenv/setup source $stdenv/setup
. $substitute source $substitute
# Force gcc to use ld-wrapper.sh when calling ld. # Force gcc to use ld-wrapper.sh when calling ld.

View file

@ -1,14 +1,14 @@
#! @shell@ -e #! @shell@ -e
if test -n "$NIX_GCC_WRAPPER_START_HOOK"; then if test -n "$NIX_GCC_WRAPPER_START_HOOK"; then
. "$NIX_GCC_WRAPPER_START_HOOK" source "$NIX_GCC_WRAPPER_START_HOOK"
fi fi
if test -z "$NIX_GLIBC_FLAGS_SET"; then if test -z "$NIX_GLIBC_FLAGS_SET"; then
. @out@/nix-support/add-flags source @out@/nix-support/add-flags
fi fi
. @out@/nix-support/utils source @out@/nix-support/utils
# Figure out if linker flags should be passed. GCC prints annoying # Figure out if linker flags should be passed. GCC prints annoying
@ -109,7 +109,7 @@ if test "$NIX_DEBUG" = "1"; then
fi fi
if test -n "$NIX_GCC_WRAPPER_EXEC_HOOK"; then if test -n "$NIX_GCC_WRAPPER_EXEC_HOOK"; then
. "$NIX_GCC_WRAPPER_EXEC_HOOK" source "$NIX_GCC_WRAPPER_EXEC_HOOK"
fi fi

View file

@ -1,14 +1,14 @@
#! @shell@ -e #! @shell@ -e
if test -n "$NIX_LD_WRAPPER_START_HOOK"; then if test -n "$NIX_LD_WRAPPER_START_HOOK"; then
. "$NIX_LD_WRAPPER_START_HOOK" source "$NIX_LD_WRAPPER_START_HOOK"
fi fi
if test -z "$NIX_GLIBC_FLAGS_SET"; then if test -z "$NIX_GLIBC_FLAGS_SET"; then
. @out@/nix-support/add-flags source @out@/nix-support/add-flags
fi fi
. @out@/nix-support/utils source @out@/nix-support/utils
# Optionally filter out paths not refering to the store. # Optionally filter out paths not refering to the store.
@ -139,7 +139,7 @@ if test "$NIX_DEBUG" = "1"; then
fi fi
if test -n "$NIX_LD_WRAPPER_EXEC_HOOK"; then if test -n "$NIX_LD_WRAPPER_EXEC_HOOK"; then
. "$NIX_LD_WRAPPER_EXEC_HOOK" source "$NIX_LD_WRAPPER_EXEC_HOOK"
fi fi
exec @ld@ ${extraBefore[@]} "${params[@]}" ${extra[@]} exec @ld@ ${extraBefore[@]} "${params[@]}" ${extra[@]}

View file

@ -1,5 +1,5 @@
. $stdenv/setup source $stdenv/setup
. $substitute source $substitute
# Force gcc to use ld-wrapper.sh when calling ld. # Force gcc to use ld-wrapper.sh when calling ld.

View file

@ -1,14 +1,14 @@
#! @shell@ -e #! @shell@ -e
if test -n "$NIX_GCC_WRAPPER_START_HOOK"; then if test -n "$NIX_GCC_WRAPPER_START_HOOK"; then
. "$NIX_GCC_WRAPPER_START_HOOK" source "$NIX_GCC_WRAPPER_START_HOOK"
fi fi
if test -z "$NIX_GLIBC_FLAGS_SET"; then if test -z "$NIX_GLIBC_FLAGS_SET"; then
. @out@/nix-support/add-flags source @out@/nix-support/add-flags
fi fi
. @out@/nix-support/utils source @out@/nix-support/utils
# Figure out if linker flags should be passed. GCC prints annoying # Figure out if linker flags should be passed. GCC prints annoying
@ -109,7 +109,7 @@ if test "$NIX_DEBUG" = "1"; then
fi fi
if test -n "$NIX_GCC_WRAPPER_EXEC_HOOK"; then if test -n "$NIX_GCC_WRAPPER_EXEC_HOOK"; then
. "$NIX_GCC_WRAPPER_EXEC_HOOK" source "$NIX_GCC_WRAPPER_EXEC_HOOK"
fi fi

View file

@ -1,14 +1,14 @@
#! @shell@ -e #! @shell@ -e
if test -n "$NIX_LD_WRAPPER_START_HOOK"; then if test -n "$NIX_LD_WRAPPER_START_HOOK"; then
. "$NIX_LD_WRAPPER_START_HOOK" source "$NIX_LD_WRAPPER_START_HOOK"
fi fi
if test -z "$NIX_GLIBC_FLAGS_SET"; then if test -z "$NIX_GLIBC_FLAGS_SET"; then
. @out@/nix-support/add-flags source @out@/nix-support/add-flags
fi fi
. @out@/nix-support/utils source @out@/nix-support/utils
# Optionally filter out paths not refering to the store. # Optionally filter out paths not refering to the store.
@ -139,7 +139,7 @@ if test "$NIX_DEBUG" = "1"; then
fi fi
if test -n "$NIX_LD_WRAPPER_EXEC_HOOK"; then if test -n "$NIX_LD_WRAPPER_EXEC_HOOK"; then
. "$NIX_LD_WRAPPER_EXEC_HOOK" source "$NIX_LD_WRAPPER_EXEC_HOOK"
fi fi
exec @ld@ ${extraBefore[@]} "${params[@]}" ${extra[@]} exec @ld@ ${extraBefore[@]} "${params[@]}" ${extra[@]}

View file

@ -1,4 +1,4 @@
. $stdenv/setup source $stdenv/setup
mkdir $out mkdir $out
for file in $files for file in $files

View file

@ -1,5 +1,5 @@
. $stdenv/setup source $stdenv/setup
. $substituter source $substituter
substitute $dllFixer $out --subst-var-by perl $perl/bin/perl substitute $dllFixer $out --subst-var-by perl $perl/bin/perl
chmod +x $out chmod +x $out

View file

@ -1,4 +1,4 @@
. $stdenv/setup source $stdenv/setup
mkdir -p $out/xml/rng/docbook mkdir -p $out/xml/rng/docbook
cd $out/xml/rng/docbook cd $out/xml/rng/docbook

View file

@ -1,4 +1,4 @@
. $stdenv/setup source $stdenv/setup
mkdir -p $out/xml/dtd/docbook mkdir -p $out/xml/dtd/docbook
cd $out/xml/dtd/docbook cd $out/xml/dtd/docbook

View file

@ -1,4 +1,4 @@
. $stdenv/setup source $stdenv/setup
mkdir -p $out/xml/dtd/docbook mkdir -p $out/xml/dtd/docbook
cd $out/xml/dtd/docbook cd $out/xml/dtd/docbook

View file

@ -1,4 +1,4 @@
. $stdenv/setup source $stdenv/setup
mkdir -p $out/xml/dtd/docbook-ebnf mkdir -p $out/xml/dtd/docbook-ebnf
cd $out/xml/dtd/docbook-ebnf cd $out/xml/dtd/docbook-ebnf

View file

@ -1,4 +1,4 @@
. $stdenv/setup source $stdenv/setup
mkdir $out mkdir $out
cd $out cd $out

View file

@ -1,6 +1,6 @@
set -e set -e
. $stdenv/setup source $stdenv/setup
cp $src . cp $src .
bin=`basename $src` bin=`basename $src`

View file

@ -1,4 +1,4 @@
. $stdenv/setup source $stdenv/setup
export NIX_FIXINC_DUMMY=$NIX_BUILD_TOP/dummy export NIX_FIXINC_DUMMY=$NIX_BUILD_TOP/dummy

View file

@ -1,4 +1,4 @@
. $stdenv/setup source $stdenv/setup
FIXINC_DUMMY=$NIX_BUILD_TOP/dummy FIXINC_DUMMY=$NIX_BUILD_TOP/dummy

View file

@ -1,4 +1,4 @@
. $stdenv/setup source $stdenv/setup
export NIX_FIXINC_DUMMY=$NIX_BUILD_TOP/dummy export NIX_FIXINC_DUMMY=$NIX_BUILD_TOP/dummy

View file

@ -1,4 +1,4 @@
. $stdenv/setup source $stdenv/setup
export NIX_FIXINC_DUMMY=$NIX_BUILD_TOP/dummy export NIX_FIXINC_DUMMY=$NIX_BUILD_TOP/dummy

View file

@ -1,4 +1,4 @@
. $stdenv/setup source $stdenv/setup
export NIX_FIXINC_DUMMY=$NIX_BUILD_TOP/dummy export NIX_FIXINC_DUMMY=$NIX_BUILD_TOP/dummy

View file

@ -1,4 +1,4 @@
. $stdenv/setup source $stdenv/setup
export NIX_FIXINC_DUMMY=$NIX_BUILD_TOP/dummy export NIX_FIXINC_DUMMY=$NIX_BUILD_TOP/dummy

View file

@ -1,4 +1,4 @@
. $stdenv/setup source $stdenv/setup
export LDFLAGS="-static" export LDFLAGS="-static"

View file

@ -1,4 +1,4 @@
. $stdenv/setup source $stdenv/setup
set -e set -e

View file

@ -1,4 +1,4 @@
. $stdenv/setup source $stdenv/setup
export DYLANDIR=$dylan export DYLANDIR=$dylan
export DYLANPATH=$dylan/lib/dylan/2.4.0/x86-linux-gcc export DYLANPATH=$dylan/lib/dylan/2.4.0/x86-linux-gcc

View file

@ -1,4 +1,4 @@
. $stdenv/setup source $stdenv/setup
unzip $src unzip $src

View file

@ -1,5 +1,5 @@
buildinputs="$ghc" buildinputs="$ghc"
. $stdenv/setup || exit 1 source $stdenv/setup || exit 1
tar xvfz $src || exit 1 tar xvfz $src || exit 1
cd helium-* || exit 1 cd helium-* || exit 1

View file

@ -1,4 +1,4 @@
. $stdenv/setup source $stdenv/setup
mkdir -p $out/bin mkdir -p $out/bin
mkdir -p $out/man/man1 mkdir -p $out/man/man1

View file

@ -1,4 +1,4 @@
. $stdenv/setup source $stdenv/setup
configureFlags="-prefix $out $configureFlags" configureFlags="-prefix $out $configureFlags"
genericBuild genericBuild

View file

@ -1,4 +1,4 @@
. $stdenv/setup source $stdenv/setup
configureFlags="--with-aterm=$aterm --with-sdf=$sdf" configureFlags="--with-aterm=$aterm --with-sdf=$sdf"
genericBuild genericBuild

View file

@ -1,5 +1,5 @@
buildinputs="$aterm $sdf $strategoxt" buildinputs="$aterm $sdf $strategoxt"
. $stdenv/setup || exit 1 source $stdenv/setup || exit 1
tar zxf $src || exit 1 tar zxf $src || exit 1
cd tiger-* || exit 1 cd tiger-* || exit 1

View file

@ -1,4 +1,4 @@
. $stdenv/setup source $stdenv/setup
unzip $src unzip $src
cd jdtcoresrc cd jdtcoresrc

View file

@ -1,6 +1,6 @@
set -e set -e
. $stdenv/setup source $stdenv/setup
unzip $src unzip $src
mkdir $out mkdir $out

View file

@ -1,4 +1,4 @@
. $stdenv/setup || exit 1 source $stdenv/setup || exit 1
set -e set -e

View file

@ -1,6 +1,6 @@
#! /bin/sh #! /bin/sh
. $stdenv/setup || exit 1 source $stdenv/setup || exit 1
cp $src $version.bin || exit 1 cp $src $version.bin || exit 1
chmod u+x $version.bin || exit 1 chmod u+x $version.bin || exit 1

View file

@ -1,4 +1,4 @@
. $stdenv/setup || exit 1 source $stdenv/setup || exit 1
configureFlags="--with-jikes=$jikes/bin/jikes --enable-pure-java-math" configureFlags="--with-jikes=$jikes/bin/jikes --enable-pure-java-math"
genericBuild genericBuild

View file

@ -1,4 +1,4 @@
. $stdenv/setup source $stdenv/setup
if test "$NIX_ENFORCE_PURITY" = "1" -a -n "$NIX_STORE"; then if test "$NIX_ENFORCE_PURITY" = "1" -a -n "$NIX_STORE"; then
GLIBC=$(cat $NIX_GCC/nix-support/orig-glibc) GLIBC=$(cat $NIX_GCC/nix-support/orig-glibc)

View file

@ -1,4 +1,4 @@
. $stdenv/setup source $stdenv/setup
alias lex=flex alias lex=flex

View file

@ -1,4 +1,4 @@
. $stdenv/setup source $stdenv/setup
mkdir $out mkdir $out
mkdir $out/bin mkdir $out/bin
ln -s /usr/bin/perl $out/bin ln -s /usr/bin/perl $out/bin

View file

@ -1,5 +1,5 @@
buildinputs="" buildinputs=""
. $stdenv/setup || exit 1 source $stdenv/setup || exit 1
tar xvfz $src || exit 1 tar xvfz $src || exit 1
cd audiofile-* || exit 1 cd audiofile-* || exit 1

View file

@ -1,4 +1,4 @@
. $stdenv/setup source $stdenv/setup
unpackCmd="tar xvfj $src" unpackCmd="tar xvfj $src"

View file

@ -1,4 +1,4 @@
. $stdenv/setup source $stdenv/setup
preConfigure() { preConfigure() {
cd build_unix cd build_unix

View file

@ -1,4 +1,4 @@
. $stdenv/setup source $stdenv/setup
configureFlags="--with-confdir=$out/etc/fonts" configureFlags="--with-confdir=$out/etc/fonts"

View file

@ -2,8 +2,8 @@
export NIX_NO_SELF_RPATH=1 export NIX_NO_SELF_RPATH=1
export NIX_DONT_SET_RPATH=1 export NIX_DONT_SET_RPATH=1
. $stdenv/setup source $stdenv/setup
. $substitute source $substitute
glibc=`cat $NIX_GCC/nix-support/orig-glibc` glibc=`cat $NIX_GCC/nix-support/orig-glibc`
echo $glibc echo $glibc

View file

@ -5,6 +5,6 @@ addBzip2() {
buildInputs="$(dirname $(dirname $bzip2)) $buildInputs" buildInputs="$(dirname $(dirname $bzip2)) $buildInputs"
} }
. $stdenv/setup source $stdenv/setup
genericBuild genericBuild

View file

@ -1,4 +1,4 @@
. $stdenv/setup source $stdenv/setup
configureFlags="--with-xml-catalog=$docbook_xml_dtd_42/xml/dtd/docbook/docbook.cat" configureFlags="--with-xml-catalog=$docbook_xml_dtd_42/xml/dtd/docbook/docbook.cat"

View file

@ -1,4 +1,4 @@
. $stdenv/setup source $stdenv/setup
genericBuild genericBuild
if test -n "$_propagatedBuildInputs"; then if test -n "$_propagatedBuildInputs"; then

View file

@ -1,4 +1,4 @@
. $stdenv/setup source $stdenv/setup
genericBuild genericBuild

View file

@ -1,4 +1,4 @@
. $stdenv/setup source $stdenv/setup
genericBuild genericBuild

View file

@ -1,4 +1,4 @@
. $stdenv/setup source $stdenv/setup
genericBuild genericBuild

View file

@ -1,4 +1,4 @@
. $stdenv/setup source $stdenv/setup
genericBuild genericBuild

View file

@ -1,5 +1,5 @@
set -e set -e
. $stdenv/setup source $stdenv/setup
tar zxvf $src tar zxvf $src

View file

@ -1,4 +1,4 @@
. $stdenv/setup source $stdenv/setup
$unzip/bin/unzip $src $unzip/bin/unzip $src
mkdir $out mkdir $out

View file

@ -1,4 +1,4 @@
. $stdenv/setup source $stdenv/setup
tar zxvf $src tar zxvf $src
cd bcel-5.1 cd bcel-5.1

View file

@ -1,5 +1,5 @@
set -e set -e
. $stdenv/setup source $stdenv/setup
tar zxvf $src tar zxvf $src
mkdir -p $out mkdir -p $out

View file

@ -1,4 +1,4 @@
. $stdenv/setup source $stdenv/setup
tar zxvf $src tar zxvf $src
cd jakarta-regexp-1.3 cd jakarta-regexp-1.3

View file

@ -1,5 +1,5 @@
set -e set -e
. $stdenv/setup source $stdenv/setup
$unzip/bin/unzip $src $unzip/bin/unzip $src
mkdir -p $out mkdir -p $out

View file

@ -1,5 +1,5 @@
set -e set -e
. $stdenv/setup source $stdenv/setup
tar zxvf $src tar zxvf $src
mkdir -p $out mkdir -p $out

View file

@ -1,5 +1,5 @@
set -e set -e
. $stdenv/setup source $stdenv/setup
tar zxvf $src tar zxvf $src
mkdir -p $out mkdir -p $out

View file

@ -1,5 +1,5 @@
set -e set -e
. $stdenv/setup source $stdenv/setup
$unzip/bin/unzip $src $unzip/bin/unzip $src
mkdir -p $out mkdir -p $out

View file

@ -1,5 +1,5 @@
set -e set -e
. $stdenv/setup source $stdenv/setup
tar zxvf $src tar zxvf $src
mkdir -p $out mkdir -p $out

View file

@ -1,5 +1,5 @@
set -e set -e
. $stdenv/setup source $stdenv/setup
tar xvf $src tar xvf $src
mkdir -p $out mkdir -p $out

View file

@ -1,3 +1,3 @@
. $stdenv/setup source $stdenv/setup
unzip $src -d $out unzip $src -d $out

View file

@ -1,4 +1,4 @@
. $stdenv/setup source $stdenv/setup
configureFlags="--with-libdvdcss=$libdvdcss" configureFlags="--with-libdvdcss=$libdvdcss"

View file

@ -1,4 +1,4 @@
. $stdenv/setup source $stdenv/setup
configureFlags="--enable-shared" configureFlags="--enable-shared"

View file

@ -1,4 +1,4 @@
. $stdenv/setup source $stdenv/setup
configureFlags="--with-DIR_MAN=$out/man --with-ZIP --with-JPEG" configureFlags="--with-DIR_MAN=$out/man --with-ZIP --with-JPEG"

View file

@ -1,4 +1,4 @@
. $stdenv/setup source $stdenv/setup
configureFlags="" configureFlags=""
if test "$pythonSupport"; then if test "$pythonSupport"; then

View file

@ -1,4 +1,4 @@
. $stdenv/setup source $stdenv/setup
makeFlags="linux-x86" makeFlags="linux-x86"

View file

@ -1,4 +1,4 @@
. $stdenv/setup source $stdenv/setup
# This must be the ugliest builder in the Nix Packages # This must be the ugliest builder in the Nix Packages

View file

@ -1,4 +1,4 @@
. $stdenv/setup source $stdenv/setup
configureScript=./config configureScript=./config
configureFlags=shared configureFlags=shared

View file

@ -1,4 +1,4 @@
. $stdenv/setup source $stdenv/setup
configureScript=./config configureScript=./config
configureFlags=shared configureFlags=shared

View file

@ -1,5 +1,5 @@
buildinputs="$gettext" buildinputs="$gettext"
. $stdenv/setup || exit 1 source $stdenv/setup || exit 1
tar xvfz $src || exit 1 tar xvfz $src || exit 1
cd popt-* || exit 1 cd popt-* || exit 1

View file

@ -1,5 +1,5 @@
. $stdenv/setup source $stdenv/setup
. $substitute source $substitute
ensureDir $out/nix-support ensureDir $out/nix-support
substitute "$hook" "$out/nix-support/setup-hook" --subst-var out substitute "$hook" "$out/nix-support/setup-hook" --subst-var out

Some files were not shown because too many files have changed in this diff Show more