mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-14 15:36:47 +03:00
Merge pull request #28879 from romildo/vertex-theme
theme-vertex: do not explicitly indicate the gnome version
This commit is contained in:
commit
aa01bed489
@ -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