grub2: simplify gnulib usage
This commit is contained in:
parent
4ca87c08a2
commit
98bb71f41b
@ -83,12 +83,9 @@ stdenv.mkDerivation rec {
|
|||||||
|
|
||||||
unset CPP # setting CPP intereferes with dependency calculation
|
unset CPP # setting CPP intereferes with dependency calculation
|
||||||
|
|
||||||
cp -r ${gnulib} $PWD/gnulib
|
|
||||||
chmod u+w -R $PWD/gnulib
|
|
||||||
|
|
||||||
patchShebangs .
|
patchShebangs .
|
||||||
|
|
||||||
./bootstrap --no-git --gnulib-srcdir=$PWD/gnulib
|
./bootstrap --no-git --gnulib-srcdir=${gnulib}
|
||||||
|
|
||||||
substituteInPlace ./configure --replace '/usr/share/fonts/unifont' '${unifont}/share/fonts'
|
substituteInPlace ./configure --replace '/usr/share/fonts/unifont' '${unifont}/share/fonts'
|
||||||
'';
|
'';
|
||||||
|
Loading…
x
Reference in New Issue
Block a user