Merge pull request #110824 from SuperSandro2000/fix-collection5
This commit is contained in:
commit
d0dc21f539
@ -4079,6 +4079,12 @@
|
|||||||
githubId = 45598;
|
githubId = 45598;
|
||||||
name = "William Casarin";
|
name = "William Casarin";
|
||||||
};
|
};
|
||||||
|
jbcrail = {
|
||||||
|
name = "Joseph Crail";
|
||||||
|
email = "jbcrail@gmail.com";
|
||||||
|
github = "jbcrail";
|
||||||
|
githubId = 6038;
|
||||||
|
};
|
||||||
jbedo = {
|
jbedo = {
|
||||||
email = "cu@cua0.org";
|
email = "cu@cua0.org";
|
||||||
github = "jbedo";
|
github = "jbedo";
|
||||||
@ -10572,10 +10578,4 @@
|
|||||||
github = "zupo";
|
github = "zupo";
|
||||||
githubId = 311580;
|
githubId = 311580;
|
||||||
};
|
};
|
||||||
jbcrail = {
|
|
||||||
name = "Joseph Crail";
|
|
||||||
email = "jbcrail@gmail.com";
|
|
||||||
github = "jbcrail";
|
|
||||||
githubId = 6038;
|
|
||||||
};
|
|
||||||
}
|
}
|
||||||
|
@ -7,7 +7,7 @@ in stdenv.mkDerivation rec {
|
|||||||
pname = "linuxband";
|
pname = "linuxband";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "http://linuxband.org/assets/sources/${pname}-${version}.tar.gz";
|
url = "https://linuxband.org/assets/sources/${pname}-${version}.tar.gz";
|
||||||
sha256 = "1r71h4yg775m4gax4irrvygmrsclgn503ykmc2qwjsxa42ri4n2n";
|
sha256 = "1r71h4yg775m4gax4irrvygmrsclgn503ykmc2qwjsxa42ri4n2n";
|
||||||
};
|
};
|
||||||
|
|
||||||
@ -29,7 +29,7 @@ in stdenv.mkDerivation rec {
|
|||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
description = "A GUI front-end for MMA: Type in the chords, choose the groove and it will play an accompaniment";
|
description = "A GUI front-end for MMA: Type in the chords, choose the groove and it will play an accompaniment";
|
||||||
homepage = "http://linuxband.org/";
|
homepage = "https://linuxband.org/";
|
||||||
license = lib.licenses.gpl2;
|
license = lib.licenses.gpl2;
|
||||||
maintainers = [ lib.maintainers.magnetophon ];
|
maintainers = [ lib.maintainers.magnetophon ];
|
||||||
platforms = lib.platforms.linux;
|
platforms = lib.platforms.linux;
|
||||||
|
@ -12,7 +12,7 @@
|
|||||||
}:
|
}:
|
||||||
|
|
||||||
# Additional plugins that can be added:
|
# Additional plugins that can be added:
|
||||||
# wavpack (http://www.wavpack.com/)
|
# wavpack (https://www.wavpack.com/)
|
||||||
# gme (Game music support)
|
# gme (Game music support)
|
||||||
# Ogg Opus support
|
# Ogg Opus support
|
||||||
# BS2B effect plugin (http://bs2b.sourceforge.net/)
|
# BS2B effect plugin (http://bs2b.sourceforge.net/)
|
||||||
|
@ -38,6 +38,9 @@ buildPythonApplication rec {
|
|||||||
substituteInPlace setup.py --replace 'pyxdg==0.26' 'pyxdg'
|
substituteInPlace setup.py --replace 'pyxdg==0.26' 'pyxdg'
|
||||||
'';
|
'';
|
||||||
|
|
||||||
|
# no tests executed
|
||||||
|
doCheck = false;
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
description = "A simple emoji and character picker for rofi";
|
description = "A simple emoji and character picker for rofi";
|
||||||
homepage = "https://github.com/fdw/rofimoji";
|
homepage = "https://github.com/fdw/rofimoji";
|
||||||
|
@ -17,7 +17,7 @@ buildPythonPackage rec {
|
|||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
description = "A python script that will make your terminal snow";
|
description = "A python script that will make your terminal snow";
|
||||||
homepage = "http://github.com/sontek/snowmachine";
|
homepage = "https://github.com/sontek/snowmachine";
|
||||||
license = with licenses; [ bsd3 ];
|
license = with licenses; [ bsd3 ];
|
||||||
maintainers = with maintainers; [ djanatyn ];
|
maintainers = with maintainers; [ djanatyn ];
|
||||||
};
|
};
|
||||||
|
@ -25,7 +25,7 @@ stdenv.mkDerivation rec {
|
|||||||
++ optional sslSupport "--enable-ssl";
|
++ optional sslSupport "--enable-ssl";
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
homepage = "http://sylpheed.sraoss.jp/en/";
|
homepage = "https://sylpheed.sraoss.jp/en/";
|
||||||
description = "Lightweight and user-friendly e-mail client";
|
description = "Lightweight and user-friendly e-mail client";
|
||||||
maintainers = with maintainers; [ eelco ];
|
maintainers = with maintainers; [ eelco ];
|
||||||
platforms = platforms.linux ++ platforms.darwin;
|
platforms = platforms.linux ++ platforms.darwin;
|
||||||
|
@ -26,6 +26,9 @@ python3Packages.buildPythonPackage rec {
|
|||||||
wrapQtApp "$out"/bin/qnotero
|
wrapQtApp "$out"/bin/qnotero
|
||||||
'';
|
'';
|
||||||
|
|
||||||
|
# no tests executed
|
||||||
|
doCheck = false;
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
description = "Quick access to Zotero references";
|
description = "Quick access to Zotero references";
|
||||||
homepage = "http://www.cogsci.nl/software/qnotero";
|
homepage = "http://www.cogsci.nl/software/qnotero";
|
||||||
|
@ -5,7 +5,7 @@ stdenv.mkDerivation {
|
|||||||
version = "1.0.3";
|
version = "1.0.3";
|
||||||
|
|
||||||
src = fetchzip {
|
src = fetchzip {
|
||||||
url = "http://cgi.csc.liv.ac.uk/~ullrich/CLProver++/CLProver++-v1.0.3-18-04-2015.zip";
|
url = "https://cgi.csc.liv.ac.uk/~ullrich/CLProver++/CLProver++-v1.0.3-18-04-2015.zip";
|
||||||
sha256 = "10kmlg4m572qwfzi6hkyb0ypb643xw8sfb55xx7866lyh37w1q3s";
|
sha256 = "10kmlg4m572qwfzi6hkyb0ypb643xw8sfb55xx7866lyh37w1q3s";
|
||||||
stripRoot = false;
|
stripRoot = false;
|
||||||
};
|
};
|
||||||
@ -19,7 +19,7 @@ stdenv.mkDerivation {
|
|||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
description = "Resolution-based theorem prover for Coalition Logic implemented in C++";
|
description = "Resolution-based theorem prover for Coalition Logic implemented in C++";
|
||||||
homepage = "http://cgi.csc.liv.ac.uk/~ullrich/CLProver++/";
|
homepage = "https://cgi.csc.liv.ac.uk/~ullrich/CLProver++/";
|
||||||
license = licenses.gpl3; # Note that while the website states that it is GPLv2 but the file in the zip as well as the comments in the source state it is GPLv3
|
license = licenses.gpl3; # Note that while the website states that it is GPLv2 but the file in the zip as well as the comments in the source state it is GPLv3
|
||||||
maintainers = with maintainers; [ mgttlinger ];
|
maintainers = with maintainers; [ mgttlinger ];
|
||||||
platforms = [ "x86_64-linux" ];
|
platforms = [ "x86_64-linux" ];
|
||||||
|
@ -20,7 +20,7 @@ stdenv.mkDerivation rec {
|
|||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
description = "GiNaC is Not a CAS";
|
description = "GiNaC is Not a CAS";
|
||||||
homepage = "http://www.ginac.de/";
|
homepage = "https://www.ginac.de/";
|
||||||
maintainers = with maintainers; [ lovek323 ];
|
maintainers = with maintainers; [ lovek323 ];
|
||||||
license = licenses.gpl2;
|
license = licenses.gpl2;
|
||||||
platforms = platforms.all;
|
platforms = platforms.all;
|
||||||
|
@ -32,7 +32,7 @@ stdenv.mkDerivation rec {
|
|||||||
];
|
];
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
homepage = "http://named-data.net/";
|
homepage = "https://named-data.net/";
|
||||||
description = "A Named Data Neworking (NDN) or Content Centric Networking (CCN) abstraction";
|
description = "A Named Data Neworking (NDN) or Content Centric Networking (CCN) abstraction";
|
||||||
longDescription = ''
|
longDescription = ''
|
||||||
ndn-cxx is a C++ library, implementing Named Data Networking (NDN)
|
ndn-cxx is a C++ library, implementing Named Data Networking (NDN)
|
||||||
|
12
pkgs/development/node-packages/node-packages.nix
generated
12
pkgs/development/node-packages/node-packages.nix
generated
@ -64655,7 +64655,7 @@ in
|
|||||||
buildInputs = globalBuildInputs;
|
buildInputs = globalBuildInputs;
|
||||||
meta = {
|
meta = {
|
||||||
description = "The browser package manager";
|
description = "The browser package manager";
|
||||||
homepage = http://bower.io/;
|
homepage = https://bower.io/;
|
||||||
license = "MIT";
|
license = "MIT";
|
||||||
};
|
};
|
||||||
production = true;
|
production = true;
|
||||||
@ -81529,7 +81529,7 @@ in
|
|||||||
buildInputs = globalBuildInputs;
|
buildInputs = globalBuildInputs;
|
||||||
meta = {
|
meta = {
|
||||||
description = "Utility to inline images, CSS and JavaScript for a web page - useful for mobile sites";
|
description = "Utility to inline images, CSS and JavaScript for a web page - useful for mobile sites";
|
||||||
homepage = http://github.com/remy/inliner;
|
homepage = https://github.com/remy/inliner;
|
||||||
license = "MIT";
|
license = "MIT";
|
||||||
};
|
};
|
||||||
production = true;
|
production = true;
|
||||||
@ -83404,7 +83404,7 @@ in
|
|||||||
buildInputs = globalBuildInputs;
|
buildInputs = globalBuildInputs;
|
||||||
meta = {
|
meta = {
|
||||||
description = "Static analysis tool for JavaScript";
|
description = "Static analysis tool for JavaScript";
|
||||||
homepage = http://jshint.com/;
|
homepage = https://jshint.com/;
|
||||||
license = "MIT";
|
license = "MIT";
|
||||||
};
|
};
|
||||||
production = true;
|
production = true;
|
||||||
@ -91362,7 +91362,7 @@ in
|
|||||||
buildInputs = globalBuildInputs;
|
buildInputs = globalBuildInputs;
|
||||||
meta = {
|
meta = {
|
||||||
description = "Low-code programming for event-driven applications";
|
description = "Low-code programming for event-driven applications";
|
||||||
homepage = http://nodered.org/;
|
homepage = https://nodered.org/;
|
||||||
license = "Apache-2.0";
|
license = "Apache-2.0";
|
||||||
};
|
};
|
||||||
production = true;
|
production = true;
|
||||||
@ -95346,7 +95346,7 @@ in
|
|||||||
buildInputs = globalBuildInputs;
|
buildInputs = globalBuildInputs;
|
||||||
meta = {
|
meta = {
|
||||||
description = "Production process manager for Node.JS applications with a built-in load balancer.";
|
description = "Production process manager for Node.JS applications with a built-in load balancer.";
|
||||||
homepage = http://pm2.keymetrics.io/;
|
homepage = https://pm2.keymetrics.io/;
|
||||||
license = "AGPL-3.0";
|
license = "AGPL-3.0";
|
||||||
};
|
};
|
||||||
production = true;
|
production = true;
|
||||||
@ -110719,7 +110719,7 @@ in
|
|||||||
buildInputs = globalBuildInputs;
|
buildInputs = globalBuildInputs;
|
||||||
meta = {
|
meta = {
|
||||||
description = "CLI tool for running Yeoman generators";
|
description = "CLI tool for running Yeoman generators";
|
||||||
homepage = http://yeoman.io/;
|
homepage = https://yeoman.io/;
|
||||||
license = "BSD-2-Clause";
|
license = "BSD-2-Clause";
|
||||||
};
|
};
|
||||||
production = true;
|
production = true;
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
{ lib, buildPythonPackage, fetchFromGitHub, humanfriendly, pytest, pytestcov }:
|
{ stdenv, lib, buildPythonPackage, fetchFromGitHub, humanfriendly, pytestCheckHook, pytestcov }:
|
||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "capturer";
|
pname = "capturer";
|
||||||
@ -13,10 +13,9 @@ buildPythonPackage rec {
|
|||||||
|
|
||||||
propagatedBuildInputs = [ humanfriendly ];
|
propagatedBuildInputs = [ humanfriendly ];
|
||||||
|
|
||||||
checkPhase = ''
|
# hangs on darwin
|
||||||
PATH=$PATH:$out/bin pytest .
|
doCheck = !stdenv.isDarwin;
|
||||||
'';
|
checkInputs = [ pytestCheckHook ];
|
||||||
checkInputs = [ pytest ];
|
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
description = "Easily capture stdout/stderr of the current process and subprocesses";
|
description = "Easily capture stdout/stderr of the current process and subprocesses";
|
||||||
|
@ -8,7 +8,6 @@
|
|||||||
, pytest
|
, pytest
|
||||||
, mock
|
, mock
|
||||||
, util-linux
|
, util-linux
|
||||||
, isPy38
|
|
||||||
}:
|
}:
|
||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
@ -24,7 +23,7 @@ buildPythonPackage rec {
|
|||||||
|
|
||||||
# capturer is broken on darwin / py38, so we skip the test until a fix for
|
# capturer is broken on darwin / py38, so we skip the test until a fix for
|
||||||
# https://github.com/xolox/python-capturer/issues/10 is released.
|
# https://github.com/xolox/python-capturer/issues/10 is released.
|
||||||
doCheck = !(isPy38 && stdenv.isDarwin);
|
doCheck = !stdenv.isDarwin;
|
||||||
checkPhase = ''
|
checkPhase = ''
|
||||||
PATH=$PATH:$out/bin pytest . -k "not test_plain_text_output_format \
|
PATH=$PATH:$out/bin pytest . -k "not test_plain_text_output_format \
|
||||||
and not test_auto_install"
|
and not test_auto_install"
|
||||||
|
@ -12,13 +12,6 @@ buildPythonPackage rec {
|
|||||||
sha256 = "96a7dd4e9cdb39e30c7a79e5773570fd9408f7fdb58c714c293cfbb314818eb6";
|
sha256 = "96a7dd4e9cdb39e30c7a79e5773570fd9408f7fdb58c714c293cfbb314818eb6";
|
||||||
};
|
};
|
||||||
|
|
||||||
postPatch = ''
|
|
||||||
substituteInPlace setup.py \
|
|
||||||
--replace "pyglet>=1.2.0,<=1.3.2" "pyglet" \
|
|
||||||
--replace "cloudpickle>=1.2.0,<1.4.0" "cloudpickle~=1.2"
|
|
||||||
'';
|
|
||||||
# cloudpickle range has been expanded in package but not yet released
|
|
||||||
|
|
||||||
propagatedBuildInputs = [
|
propagatedBuildInputs = [
|
||||||
numpy requests six pyglet scipy cloudpickle
|
numpy requests six pyglet scipy cloudpickle
|
||||||
];
|
];
|
||||||
|
@ -16,7 +16,7 @@ buildPythonPackage rec {
|
|||||||
doCheck = false;
|
doCheck = false;
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
homepage = "http://mpmath.org/";
|
homepage = "https://mpmath.org/";
|
||||||
description = "A pure-Python library for multiprecision floating arithmetic";
|
description = "A pure-Python library for multiprecision floating arithmetic";
|
||||||
license = licenses.bsd3;
|
license = licenses.bsd3;
|
||||||
maintainers = with maintainers; [ lovek323 ];
|
maintainers = with maintainers; [ lovek323 ];
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
{ lib, fetchPypi, buildPythonPackage, fetchFromGitHub, simplejson, redis, setproctitle, nose, pkgs }:
|
{ lib, stdenv, fetchPypi, buildPythonPackage, fetchFromGitHub, simplejson, redis, setproctitle, nose, pkgs }:
|
||||||
|
|
||||||
let
|
let
|
||||||
|
|
||||||
@ -31,6 +31,9 @@ buildPythonPackage rec {
|
|||||||
sha256 = "1rkpv7gbjxl9h9g7kncmsrgmi77l7pgfq8d7dbnsr3ia2jmjqb8y";
|
sha256 = "1rkpv7gbjxl9h9g7kncmsrgmi77l7pgfq8d7dbnsr3ia2jmjqb8y";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
# started redis-server makes this hang on darwin
|
||||||
|
doCheck = !stdenv.isDarwin;
|
||||||
|
|
||||||
checkPhase = ''
|
checkPhase = ''
|
||||||
redis-server &
|
redis-server &
|
||||||
nosetests . --exclude test_worker_pids
|
nosetests . --exclude test_worker_pids
|
||||||
|
@ -1,7 +1,6 @@
|
|||||||
{ lib, pkgs, buildPythonPackage, fetchPypi, isPy3k
|
{ lib, pkgs, buildPythonPackage, fetchPypi, isPy3k
|
||||||
, numpy
|
, numpy
|
||||||
, pyqt5
|
, pyqt5
|
||||||
, nose
|
|
||||||
}:
|
}:
|
||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
@ -14,15 +13,14 @@ buildPythonPackage rec {
|
|||||||
sha256 = "b02bd2dc7de774f954544312ec1020cf2d7e03fdd23ec9eb79901da55ccb3365";
|
sha256 = "b02bd2dc7de774f954544312ec1020cf2d7e03fdd23ec9eb79901da55ccb3365";
|
||||||
};
|
};
|
||||||
|
|
||||||
checkInputs = [
|
|
||||||
nose
|
|
||||||
];
|
|
||||||
|
|
||||||
propagatedBuildInputs = [
|
propagatedBuildInputs = [
|
||||||
numpy
|
numpy
|
||||||
pyqt5
|
pyqt5
|
||||||
];
|
];
|
||||||
|
|
||||||
|
# no tests executed
|
||||||
|
doCheck = false;
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
homepage = "https://github.com/hmeine/qimage2ndarray";
|
homepage = "https://github.com/hmeine/qimage2ndarray";
|
||||||
description = "A small python extension for quickly converting between QImages and numpy.ndarrays (in both directions)";
|
description = "A small python extension for quickly converting between QImages and numpy.ndarrays (in both directions)";
|
||||||
|
@ -21,7 +21,7 @@ buildPythonPackage rec {
|
|||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
description = "A full-featured console (xterm et al.) user interface library";
|
description = "A full-featured console (xterm et al.) user interface library";
|
||||||
homepage = "http://excess.org/urwid";
|
homepage = "https://excess.org/urwid";
|
||||||
repositories.git = "git://github.com/wardi/urwid.git";
|
repositories.git = "git://github.com/wardi/urwid.git";
|
||||||
license = licenses.lgpl21;
|
license = licenses.lgpl21;
|
||||||
maintainers = with maintainers; [ ];
|
maintainers = with maintainers; [ ];
|
||||||
|
2
pkgs/development/web/remarkjs/node-packages.nix
generated
2
pkgs/development/web/remarkjs/node-packages.nix
generated
@ -3871,7 +3871,7 @@ in
|
|||||||
buildInputs = globalBuildInputs;
|
buildInputs = globalBuildInputs;
|
||||||
meta = {
|
meta = {
|
||||||
description = "Static analysis tool for JavaScript";
|
description = "Static analysis tool for JavaScript";
|
||||||
homepage = "http://jshint.com/";
|
homepage = "https://jshint.com/";
|
||||||
license = "(MIT AND JSON)";
|
license = "(MIT AND JSON)";
|
||||||
};
|
};
|
||||||
production = true;
|
production = true;
|
||||||
|
@ -21,7 +21,7 @@ stdenv.mkDerivation rec {
|
|||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
description = "CUPS Linux drivers and SDK for DYMO printers";
|
description = "CUPS Linux drivers and SDK for DYMO printers";
|
||||||
homepage = "http://www.dymo.com/";
|
homepage = "https://www.dymo.com/";
|
||||||
license = lib.licenses.gpl2;
|
license = lib.licenses.gpl2;
|
||||||
maintainers = with lib.maintainers; [ makefu ];
|
maintainers = with lib.maintainers; [ makefu ];
|
||||||
};
|
};
|
||||||
|
@ -5,7 +5,7 @@ pythonPackages.buildPythonApplication rec {
|
|||||||
version = "2.8";
|
version = "2.8";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "http://excess.org/speedometer/speedometer-${version}.tar.gz";
|
url = "https://excess.org/speedometer/speedometer-${version}.tar.gz";
|
||||||
sha256 = "060bikv3gwr203jbdmvawsfhc0yq0bg1m42dk8czx1nqvwvgv6fm";
|
sha256 = "060bikv3gwr203jbdmvawsfhc0yq0bg1m42dk8czx1nqvwvgv6fm";
|
||||||
};
|
};
|
||||||
|
|
||||||
@ -18,7 +18,7 @@ pythonPackages.buildPythonApplication rec {
|
|||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
description = "Measure and display the rate of data across a network connection or data being stored in a file";
|
description = "Measure and display the rate of data across a network connection or data being stored in a file";
|
||||||
homepage = "http://excess.org/speedometer/";
|
homepage = "https://excess.org/speedometer/";
|
||||||
license = licenses.lgpl21Plus;
|
license = licenses.lgpl21Plus;
|
||||||
platforms = platforms.linux;
|
platforms = platforms.linux;
|
||||||
maintainers = with maintainers; [ Baughn ];
|
maintainers = with maintainers; [ Baughn ];
|
||||||
|
@ -26,7 +26,7 @@ stdenv.mkDerivation rec {
|
|||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
description = "On-the-fly display switch utility";
|
description = "On-the-fly display switch utility";
|
||||||
homepage = "http://willem.engen.nl/projects/disper/";
|
homepage = "https://willem.engen.nl/projects/disper/";
|
||||||
platforms = lib.platforms.unix;
|
platforms = lib.platforms.unix;
|
||||||
license = lib.licenses.gpl3;
|
license = lib.licenses.gpl3;
|
||||||
};
|
};
|
||||||
|
@ -25,7 +25,7 @@ python3Packages.buildPythonApplication rec {
|
|||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
description = "Open files by MIME-type or file name using regular expressions";
|
description = "Open files by MIME-type or file name using regular expressions";
|
||||||
homepage = "http://xyne.archlinux.ca/projects/mimeo/";
|
homepage = "https://xyne.archlinux.ca/projects/mimeo/";
|
||||||
license = [ licenses.gpl2 ];
|
license = [ licenses.gpl2 ];
|
||||||
maintainers = [ maintainers.rycee ];
|
maintainers = [ maintainers.rycee ];
|
||||||
platforms = platforms.unix;
|
platforms = platforms.unix;
|
||||||
|
@ -19,7 +19,7 @@ stdenv.mkDerivation rec {
|
|||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
description = "Video BIOS execution tool";
|
description = "Video BIOS execution tool";
|
||||||
homepage = "http://www.codon.org.uk/~mjg59/vbetool/";
|
homepage = "https://www.codon.org.uk/~mjg59/vbetool/";
|
||||||
maintainers = [ maintainers.raskin ];
|
maintainers = [ maintainers.raskin ];
|
||||||
platforms = platforms.linux;
|
platforms = platforms.linux;
|
||||||
license = licenses.gpl2;
|
license = licenses.gpl2;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user