mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2025-01-06 21:42:35 +03:00
136c43448d
svn path=/nixpkgs/trunk/; revision=4423
6 lines
80 B
Bash
6 lines
80 B
Bash
source $stdenv/setup
|
|
genericBuild
|
|
cd $out/bin
|
|
strip $out/bin/bash
|
|
ln -s bash sh
|