From 2978ce8a71e8f4b60248d18a17ce1de455bbb467 Mon Sep 17 00:00:00 2001 From: Paul Garlick Date: Tue, 10 Oct 2017 14:46:44 +0100 Subject: use xlibs set in inherit command syntax --- tweed.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tweed.nix b/tweed.nix index e3798c8..6f8e415 100644 --- a/tweed.nix +++ b/tweed.nix @@ -20,6 +20,6 @@ with (import {}); inherit fontconfig freecad libdrm - xorg.libpciaccess paraview; + inherit (xlibs) libpciaccess; } -- cgit