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
10 lines
117 B
Bash
10 lines
117 B
Bash
source $stdenv/setup
|
|
|
|
export LDFLAGS=-static
|
|
export DESTDIR=$out
|
|
|
|
genericBuild
|
|
|
|
#strip $out/bin/*
|
|
#strip $out/sbin/*
|