mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-11 15:27:20 +03:00
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 ];
|
||||
|
||||
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