Merge pull request #259002 from wegank/xzoom-name

xzoom: drop name
This commit is contained in:
7c6f434c 2023-10-04 17:35:05 +00:00 committed by GitHub
commit ad1ca74ffe
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,7 +1,6 @@
{ lib, stdenv, fetchurl, libX11, libXext, libXt, imake, gccmakedep}:
stdenv.mkDerivation rec {
name = "${pname}-${version}";
pname = "xzoom";
version = "0.3";
patch = "24";