buildPerlPackage: name -> (pname, version)

This commit is contained in:
volth
2019-06-20 15:56:50 +00:00
parent ffd9bf7e29
commit b3cc65f8b9
34 changed files with 4470 additions and 3056 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
{ stdenv, fetchurl, perlPackages }:
perlPackages.buildPerlPackage rec {
name = "shelldap-${version}";
pname = "shelldap";
version = "1.4.0";
src = fetchurl {
url = "https://bitbucket.org/mahlon/shelldap/downloads/shelldap-${version}.tar.gz";