mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-29 14:57:28 +03:00
theme-vertex: do not explicitly indicate the gnome version
This commit is contained in:
parent
40b76c8809
commit
7ef6d3ced9
@ -16,7 +16,7 @@ stdenv.mkDerivation rec {
|
|||||||
|
|
||||||
buildInputs = [ gtk-engine-murrine ];
|
buildInputs = [ gtk-engine-murrine ];
|
||||||
|
|
||||||
configureFlags = [ "--disable-unity" "--with-gnome=${gnome3.version}" ];
|
configureFlags = [ "--disable-unity" ];
|
||||||
|
|
||||||
postInstall = ''
|
postInstall = ''
|
||||||
mkdir -p $out/share/plank/themes
|
mkdir -p $out/share/plank/themes
|
||||||
|
Loading…
Reference in New Issue
Block a user