qwt: reduce runtime closure size

This commit is contained in:
Sandro Jäckel
2022-04-28 21:45:11 +02:00
parent a85cabe828
commit 86a84b4cf0
@@ -4,6 +4,8 @@ stdenv.mkDerivation rec {
pname = "qwt";
version = "6.2.0";
outputs = [ "out" "dev" ];
src = fetchurl {
url = "mirror://sourceforge/qwt/qwt-${version}.tar.bz2";
sha256 = "sha256-kZT2UTlV0P1zAPZxWBdQZEYBl6urGpL6EnpnpLC3FTA=";