Merge pull request #72525 from r-ryantm/auto-update/gcab

gcab: 1.2 -> 1.3
This commit is contained in:
worldofpeace
2019-11-07 13:52:48 +00:00
committed by GitHub
4 changed files with 84 additions and 12 deletions
+1
View File
@@ -67,6 +67,7 @@ in
flatpak = callInstalledTest ./flatpak.nix {};
flatpak-builder = callInstalledTest ./flatpak-builder.nix {};
fwupd = callInstalledTest ./fwupd.nix {};
gcab = callInstalledTest ./gcab.nix {};
gdk-pixbuf = callInstalledTest ./gdk-pixbuf.nix {};
gjs = callInstalledTest ./gjs.nix {};
glib-networking = callInstalledTest ./glib-networking.nix {};
+5
View File
@@ -0,0 +1,5 @@
{ pkgs, makeInstalledTest, ... }:
makeInstalledTest {
tested = pkgs.gcab;
}