mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-02 07:31:26 +00:00
consoletools: copy utils to bin
This commit is contained in:
parent
a19016b79e
commit
a6ce78130b
@ -10,14 +10,17 @@ stdenv.mkDerivation rec {
|
||||
};
|
||||
|
||||
buildInputs = [ SDL ];
|
||||
|
||||
makeFlags = [ "DESTDIR=$(out)"];
|
||||
|
||||
installFlags = ''PREFIX=""'';
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
homepage = https://sourceforge.net/projects/linuxconsole/;
|
||||
description = "A set of tools for joysticks and serial peripherals";
|
||||
license = licenses.gpl2Plus;
|
||||
platforms = platforms.linux;
|
||||
maintainers = with maintainers; [ pSub ];
|
||||
maintainers = with maintainers; [ pSub ebzzry ];
|
||||
|
||||
longDescription = ''
|
||||
The included tools are:
|
||||
|
Loading…
Reference in New Issue
Block a user