mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-01 07:01:54 +00:00
linux-console-tools: update from 1.4.7 to 1.4.8
This commit is contained in:
parent
f53e18fc40
commit
e27ff487bf
@ -2,20 +2,22 @@
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
name = "linuxconsoletools-${version}";
|
||||
version = "1.4.7";
|
||||
version = "1.4.8";
|
||||
|
||||
src = fetchurl {
|
||||
url = "mirror://sourceforge/linuxconsole/${name}.tar.bz2";
|
||||
sha256 = "1wgcmmjiqw3hh36jzvhgq07kq13ar2miafz02xshds2b0kdcz4s4";
|
||||
sha256 = "0spf9hx48cqx2i46pkz0gbrn7xrk68cw8iyrfbs2b3k0bxcsri13";
|
||||
};
|
||||
|
||||
buildInputs = [ SDL ];
|
||||
makeFlags = [ "PREFIX=$(out)" ];
|
||||
makeFlags = [ "DESTDIR=$(out)"];
|
||||
|
||||
meta = {
|
||||
homepage = "https://sourceforge.net/projects/linuxconsole/";
|
||||
meta = with stdenv.lib; {
|
||||
homepage = https://sourceforge.net/projects/linuxconsole/;
|
||||
description = "A set of tools for joysticks and serial peripherals";
|
||||
license = stdenv.lib.licenses.gpl2Plus;
|
||||
license = licenses.gpl2Plus;
|
||||
platforms = platforms.linux;
|
||||
maintainers = with maintainers; [ pSub ];
|
||||
|
||||
longDescription = ''
|
||||
The included tools are:
|
||||
|
Loading…
Reference in New Issue
Block a user