#!/bin/sh # GNU Guix --- Functional package management for GNU # Copyright © 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, 2021 Ludovic Courtès # # This file is part of GNU Guix. # # GNU Guix is free software; you can redistribute it and/or modify it # under the terms of the GNU General Public License as published by # the Free Software Foundation; either version 3 of the License, or (at # your option) any later version. # # GNU Guix is distributed in the hope that it will be useful, but # WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License # along with GNU Guix. If not, see . # Usage: ./test-env COMMAND ARG... # # Run the daemon in the build directory, and run COMMAND within # `pre-inst-env'. This is used to run unit tests with the just-built # daemon, unless `--disable-daemon' was passed at configure
aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Rosset <mike.rosset@gmail.com>2020-01-16 11:48:26 -0800
committerKei Kebreau <kkebreau@posteo.net>2020-01-23 20:57:23 -0500
commit44e70dee184c4e4190349def71dc07f05822f591 (patch)
tree9dfe1e382e784c0f6a6ce999550044052fbbb277 /gnu/services
parent039cb8e6b11928639915eba40a9ead1bed1fef5f (diff)
downloadguix-44e70dee184c4e4190349def71dc07f05822f591.tar.gz
guix-44e70dee184c4e4190349def71dc07f05822f591.zip
gnu: tuxguitar: Build and install ALSA plugin.
* gnu/packages/music.scm (tuxguitar): Allows MIDI sound output when using a synthesizer like TiMidity++. [inputs]: Add alsa-lib. [arguments]: No longer change build directory context between phases. Install desktop, mime and manual files during the "install" phase. Signed-off-by: Kei Kebreau <kkebreau@posteo.net>