mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-26 12:53:59 +03:00
flat-plat: made the theme discoverable
This commit is contained in:
parent
ea9d390c1a
commit
1d1b875a9d
@ -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; {
|
||||
|
Loading…
Reference in New Issue
Block a user