Merge branch 'staging'; security /cc #21642

This commit is contained in:
Vladimír Čunát
2017-01-06 16:32:47 +01:00
41 changed files with 261 additions and 183 deletions

View File

@@ -1,6 +1,7 @@
{ stdenv, lib, pkgArches,
name, version, src, monos, geckos, platforms,
pkgconfig, fontforge, makeWrapper, flex, bison,
# flex 2.6.3 causes: undefined reference to `yywrap'
pkgconfig, fontforge, makeWrapper, flex_2_6_1, bison,
supportFlags,
buildScript ? null, configureFlags ? ""
}:
@@ -16,7 +17,7 @@ stdenv.mkDerivation ((lib.optionalAttrs (! isNull buildScript) {
inherit name src configureFlags;
nativeBuildInputs = [
pkgconfig fontforge makeWrapper flex bison
pkgconfig fontforge makeWrapper flex_2_6_1 bison
];
buildInputs = toBuildInputs pkgArches (with supportFlags; (pkgs:

View File

@@ -11,7 +11,6 @@ stdenv.mkDerivation {
propagatedUserEnvPkgs = [ gtk-engine-murrine ];
phases = "$prePhases unpackPhase installPhase fixupPhase $postPhases";
installPhase = ''
mkdir -p $out/share/themes/orion
cp -r gtk-2.0 gtk-3.0 metacity-1 openbox-3 xfwm4 $out/share/themes/orion