summaryrefslogtreecommitdiff
path: root/kde-graph.sh
blob: e55c43ee3fd29df3e23b8224b3aaf3fa30ec0194 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#!bash
#
# Copyright © 2016-2019 Hartmut Goebel <h.goebel@crazy-compilers.com>
# License: GPLv3

graph () {
    WHICH="$1" ; shift
    ./pre-inst-env guix package -A | grep -E "$WHICH" | \
	head | cut -f 1 | xargs ./pre-inst-env guix graph | dot -Tpdf > kde-graph.pdf
}

#graph '/kde(|-frameworks|-plasma)\.scm'
graph '/kde-frameworks.scm'