commit
d29947c36a
@ -11,7 +11,8 @@ stdenv.mkDerivation rec {
|
||||
version = "2.0.20";
|
||||
|
||||
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 {
|
||||
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.
|
||||
- Chainable Keygrabber, usability for everyone.
|
||||
'';
|
||||
homepage = https://www.pekwm.org;
|
||||
homepage = http://www.pekwm.org;
|
||||
license = licenses.gpl2;
|
||||
maintainers = [ maintainers.AndersonTorres ];
|
||||
platforms = platforms.linux;
|
||||
|
@ -38,7 +38,7 @@ stdenv.mkDerivation rec {
|
||||
"token readers" of a standard Scheme readers. For example, it
|
||||
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;
|
||||
maintainers = with maintainers; [ AndersonTorres ];
|
||||
platforms = platforms.gnu;
|
||||
|
@ -14,16 +14,16 @@ stdenv.mkDerivation rec{
|
||||
nativeBuildInputs = [ pkgconfig ];
|
||||
propagatedBuildInputs = [ cmake perl ];
|
||||
|
||||
meta = {
|
||||
meta = with stdenv.lib; {
|
||||
description = "A library to implement a test protocol";
|
||||
longDescription = ''
|
||||
libtap is a library to implement the Test Anything Protocol for
|
||||
C originally created by Nik Clayton. This is a maintenance
|
||||
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;
|
||||
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";
|
||||
|
||||
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 = ''
|
||||
7z x $src
|
||||
@ -75,7 +76,7 @@ stdenv.mkDerivation rec {
|
||||
- NEC's PC Engine, SuperGrafx;
|
||||
- Bandai's WonderSwan, WonderSwan Color.
|
||||
'';
|
||||
homepage = https://byuu.org/higan/;
|
||||
homepage = https://byuu.org/emulation/higan/;
|
||||
license = licenses.gpl3Plus;
|
||||
maintainers = with maintainers; [ AndersonTorres ];
|
||||
platforms = with platforms; unix;
|
||||
|
Loading…
Reference in New Issue
Block a user