This website requires JavaScript.
Explore
Help
Sign In
public
/
nixpkgs
Watch
1
Star
0
Fork
You've already forked nixpkgs
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
8263e6d889
nixpkgs
/
pkgs
/
tools
/
text
/
diffutils
/
builder.sh
3 lines
93 B
Bash
Raw
Blame
History
source
$stdenv
/setup
if
test
-n
"
$coreutils
"
;
then
PATH
=
$coreutils
/bin:
$PATH
;
fi
genericBuild
Reference in New Issue
View Git Blame
Copy Permalink