Rollback flags.

This commit is contained in:
Matthew Bauer 2016-06-14 20:15:07 +00:00
parent f733a05201
commit 15c28958d2

View File

@ -9,6 +9,6 @@
inherit name archive startup;
nativeBuildInputs = [ makeself ];
buildCommand = ''
${makeself}/bin/makeself --keep --nox11 $archive $out $name $startup
${makeself}/bin/makeself $archive $out $name $startup
'';
}