sweet: add gtk-engine-murrine

(cherry picked from commit 3ff86ab57602d71361b011f2bc5b4cfe01d926ef)
This commit is contained in:
Artturin 2021-06-19 05:39:58 +03:00 committed by github-actions[bot]
parent 2e15be0725
commit 38a141da1c
1 changed files with 3 additions and 1 deletions

View File

@ -1,4 +1,4 @@
{ lib, stdenv, fetchurl }: { lib, stdenv, fetchurl, gtk-engine-murrine }:
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
pname = "sweet"; pname = "sweet";
@ -27,6 +27,8 @@ stdenv.mkDerivation rec {
}) })
]; ];
propagatedUserEnvPkgs = [ gtk-engine-murrine ];
sourceRoot = "."; sourceRoot = ".";
installPhase = '' installPhase = ''