Merge pull request #133070 from SuperSandro2000/frostwire-bin

frostwire: remove extra with lib
This commit is contained in:
Sandro 2021-08-08 03:03:47 +02:00 committed by GitHub
commit bfa5320d84
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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