mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-23 15:33:13 +00: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
@ -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 New Issue
Block a user