b768475a3a
the format of one of the files (a shellscript) and thus returns an error code, which can safely be ignored, but from which Nix will conclude the build has failed. svn path=/nixpkgs/trunk/; revision=4454
9 lines
117 B
Bash
9 lines
117 B
Bash
source $stdenv/setup
|
|
|
|
export LDFLAGS=-static
|
|
export DESTDIR=$out
|
|
|
|
genericBuild
|
|
|
|
#strip $out/bin/*
|
|
#strip $out/sbin/*
|