cdemu: 3.0.x -> 3.1.0
fixes cdemu for kernel >= 4.11 fixes client by adding pygobject3
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
{ callPackage, pythonPackages, gtk3, glib, libnotify, intltool, makeWrapper, gobjectIntrospection, gnome3, gdk_pixbuf, librsvg }:
|
||||
let
|
||||
pkg = import ./base.nix {
|
||||
version = "3.0.2";
|
||||
version = "3.1.0";
|
||||
pkgName = "gcdemu";
|
||||
pkgSha256 = "1kmcr2a0inaddx8wrjh3l1v5ymgwv3r6nv2w05lia51r1yzvb44p";
|
||||
pkgSha256 = "0rmnw302fk9vli22v54qx19lqxy23syxi154klxz2vma009q0p02";
|
||||
};
|
||||
inherit (pythonPackages) python pygobject3;
|
||||
in callPackage pkg {
|
||||
|
||||
Reference in New Issue
Block a user