frostwire: remove extra with lib

This commit is contained in:
Sandro Jäckel 2021-08-08 02:27:29 +02:00
parent d85ded6d18
commit 913f76c9d9
No known key found for this signature in database
GPG key ID: 3AF5A43A3EECC2E5

View file

@ -1,7 +1,5 @@
{ lib, stdenv, fetchurl, jre, makeWrapper }:
with lib;
stdenv.mkDerivation rec {
version = "6.8.9";
pname = "frostwire";