mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 23:03:40 +01:00
Remove unnecessary postInstall added to grub expression in r26239,
as pointed out by Shea Levy. svn path=/nixpkgs/trunk/; revision=26240
This commit is contained in:
parent
f5eba6cc5d
commit
400a5b054a
1 changed files with 0 additions and 5 deletions
|
@ -47,11 +47,6 @@ stdenv.mkDerivation rec {
|
|||
-e "s|/usr/src/unifont.bdf|$PWD/unifont.bdf|g"
|
||||
'';
|
||||
|
||||
postInstall = ''
|
||||
ensureDir ./share/grub
|
||||
cp ./unicode.pf2 ./share/grub/
|
||||
'';
|
||||
|
||||
configureFlags =
|
||||
let arch = if stdenv.system == "i686-linux" then "i386"
|
||||
else if stdenv.system == "x86_64-linux" then "x86_64"
|
||||
|
|
Loading…
Reference in a new issue