tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
0
fork
atom
lol
0
fork
atom
overview
issues
pulls
pipelines
linux-console-tools: update from 1.4.7 to 1.4.8
Pascal Wittmann
11 years ago
e27ff487
f53e18fc
+8
-6
1 changed file
expand all
collapse all
unified
split
pkgs
os-specific
linux
consoletools
default.nix
+8
-6
pkgs/os-specific/linux/consoletools/default.nix
···
2
3
stdenv.mkDerivation rec {
4
name = "linuxconsoletools-${version}";
5
-
version = "1.4.7";
6
7
src = fetchurl {
8
url = "mirror://sourceforge/linuxconsole/${name}.tar.bz2";
9
-
sha256 = "1wgcmmjiqw3hh36jzvhgq07kq13ar2miafz02xshds2b0kdcz4s4";
10
};
11
12
buildInputs = [ SDL ];
13
-
makeFlags = [ "PREFIX=$(out)" ];
14
15
-
meta = {
16
-
homepage = "https://sourceforge.net/projects/linuxconsole/";
17
description = "A set of tools for joysticks and serial peripherals";
18
-
license = stdenv.lib.licenses.gpl2Plus;
0
0
19
20
longDescription = ''
21
The included tools are:
···
2
3
stdenv.mkDerivation rec {
4
name = "linuxconsoletools-${version}";
5
+
version = "1.4.8";
6
7
src = fetchurl {
8
url = "mirror://sourceforge/linuxconsole/${name}.tar.bz2";
9
+
sha256 = "0spf9hx48cqx2i46pkz0gbrn7xrk68cw8iyrfbs2b3k0bxcsri13";
10
};
11
12
buildInputs = [ SDL ];
13
+
makeFlags = [ "DESTDIR=$(out)"];
14
15
+
meta = with stdenv.lib; {
16
+
homepage = https://sourceforge.net/projects/linuxconsole/;
17
description = "A set of tools for joysticks and serial peripherals";
18
+
license = licenses.gpl2Plus;
19
+
platforms = platforms.linux;
20
+
maintainers = with maintainers; [ pSub ];
21
22
longDescription = ''
23
The included tools are: