mirror of
https://github.com/CHN-beta/nixpkgs.git
synced 2026-01-13 11:30:35 +08:00
@@ -1,6 +1,5 @@
|
||||
{ stdenv, fetchFromGitHub, pantheon, fetchpatch, wrapGAppsHook, pkgconfig, meson, ninja
|
||||
, vala, gala, gtk3, libgee, granite, gettext, glib-networking, mutter, json-glib
|
||||
, python3, gobject-introspection }:
|
||||
{ stdenv, fetchFromGitHub, pantheon, wrapGAppsHook, pkgconfig, meson, ninja
|
||||
, vala, gala, gtk3, libgee, granite, gettext, mutter, json-glib, python3, gobject-introspection }:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
pname = "wingpanel";
|
||||
@@ -21,7 +20,6 @@ stdenv.mkDerivation rec {
|
||||
|
||||
nativeBuildInputs = [
|
||||
gettext
|
||||
glib-networking
|
||||
gobject-introspection
|
||||
meson
|
||||
ninja
|
||||
|
||||
Reference in New Issue
Block a user