From a69b14eecdfbf32610793d14b534726290c83fd1 Mon Sep 17 00:00:00 2001 From: Paul Garlick Date: Wed, 1 Mar 2017 18:55:46 +0000 Subject: include libdrm and libpciaccess in Nix profile --- tweed.nix | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'tweed.nix') diff --git a/tweed.nix b/tweed.nix index 0d2df98..6a45ee9 100644 --- a/tweed.nix +++ b/tweed.nix @@ -1,5 +1,5 @@ ;;; Tweed --- Package management for engineering software -;;; Copyright (C) 2016 Paul Garlick +;;; Copyright (C) 2016, 2017 Paul Garlick ;;; ;;; Tweed is free software: you can redistribute it and/or modify ;;; it under the terms of the GNU General Public License as published by @@ -16,4 +16,7 @@ with (import {}); -{ inherit fontconfig freecad; } +{ + inherit fontconfig freecad; + inherit libdrm libpciaccess; +} -- cgit