add a builder for e2fsprogs, so that an essential header file also gets installed
svn path=/nixpkgs/trunk/; revision=3489
This commit is contained in:
parent
f660a6d892
commit
d69b455cbc
10
pkgs/os-specific/linux/e2fsprogs/builder.sh
Normal file
10
pkgs/os-specific/linux/e2fsprogs/builder.sh
Normal file
@ -0,0 +1,10 @@
|
|||||||
|
. $stdenv/setup
|
||||||
|
|
||||||
|
installPhase() {
|
||||||
|
make install
|
||||||
|
cd lib/uuid; make install
|
||||||
|
}
|
||||||
|
|
||||||
|
installPhase=installPhase
|
||||||
|
|
||||||
|
genericBuild
|
@ -2,6 +2,7 @@
|
|||||||
|
|
||||||
stdenv.mkDerivation {
|
stdenv.mkDerivation {
|
||||||
name = "e2fsprogs-1.36";
|
name = "e2fsprogs-1.36";
|
||||||
|
builder = ./builder.sh;
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = http://catamaran.labs.cs.uu.nl/dist/tarballs/e2fsprogs-1.36.tar.gz;
|
url = http://catamaran.labs.cs.uu.nl/dist/tarballs/e2fsprogs-1.36.tar.gz;
|
||||||
md5 = "1804ee96b76e5e7113fe3cecd6fe582b";
|
md5 = "1804ee96b76e5e7113fe3cecd6fe582b";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user