mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-09 14:33:22 +00:00
85b7c134cb
svn path=/nixpkgs/trunk/; revision=21426
4 lines
73 B
Bash
Executable File
4 lines
73 B
Bash
Executable File
source $stdenv/setup
|
|
mkdir -p "$out/bin"
|
|
ln -s /usr/bin/lipo "$out/bin/"
|