This website requires JavaScript.
Explore
Help
Sign In
public
/
nixpkgs
Watch
1
Star
0
Fork
0
You've already forked nixpkgs
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
nixpkgs
/
pkgs
/
stdenv
/
nix-linux-static
/
curl-static
/
builder.sh
6 lines
68 B
Bash
Raw
Normal View
History
Unescape
Escape
add statically linked curl binary for static nix environment for Linux svn path=/nixpkgs/trunk/; revision=1547
2004-10-07 15:05:19 +00:00
.
$stdenv
/setup
tar zxvf
$src
mkdir
$out
our 7.12.0 was not resolving (thank you glibc!), replaced with statically linked (with uclibc) 7.12.2 svn path=/nixpkgs/branches/nixos-pkgs/; revision=1811
2004-11-29 14:36:29 +00:00
cp -a curl-7.12.2/*
$out
Reference in New Issue
Copy Permalink