Merge pull request #17505 from Mounium/patch-1

flat-plat: Made the theme actually discoverable
This commit is contained in:
Joachim F 2016-08-04 16:50:51 +02:00 committed by GitHub
commit 6664471d51

View File

@ -13,9 +13,9 @@ stdenv.mkDerivation rec {
dontBuild = true;
installPhase = ''
mkdir -p $out/share/themes
mkdir -p $out/share/themes/Flat-Plat
rm .gitignore COPYING README.md
cp -r . $out/share/themes
cp -r . $out/share/themes/Flat-Plat
'';
meta = with stdenv.lib; {