This website requires JavaScript.
Explore
Help
Sign In
nordic-dev.net
/
nixpkgs
Watch
2
Star
0
Fork
0
You've already forked nixpkgs
mirror of
https://github.com/NixOS/nixpkgs.git
synced
2025-01-14 08:54:46 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
f7159c195a
nixpkgs
/
pkgs
/
tools
/
compression
/
zdelta
/
builder.sh
9 lines
105 B
Bash
Raw
Normal View
History
Unescape
Escape
* "." -> "source". svn path=/nixpkgs/trunk/; revision=4335
2005-12-05 14:11:09 +00:00
source
$stdenv
/setup
* Added zdelta 2.1. svn path=/nixpkgs/trunk/; revision=1817
2004-11-29 19:35:42 +00:00
installPhase
(
)
{
ensureDir
$out
/bin
cp -p zdc zdu
$out
/bin
}
genericBuild
Reference in New Issue
Copy Permalink