nixpkgs/pkgs/os-specific/linux/e2fsprogs/builder.sh

9 lines
142 B
Bash
Raw Normal View History

buildinputs="$gettext"
. $stdenv/setup
tar xvfz $src
cd e2fsprogs-*
./configure --prefix=$out --enable-dynamic-e2fsck
make
make install