Merge pull request #15050 from ebzzry/consoletools

consoletools: copy utils to bin
This commit is contained in:
Joachim Fasting 2016-04-29 05:41:23 +02:00
commit b539f8e468

View File

@ -10,14 +10,17 @@ stdenv.mkDerivation rec {
}; };
buildInputs = [ SDL ]; buildInputs = [ SDL ];
makeFlags = [ "DESTDIR=$(out)"]; makeFlags = [ "DESTDIR=$(out)"];
installFlags = ''PREFIX=""'';
meta = with stdenv.lib; { meta = with stdenv.lib; {
homepage = https://sourceforge.net/projects/linuxconsole/; homepage = https://sourceforge.net/projects/linuxconsole/;
description = "A set of tools for joysticks and serial peripherals"; description = "A set of tools for joysticks and serial peripherals";
license = licenses.gpl2Plus; license = licenses.gpl2Plus;
platforms = platforms.linux; platforms = platforms.linux;
maintainers = with maintainers; [ pSub ]; maintainers = with maintainers; [ pSub ebzzry ];
longDescription = '' longDescription = ''
The included tools are: The included tools are: