mirror of
https://github.com/CHN-beta/nixpkgs.git
synced 2026-01-13 11:30:35 +08: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:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user