qtbase-* nitpick: fix list nesting
Generalized from #24036, and leaving the authorship there.
This commit is contained in:
@@ -55,7 +55,7 @@ stdenv.mkDerivation {
|
|||||||
patches =
|
patches =
|
||||||
copyPathsToStore (lib.readPathsFromFile ./. ./series)
|
copyPathsToStore (lib.readPathsFromFile ./. ./series)
|
||||||
++ lib.optional decryptSslTraffic ./decrypt-ssl-traffic.patch
|
++ lib.optional decryptSslTraffic ./decrypt-ssl-traffic.patch
|
||||||
++ lib.optional mesaSupported [ ./dlopen-gl.patch ./mkspecs-libgl.patch ];
|
++ lib.optionals mesaSupported [ ./dlopen-gl.patch ./mkspecs-libgl.patch ];
|
||||||
|
|
||||||
postPatch =
|
postPatch =
|
||||||
''
|
''
|
||||||
|
|||||||
@@ -39,7 +39,7 @@ stdenv.mkDerivation {
|
|||||||
copyPathsToStore (lib.readPathsFromFile ./. ./series)
|
copyPathsToStore (lib.readPathsFromFile ./. ./series)
|
||||||
++ [(if stdenv.isDarwin then ./cmake-paths-darwin.patch else ./cmake-paths.patch)]
|
++ [(if stdenv.isDarwin then ./cmake-paths-darwin.patch else ./cmake-paths.patch)]
|
||||||
++ lib.optional decryptSslTraffic ./decrypt-ssl-traffic.patch
|
++ lib.optional decryptSslTraffic ./decrypt-ssl-traffic.patch
|
||||||
++ lib.optional mesaSupported [ ./dlopen-gl.patch ./mkspecs-libgl.patch ];
|
++ lib.optionals mesaSupported [ ./dlopen-gl.patch ./mkspecs-libgl.patch ];
|
||||||
|
|
||||||
postPatch =
|
postPatch =
|
||||||
''
|
''
|
||||||
|
|||||||
@@ -39,7 +39,7 @@ stdenv.mkDerivation {
|
|||||||
copyPathsToStore (lib.readPathsFromFile ./. ./series)
|
copyPathsToStore (lib.readPathsFromFile ./. ./series)
|
||||||
++ [(if stdenv.isDarwin then ./cmake-paths-darwin.patch else ./cmake-paths.patch)]
|
++ [(if stdenv.isDarwin then ./cmake-paths-darwin.patch else ./cmake-paths.patch)]
|
||||||
++ lib.optional decryptSslTraffic ./decrypt-ssl-traffic.patch
|
++ lib.optional decryptSslTraffic ./decrypt-ssl-traffic.patch
|
||||||
++ lib.optional mesaSupported [ ./dlopen-gl.patch ./mkspecs-libgl.patch ];
|
++ lib.optionals mesaSupported [ ./dlopen-gl.patch ./mkspecs-libgl.patch ];
|
||||||
|
|
||||||
postPatch =
|
postPatch =
|
||||||
''
|
''
|
||||||
|
|||||||
@@ -36,7 +36,7 @@ stdenv.mkDerivation {
|
|||||||
patches =
|
patches =
|
||||||
copyPathsToStore (lib.readPathsFromFile ./. ./series)
|
copyPathsToStore (lib.readPathsFromFile ./. ./series)
|
||||||
++ lib.optional decryptSslTraffic ./decrypt-ssl-traffic.patch
|
++ lib.optional decryptSslTraffic ./decrypt-ssl-traffic.patch
|
||||||
++ lib.optional mesaSupported [ ./dlopen-gl.patch ./mkspecs-libgl.patch ];
|
++ lib.optionals mesaSupported [ ./dlopen-gl.patch ./mkspecs-libgl.patch ];
|
||||||
|
|
||||||
postPatch =
|
postPatch =
|
||||||
''
|
''
|
||||||
|
|||||||
Reference in New Issue
Block a user