Merge pull request #15050 from ebzzry/consoletools
consoletools: copy utils to bin
This commit is contained in:
commit
b539f8e468
@ -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:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user