mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-19 03:48:57 +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/"
|