mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-16 06:47:09 +03:00
pantheon.wingpanel: cleanup
This commit is contained in:
parent
ebc6b67250
commit
b0bea52821
@ -1,5 +1,5 @@
|
||||
{ stdenv, fetchFromGitHub, pantheon, fetchpatch, wrapGAppsHook, pkgconfig, meson, ninja
|
||||
, vala, gala, gtk3, libgee, granite, gettext, glib-networking, mutter, json-glib, python3 }:
|
||||
{ stdenv, fetchFromGitHub, pantheon, wrapGAppsHook, pkgconfig, meson, ninja
|
||||
, vala, gala, gtk3, libgee, granite, gettext, mutter, json-glib, python3 }:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
pname = "wingpanel";
|
||||
@ -20,7 +20,6 @@ stdenv.mkDerivation rec {
|
||||
|
||||
nativeBuildInputs = [
|
||||
gettext
|
||||
glib-networking
|
||||
meson
|
||||
ninja
|
||||
pkgconfig
|
||||
|
Loading…
Reference in New Issue
Block a user