svn merge ^/nixpkgs/trunk
svn path=/nixpkgs/branches/libpng15/; revision=31430
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
{stdenv, fetchurl, cups, zlib, libjpeg, libusb, python, saneBackends, dbus
|
||||
, pkgconfig, polkit, qtSupport ? false, qt4
|
||||
, pkgconfig, polkit, qtSupport ? true, qt4
|
||||
}:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
|
||||
@@ -26,6 +26,8 @@ stdenv.mkDerivation {
|
||||
done
|
||||
chmod +w -R *
|
||||
sed -i -e 's/console=ttyS0,57600n8//' include/configs/qi_lb60.h
|
||||
# Load more than 2MiB for the kernel
|
||||
sed -i -e 's/0x200000;bootm/0x400000;bootm/' include/configs/qi_lb60.h
|
||||
'';
|
||||
|
||||
# Remove the cross compiler prefix, and add reiserfs support
|
||||
|
||||
Reference in New Issue
Block a user