arc-theme: fix config.allowAliases = false
evaluation (#47427)
This commit is contained in:
parent
699b2bde44
commit
312c41c3c4
@ -1,5 +1,5 @@
|
|||||||
{ stdenv, fetchFromGitHub, sassc, autoreconfHook, pkgconfig, gtk3
|
{ stdenv, fetchFromGitHub, sassc, autoreconfHook, pkgconfig, gtk3
|
||||||
, gnome-themes-standard, gtk-engine-murrine, optipng, inkscape}:
|
, gnome-themes-extra, gtk-engine-murrine, optipng, inkscape}:
|
||||||
|
|
||||||
let
|
let
|
||||||
pname = "arc-theme";
|
pname = "arc-theme";
|
||||||
@ -24,7 +24,7 @@ stdenv.mkDerivation rec {
|
|||||||
nativeBuildInputs = [ autoreconfHook pkgconfig sassc optipng inkscape ];
|
nativeBuildInputs = [ autoreconfHook pkgconfig sassc optipng inkscape ];
|
||||||
buildInputs = [ gtk3 ];
|
buildInputs = [ gtk3 ];
|
||||||
|
|
||||||
propagatedUserEnvPkgs = [ gnome-themes-standard gtk-engine-murrine ];
|
propagatedUserEnvPkgs = [ gnome-themes-extra gtk-engine-murrine ];
|
||||||
|
|
||||||
postPatch = ''
|
postPatch = ''
|
||||||
find . -name render-assets.sh |
|
find . -name render-assets.sh |
|
||||||
|
Loading…
x
Reference in New Issue
Block a user