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 ];
|
||||
|
||||
configureFlags = [ "--disable-unity" "--with-gnome=${gnome3.version}" ];
|
||||
configureFlags = [ "--disable-unity" ];
|
||||
|
||||
postInstall = ''
|
||||
mkdir -p $out/share/plank/themes
|
||||
|
Loading…
Reference in New Issue
Block a user