This website requires JavaScript.
Explore
Help
Sign In
philipp
/
nixpkgs
Watch
1
Star
0
Fork
You've already forked nixpkgs
0
Code
Issues
Pull requests
Projects
Releases
Activity
f0129a3f44
nixpkgs
/
pkgs
/
tools
/
text
/
diffutils
/
builder.sh
3 lines
93 B
Bash
Raw
Normal View
History
Unescape
Escape
* "." -> "source". svn path=/nixpkgs/trunk/; revision=4335
2005-12-05 15:11:09 +01:00
source
$stdenv
/setup
* Prevent a retained dependency on coreutils from stdenv. svn path=/nixpkgs/trunk/; revision=1435
2004-09-18 19:06:06 +02:00
if
test
-n
"
$coreutils
"
;
then
PATH
=
$coreutils
/bin:
$PATH
;
fi
genericBuild
Reference in a new issue
Copy permalink