Merge pull request #19040 from grahamc/broken-mast
Mark packages as broken: asterisk, cryptopp, redmine, moodle, opera, openstack-neutron, mesos
This commit is contained in:
commit
9ebc98e53d
@ -63,6 +63,10 @@ let
|
|||||||
cp -r * $out
|
cp -r * $out
|
||||||
cp ${moodleConfig} $out/config.php
|
cp ${moodleConfig} $out/config.php
|
||||||
'';
|
'';
|
||||||
|
# Marked as broken due to needing an update for security issues.
|
||||||
|
# See: https://github.com/NixOS/nixpkgs/issues/18856
|
||||||
|
meta.broken = true;
|
||||||
|
|
||||||
};
|
};
|
||||||
|
|
||||||
in
|
in
|
||||||
|
@ -84,5 +84,8 @@ stdenv.mkDerivation rec {
|
|||||||
homepage = http://www.opera.com;
|
homepage = http://www.opera.com;
|
||||||
description = "Web browser";
|
description = "Web browser";
|
||||||
license = stdenv.lib.licenses.unfree;
|
license = stdenv.lib.licenses.unfree;
|
||||||
|
# Marked as broken due to needing an update for security issues.
|
||||||
|
# See: https://github.com/NixOS/nixpkgs/issues/18856
|
||||||
|
broken = true;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
@ -46,7 +46,7 @@ in stdenv.mkDerivation rec {
|
|||||||
|
|
||||||
preConfigure = ''
|
preConfigure = ''
|
||||||
substituteInPlace src/Makefile.am --subst-var-by mavenRepo ${mavenRepo}
|
substituteInPlace src/Makefile.am --subst-var-by mavenRepo ${mavenRepo}
|
||||||
|
|
||||||
substituteInPlace 3rdparty/libprocess/include/process/subprocess.hpp \
|
substituteInPlace 3rdparty/libprocess/include/process/subprocess.hpp \
|
||||||
--replace '"sh"' '"${bash}/bin/bash"'
|
--replace '"sh"' '"${bash}/bin/bash"'
|
||||||
|
|
||||||
@ -64,7 +64,7 @@ in stdenv.mkDerivation rec {
|
|||||||
|
|
||||||
substituteInPlace src/launcher/executor.cpp \
|
substituteInPlace src/launcher/executor.cpp \
|
||||||
--replace '"sh"' '"${bash}/bin/bash"'
|
--replace '"sh"' '"${bash}/bin/bash"'
|
||||||
|
|
||||||
substituteInPlace src/launcher/fetcher.cpp \
|
substituteInPlace src/launcher/fetcher.cpp \
|
||||||
--replace '"gzip' '"${gzip}/bin/gzip' \
|
--replace '"gzip' '"${gzip}/bin/gzip' \
|
||||||
--replace '"tar' '"${gnutar}/bin/tar' \
|
--replace '"tar' '"${gnutar}/bin/tar' \
|
||||||
@ -72,7 +72,7 @@ in stdenv.mkDerivation rec {
|
|||||||
|
|
||||||
substituteInPlace src/python/cli/src/mesos/cli.py \
|
substituteInPlace src/python/cli/src/mesos/cli.py \
|
||||||
--replace "['mesos-resolve'" "['$out/bin/mesos-resolve'"
|
--replace "['mesos-resolve'" "['$out/bin/mesos-resolve'"
|
||||||
|
|
||||||
substituteInPlace src/slave/containerizer/mesos/launch.cpp \
|
substituteInPlace src/slave/containerizer/mesos/launch.cpp \
|
||||||
--replace '"sh"' '"${bash}/bin/bash"'
|
--replace '"sh"' '"${bash}/bin/bash"'
|
||||||
|
|
||||||
@ -83,7 +83,7 @@ in stdenv.mkDerivation rec {
|
|||||||
|
|
||||||
substituteInPlace src/linux/perf.cpp \
|
substituteInPlace src/linux/perf.cpp \
|
||||||
--replace '"perf ' '"${perf}/bin/perf '
|
--replace '"perf ' '"${perf}/bin/perf '
|
||||||
|
|
||||||
substituteInPlace src/linux/systemd.cpp \
|
substituteInPlace src/linux/systemd.cpp \
|
||||||
--replace 'os::realpath("/sbin/init")' '"${systemd}/lib/systemd/systemd"'
|
--replace 'os::realpath("/sbin/init")' '"${systemd}/lib/systemd/systemd"'
|
||||||
|
|
||||||
@ -180,5 +180,8 @@ in stdenv.mkDerivation rec {
|
|||||||
description = "A cluster manager that provides efficient resource isolation and sharing across distributed applications, or frameworks";
|
description = "A cluster manager that provides efficient resource isolation and sharing across distributed applications, or frameworks";
|
||||||
maintainers = with maintainers; [ cstrahan kevincox offline rushmorem ];
|
maintainers = with maintainers; [ cstrahan kevincox offline rushmorem ];
|
||||||
platforms = platforms.linux;
|
platforms = platforms.linux;
|
||||||
|
# Marked as broken due to needing an update for security issues.
|
||||||
|
# See: https://github.com/NixOS/nixpkgs/issues/18856
|
||||||
|
broken = true;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
@ -67,5 +67,8 @@ in stdenv.mkDerivation rec {
|
|||||||
platforms = platforms.linux;
|
platforms = platforms.linux;
|
||||||
maintainers = [ maintainers.garbas ];
|
maintainers = [ maintainers.garbas ];
|
||||||
license = licenses.gpl2;
|
license = licenses.gpl2;
|
||||||
|
# Marked as broken due to needing an update for security issues.
|
||||||
|
# See: https://github.com/NixOS/nixpkgs/issues/18856
|
||||||
|
broken = true;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
@ -62,5 +62,8 @@ pythonPackages.buildPythonApplication rec {
|
|||||||
description = "Virtual network service for Openstack";
|
description = "Virtual network service for Openstack";
|
||||||
license = stdenv.lib.licenses.asl20;
|
license = stdenv.lib.licenses.asl20;
|
||||||
platforms = stdenv.lib.platforms.linux;
|
platforms = stdenv.lib.platforms.linux;
|
||||||
|
# Marked as broken due to needing an update for security issues.
|
||||||
|
# See: https://github.com/NixOS/nixpkgs/issues/18856
|
||||||
|
broken = true;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
@ -45,6 +45,8 @@ stdenv.mkDerivation rec {
|
|||||||
license = licenses.boost;
|
license = licenses.boost;
|
||||||
platforms = platforms.all;
|
platforms = platforms.all;
|
||||||
maintainers = [ ];
|
maintainers = [ ];
|
||||||
|
# Marked as broken due to needing an update for security issues.
|
||||||
|
# See: https://github.com/NixOS/nixpkgs/issues/18856
|
||||||
|
broken = true;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -57,5 +57,8 @@ stdenv.mkDerivation rec {
|
|||||||
homepage = http://www.asterisk.org/;
|
homepage = http://www.asterisk.org/;
|
||||||
license = licenses.gpl2;
|
license = licenses.gpl2;
|
||||||
maintainers = with maintainers; [ auntie ];
|
maintainers = with maintainers; [ auntie ];
|
||||||
|
# Marked as broken due to needing an update for security issues.
|
||||||
|
# See: https://github.com/NixOS/nixpkgs/issues/18856
|
||||||
|
broken = true;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user