remove usage of patchelfUnstable now that it's released

This commit is contained in:
Domen Kožar
2020-07-08 21:55:09 +02:00
parent bddf762cf5
commit 347ab190c7
7 changed files with 6 additions and 17 deletions
@@ -14,7 +14,6 @@
, enableHardening ? false
, headless ? false
, enable32bitGuests ? true
, patchelfUnstable # needed until 0.10 is released
}:
with stdenv.lib;
@@ -46,7 +45,7 @@ in stdenv.mkDerivation {
outputs = [ "out" "modsrc" ];
nativeBuildInputs = [ pkgconfig which docbook_xsl docbook_xml_dtd_43 patchelfUnstable ]
nativeBuildInputs = [ pkgconfig which docbook_xsl docbook_xml_dtd_43 ]
++ optional (!headless) wrapQtAppsHook;
# Wrap manually because we wrap just a small number of executables.