weee new laptoo
This commit is contained in:
parent
c2af5792d1
commit
38b26a082f
14 changed files with 148 additions and 141 deletions
|
|
@ -9,8 +9,12 @@ stdenvNoCC.mkDerivation {
|
|||
# later, add XML files to /usr(?)/share/backgrounds
|
||||
# then, it is selectable from places like in gnome and also do the same for KDE
|
||||
installPhase = ''
|
||||
runHook preInstall
|
||||
|
||||
mkdir -p "$out/share/backgrounds"
|
||||
cp -r "$src/img/." "$out/share/backgrounds/"
|
||||
|
||||
runHook postInstall
|
||||
'';
|
||||
|
||||
meta = with lib; {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue