commit
d29947c36a
@ -11,7 +11,8 @@ stdenv.mkDerivation rec {
|
|||||||
version = "2.0.20";
|
version = "2.0.20";
|
||||||
|
|
||||||
nativeBuildInputs = [ pkgconfig ];
|
nativeBuildInputs = [ pkgconfig ];
|
||||||
buildInputs = [ freetype fribidi libSM libICE libXt libXaw libXmu libXext libXft libXpm libXrandr libXrender xextproto libXinerama ];
|
buildInputs = [ freetype fribidi libSM libICE libXt libXaw libXmu libXext
|
||||||
|
libXft libXpm libXrandr libXrender xextproto libXinerama ];
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "http://ftp.debian.org/debian/pool/main/o/oroborus/oroborus_${version}.tar.gz";
|
url = "http://ftp.debian.org/debian/pool/main/o/oroborus/oroborus_${version}.tar.gz";
|
||||||
|
@ -32,7 +32,7 @@ stdenv.mkDerivation rec {
|
|||||||
appear as they should when starting applications.
|
appear as they should when starting applications.
|
||||||
- Chainable Keygrabber, usability for everyone.
|
- Chainable Keygrabber, usability for everyone.
|
||||||
'';
|
'';
|
||||||
homepage = https://www.pekwm.org;
|
homepage = http://www.pekwm.org;
|
||||||
license = licenses.gpl2;
|
license = licenses.gpl2;
|
||||||
maintainers = [ maintainers.AndersonTorres ];
|
maintainers = [ maintainers.AndersonTorres ];
|
||||||
platforms = platforms.linux;
|
platforms = platforms.linux;
|
||||||
|
@ -38,7 +38,7 @@ stdenv.mkDerivation rec {
|
|||||||
"token readers" of a standard Scheme readers. For example, it
|
"token readers" of a standard Scheme readers. For example, it
|
||||||
is used to implement Skribilo's R5RS-derived document syntax.
|
is used to implement Skribilo's R5RS-derived document syntax.
|
||||||
'';
|
'';
|
||||||
homepage = https://www.gnu.org/software/guile-reader;
|
homepage = https://www.nongnu.org/guile-reader/;
|
||||||
license = licenses.lgpl3Plus;
|
license = licenses.lgpl3Plus;
|
||||||
maintainers = with maintainers; [ AndersonTorres ];
|
maintainers = with maintainers; [ AndersonTorres ];
|
||||||
platforms = platforms.gnu;
|
platforms = platforms.gnu;
|
||||||
|
@ -14,16 +14,16 @@ stdenv.mkDerivation rec{
|
|||||||
nativeBuildInputs = [ pkgconfig ];
|
nativeBuildInputs = [ pkgconfig ];
|
||||||
propagatedBuildInputs = [ cmake perl ];
|
propagatedBuildInputs = [ cmake perl ];
|
||||||
|
|
||||||
meta = {
|
meta = with stdenv.lib; {
|
||||||
description = "A library to implement a test protocol";
|
description = "A library to implement a test protocol";
|
||||||
longDescription = ''
|
longDescription = ''
|
||||||
libtap is a library to implement the Test Anything Protocol for
|
libtap is a library to implement the Test Anything Protocol for
|
||||||
C originally created by Nik Clayton. This is a maintenance
|
C originally created by Nik Clayton. This is a maintenance
|
||||||
branch by Shlomi Fish.
|
branch by Shlomi Fish.
|
||||||
'';
|
'';
|
||||||
homepage = http://www.shlomifish.org/open-source/projects/libtap/;
|
homepage = https://www.shlomifish.org/open-source/projects/libtap/;
|
||||||
license = licenses.bsd3;
|
license = licenses.bsd3;
|
||||||
maintainers = [ maintainers.AndersonTorres ];
|
maintainers = [ maintainers.AndersonTorres ];
|
||||||
platforms = stdenv.lib.platforms.unix;
|
platforms = platforms.unix;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
@ -23,7 +23,8 @@ stdenv.mkDerivation rec {
|
|||||||
postPatch = "sed '1i#include <cmath>' -i higan/fc/ppu/ppu.cpp";
|
postPatch = "sed '1i#include <cmath>' -i higan/fc/ppu/ppu.cpp";
|
||||||
|
|
||||||
buildInputs =
|
buildInputs =
|
||||||
[ p7zip pkgconfig libX11 libXv udev libGLU_combined SDL libao openal libpulseaudio gtk2 gtksourceview ];
|
[ p7zip pkgconfig libX11 libXv udev libGLU_combined
|
||||||
|
SDL libao openal libpulseaudio gtk2 gtksourceview ];
|
||||||
|
|
||||||
unpackPhase = ''
|
unpackPhase = ''
|
||||||
7z x $src
|
7z x $src
|
||||||
@ -75,7 +76,7 @@ stdenv.mkDerivation rec {
|
|||||||
- NEC's PC Engine, SuperGrafx;
|
- NEC's PC Engine, SuperGrafx;
|
||||||
- Bandai's WonderSwan, WonderSwan Color.
|
- Bandai's WonderSwan, WonderSwan Color.
|
||||||
'';
|
'';
|
||||||
homepage = https://byuu.org/higan/;
|
homepage = https://byuu.org/emulation/higan/;
|
||||||
license = licenses.gpl3Plus;
|
license = licenses.gpl3Plus;
|
||||||
maintainers = with maintainers; [ AndersonTorres ];
|
maintainers = with maintainers; [ AndersonTorres ];
|
||||||
platforms = with platforms; unix;
|
platforms = with platforms; unix;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user