Merge staging-next into staging

This commit is contained in:
Frederik Rietdijk
2019-01-05 10:15:00 +01:00
263 changed files with 5867 additions and 3218 deletions
+4 -1
View File
@@ -162,7 +162,10 @@ let self = stdenv.mkDerivation {
];
# TODO: probably not all .la files are completely fixed, but it shouldn't matter;
postInstall = optionalString (galliumDrivers != []) ''
postInstall = ''
# Some installs don't have any drivers so this directory is never created.
mkdir -p $drivers
'' + optionalString (galliumDrivers != []) ''
# move gallium-related stuff to $drivers, so $out doesn't depend on LLVM
mv -t "$drivers/lib/" \
$out/lib/libXvMC* \