Trouble in my last tigervnc commit. Fixing it.
svn path=/nixpkgs/trunk/; revision=22570
This commit is contained in:
parent
6c0b62d1a5
commit
6a1cee4a69
@ -21,6 +21,8 @@ stdenv.mkDerivation {
|
||||
sed -i -e 's,$(includedir)/pixman-1,${pixman}/include/pixman-1,' unix/xserver/hw/vnc/Makefile.am
|
||||
'';
|
||||
|
||||
# I don't know why I can't use in the script
|
||||
# this: ${concatStringsSep " " (map (f: "${f}") xorgserver.patches)}
|
||||
xorgPatches = xorgserver.patches;
|
||||
|
||||
postBuild = ''
|
||||
@ -28,8 +30,6 @@ stdenv.mkDerivation {
|
||||
tar xf ${xorgserver.src}
|
||||
cp -R xorg*/* unix/xserver
|
||||
pushd unix/xserver
|
||||
# This below does not work and I don't know why:
|
||||
#for a in ${concatStringsSep " " (map (f: "${f}") xorgserver.patches)}
|
||||
for a in $xorgPatches
|
||||
do
|
||||
patch -p1 < $a
|
||||
|
Loading…
Reference in New Issue
Block a user