qwt: reduce runtime closure size

This commit is contained in:
Sandro Jäckel 2022-04-28 21:44:58 +02:00
parent a85cabe828
commit 86a84b4cf0
No known key found for this signature in database
GPG key ID: 3AF5A43A3EECC2E5

View file

@ -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=";