summary refs log tree commit diff
path: root/pkgs/tools/security/enpass/default.nix
diff options
context:
space:
mode:
authorMatthew Bauer <mjbauer95@gmail.com>2019-05-28 15:09:34 -0400
committerMatthew Bauer <mjbauer95@gmail.com>2019-06-17 14:43:18 -0400
commit263f5891b65c841352f5230a1aa7e22ac418a042 (patch)
tree0a72ec795d88b01a36455067d803a17b40ca7ab2 /pkgs/tools/security/enpass/default.nix
parentf7e2bb8cff563d00769a91658d859154f2cda38a (diff)
downloadnixpkgs-263f5891b65c841352f5230a1aa7e22ac418a042.tar
nixpkgs-263f5891b65c841352f5230a1aa7e22ac418a042.tar.gz
nixpkgs-263f5891b65c841352f5230a1aa7e22ac418a042.tar.bz2
nixpkgs-263f5891b65c841352f5230a1aa7e22ac418a042.tar.lz
nixpkgs-263f5891b65c841352f5230a1aa7e22ac418a042.tar.xz
nixpkgs-263f5891b65c841352f5230a1aa7e22ac418a042.tar.zst
nixpkgs-263f5891b65c841352f5230a1aa7e22ac418a042.zip
treewide: mesa_noglu, mesa_drivers, libGL_driver -> mesa
Just use mesa for these to be more clear. Move these to aliases.nix
Diffstat (limited to 'pkgs/tools/security/enpass/default.nix')
-rw-r--r--pkgs/tools/security/enpass/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/tools/security/enpass/default.nix b/pkgs/tools/security/enpass/default.nix
index 97a692d7f33..c33e433448f 100644
--- a/pkgs/tools/security/enpass/default.nix
+++ b/pkgs/tools/security/enpass/default.nix
@@ -2,7 +2,7 @@
 , glib, libGLU_combined, libpulseaudio, zlib, dbus, fontconfig, freetype
 , gtk3, pango
 , makeWrapper , python, pythonPackages, lib
-, lsof, curl, libuuid, cups, mesa_drivers
+, lsof, curl, libuuid, cups, mesa
 }:
 
 let
@@ -18,7 +18,7 @@ let
 
   # used of both wrappers and libpath
   libPath = lib.makeLibraryPath (with xorg; [
-    mesa_drivers
+    mesa.drivers
     libGLU_combined
     fontconfig
     freetype