tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
0
fork
atom
lol
0
fork
atom
overview
issues
pulls
pipelines
cheese: libgudev
Domen Kožar
10 years ago
b87dad28
5e21f4e2
+2
-2
1 changed file
expand all
collapse all
unified
split
pkgs
desktops
gnome-3
3.16
apps
cheese
default.nix
+2
-2
pkgs/desktops/gnome-3/3.16/apps/cheese/default.nix
···
1
1
{ stdenv, intltool, fetchurl, wrapGAppsHook, gnome-video-effects, libcanberra_gtk3
2
2
, pkgconfig, gtk3, glib, clutter_gtk, clutter-gst_2, udev, gst_all_1, itstool
3
3
-
, adwaita-icon-theme, librsvg, gdk_pixbuf, gnome3, gnome_desktop, libxml2 }:
3
3
+
, adwaita-icon-theme, librsvg, gdk_pixbuf, gnome3, gnome_desktop, libxml2, libgudev }:
4
4
5
5
stdenv.mkDerivation rec {
6
6
name = "cheese-${gnome3.version}.1";
···
14
14
gdk_pixbuf adwaita-icon-theme librsvg udev gst_all_1.gstreamer libxml2
15
15
gst_all_1.gst-plugins-base gst_all_1.gst-plugins-good gnome_desktop
16
16
gst_all_1.gst-plugins-bad clutter_gtk clutter-gst_2
17
17
-
libcanberra_gtk3 ];
17
17
+
libcanberra_gtk3 libgudev ];
18
18
19
19
enableParallelBuilding = true;
20
20