Merge pull request #127435 from Artturin/fix-sweet

sweet: add gtk-engine-murrine
This commit is contained in:
Sandro 2021-06-20 18:00:32 +02:00 committed by GitHub
commit 80964a544e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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