about summary refs log tree commit diff
path: root/nixos/tests/ostree.nix
diff options
context:
space:
mode:
authorworldofpeace <worldofpeace@protonmail.ch>2019-05-22 07:03:39 -0400
committerworldofpeace <worldofpeace@protonmail.ch>2019-07-22 18:50:57 -0400
commitb1bc0645eaa0118757275871c31fe17547cbc477 (patch)
tree06fdfe593631b14188fd377e74d9e37d17bb5c49 /nixos/tests/ostree.nix
parent23a3256ee1ece61eeb4e9a9a1fb6131b35e86abc (diff)
downloadnixlib-b1bc0645eaa0118757275871c31fe17547cbc477.tar
nixlib-b1bc0645eaa0118757275871c31fe17547cbc477.tar.gz
nixlib-b1bc0645eaa0118757275871c31fe17547cbc477.tar.bz2
nixlib-b1bc0645eaa0118757275871c31fe17547cbc477.tar.lz
nixlib-b1bc0645eaa0118757275871c31fe17547cbc477.tar.xz
nixlib-b1bc0645eaa0118757275871c31fe17547cbc477.tar.zst
nixlib-b1bc0645eaa0118757275871c31fe17547cbc477.zip
gdk-pixbuf: rename from gdk_pixbuf
Diffstat (limited to 'nixos/tests/ostree.nix')
-rw-r--r--nixos/tests/ostree.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/tests/ostree.nix b/nixos/tests/ostree.nix
index 8b19004874e7..d7ad84a1a5f0 100644
--- a/nixos/tests/ostree.nix
+++ b/nixos/tests/ostree.nix
@@ -12,7 +12,7 @@ import ./make-test.nix ({ pkgs, lib, ... }: {
       gnome-desktop-testing ostree gnupg (python3.withPackages (p: with p; [ pyyaml ]))
     ];
 
-    environment.variables.GI_TYPELIB_PATH = lib.makeSearchPath "lib/girepository-1.0" (with pkgs; [ gtk3 pango.out ostree gdk_pixbuf atk ]); # for GJS tests
+    environment.variables.GI_TYPELIB_PATH = lib.makeSearchPath "lib/girepository-1.0" (with pkgs; [ gtk3 pango.out ostree gdk-pixbuf atk ]); # for GJS tests
   };
 
   testScript = ''