Merge pull request #74247 from bhipple/fix/par-pname

par: use pname
This commit is contained in:
Mario Rodas
2019-11-26 07:36:14 -05:00
committed by GitHub

View File

@@ -1,7 +1,8 @@
{stdenv, fetchurl, fetchpatch}:
stdenv.mkDerivation {
name = "par-1.52";
pname = "par";
version = "1.52";
src = fetchurl {
url = http://www.nicemice.net/par/Par152.tar.gz;