mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-01 23:22:37 +00:00
fix missing argument
This commit is contained in:
parent
7761b0454d
commit
b28d29ba0b
@ -1,5 +1,5 @@
|
||||
{stdenv, fetchurl, unzip, autoconf, automake, makeWrapper, pkgconfig
|
||||
, avahi, gtk3, libnotify, pulseaudio, x11}:
|
||||
, gnome3, avahi, gtk3, libnotify, pulseaudio, x11}:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
name = "pasystray-0.4.0";
|
||||
|
Loading…
Reference in New Issue
Block a user