mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-04-14 05:17:38 +00:00
linuxConsoleTools: 1.6.1 -> 1.8.1
This commit is contained in:
parent
69e6642e49
commit
52c41d4007
@ -1,15 +1,16 @@
|
||||
{ lib, stdenv, fetchurl, SDL }:
|
||||
{ lib, stdenv, fetchurl, pkg-config, SDL, SDL2 }:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
pname = "linuxconsoletools";
|
||||
version = "1.6.1";
|
||||
version = "1.8.1";
|
||||
|
||||
src = fetchurl {
|
||||
url = "mirror://sourceforge/linuxconsole/${pname}-${version}.tar.bz2";
|
||||
sha256 = "0d2r3j916fl2y7pk1y82b9fvbr10dgs1gw7rqwzfpispdidb1mp9";
|
||||
sha256 = "sha256-TaKXRceCt9sY9fN8Sed78WMSHdN2Hi/HY2+gy/NcJFY=";
|
||||
};
|
||||
|
||||
buildInputs = [ SDL ];
|
||||
nativeBuildInputs = [ pkg-config ];
|
||||
buildInputs = [ SDL SDL2 ];
|
||||
|
||||
makeFlags = [ "DESTDIR=$(out)"];
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user