mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-08-25 17:55:21 +00:00
theme-vertex: do not explicitly indicate the gnome version
(cherry picked from commit 7ef6d3ced9)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user