Merge master into closure-size
The kde-5 stuff still didn't merge well. I hand-fixed what I saw, but there may be more problems.
This commit is contained in:
@@ -24,8 +24,7 @@ stdenv.mkDerivation rec {
|
||||
"--enable-glx"
|
||||
];
|
||||
|
||||
installFlags = lib.optional (!minimal) "dummy_drv_video_ladir=$(out)/lib/dri";
|
||||
postInstall = "";
|
||||
installFlags = [ "dummy_drv_video_ladir=$(out)/lib/dri" ];
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
homepage = http://www.freedesktop.org/wiki/Software/vaapi;
|
||||
|
||||
Reference in New Issue
Block a user