Loading pkgs/development/compilers/z88dk/default.nix +4 −17 Original line number Diff line number Diff line Loading @@ -30,19 +30,6 @@ let }; }; IteratorSimple = perlPackages.buildPerlPackage { pname = "Iterator-Simple"; version = "0.07"; src = fetchurl { url = "mirror://cpan/authors/id/M/MI/MICHAEL/Iterator-Simple-0.07.tar.gz"; hash = "sha256-y1dNBju0gcj7nLV4GkZFiWqg4e5xW6lHz3ZvH/Tp60Q="; }; meta = { description = "Simple iterator and utilities"; license = with lib.licenses; [ artistic1 gpl2Only ]; }; }; IteratorSimpleLookahead = perlPackages.buildPerlPackage { pname = "Iterator-Simple-Lookahead"; version = "0.09"; Loading @@ -50,9 +37,9 @@ let url = "mirror://cpan/authors/id/P/PS/PSCUST/Iterator-Simple-Lookahead-0.09.tar.gz"; hash = "sha256-FmPE1xdU8LAXS21+H4DJaQ87qDi4Q4UkLawsUAqseZw="; }; propagatedBuildInputs = [ IteratorSimple ] ++ (with perlPackages; [ ClassAccessor ]); propagatedBuildInputs = with perlPackages; [ ClassAccessor IteratorSimple ]; meta = { description = "Simple iterator with lookahead and unget"; license = with lib.licenses; [ artistic1 gpl2Only ]; Loading @@ -67,9 +54,9 @@ let hash = "sha256-pVTpIqGxZpBxZlAbXuGDapuOxsp3uM/AM5dKUxlej1M="; }; propagatedBuildInputs = [ IteratorSimple IteratorSimpleLookahead ] ++ (with perlPackages; [ IteratorSimple TextTemplate DataDump FileSlurp Loading pkgs/top-level/perl-packages.nix +13 −0 Original line number Diff line number Diff line Loading @@ -13317,6 +13317,19 @@ with self; { }; }; IteratorSimple = buildPerlPackage { pname = "Iterator-Simple"; version = "0.07"; src = fetchurl { url = "mirror://cpan/authors/id/M/MI/MICHAEL/Iterator-Simple-0.07.tar.gz"; hash = "sha256-y1dNBju0gcj7nLV4GkZFiWqg4e5xW6lHz3ZvH/Tp60Q="; }; meta = { description = "Simple iterator and utilities"; license = with lib.licenses; [ artistic1 gpl2Only ]; }; }; IPCSignal = buildPerlPackage { pname = "IPC-Signal"; version = "1.00"; Loading Loading
pkgs/development/compilers/z88dk/default.nix +4 −17 Original line number Diff line number Diff line Loading @@ -30,19 +30,6 @@ let }; }; IteratorSimple = perlPackages.buildPerlPackage { pname = "Iterator-Simple"; version = "0.07"; src = fetchurl { url = "mirror://cpan/authors/id/M/MI/MICHAEL/Iterator-Simple-0.07.tar.gz"; hash = "sha256-y1dNBju0gcj7nLV4GkZFiWqg4e5xW6lHz3ZvH/Tp60Q="; }; meta = { description = "Simple iterator and utilities"; license = with lib.licenses; [ artistic1 gpl2Only ]; }; }; IteratorSimpleLookahead = perlPackages.buildPerlPackage { pname = "Iterator-Simple-Lookahead"; version = "0.09"; Loading @@ -50,9 +37,9 @@ let url = "mirror://cpan/authors/id/P/PS/PSCUST/Iterator-Simple-Lookahead-0.09.tar.gz"; hash = "sha256-FmPE1xdU8LAXS21+H4DJaQ87qDi4Q4UkLawsUAqseZw="; }; propagatedBuildInputs = [ IteratorSimple ] ++ (with perlPackages; [ ClassAccessor ]); propagatedBuildInputs = with perlPackages; [ ClassAccessor IteratorSimple ]; meta = { description = "Simple iterator with lookahead and unget"; license = with lib.licenses; [ artistic1 gpl2Only ]; Loading @@ -67,9 +54,9 @@ let hash = "sha256-pVTpIqGxZpBxZlAbXuGDapuOxsp3uM/AM5dKUxlej1M="; }; propagatedBuildInputs = [ IteratorSimple IteratorSimpleLookahead ] ++ (with perlPackages; [ IteratorSimple TextTemplate DataDump FileSlurp Loading
pkgs/top-level/perl-packages.nix +13 −0 Original line number Diff line number Diff line Loading @@ -13317,6 +13317,19 @@ with self; { }; }; IteratorSimple = buildPerlPackage { pname = "Iterator-Simple"; version = "0.07"; src = fetchurl { url = "mirror://cpan/authors/id/M/MI/MICHAEL/Iterator-Simple-0.07.tar.gz"; hash = "sha256-y1dNBju0gcj7nLV4GkZFiWqg4e5xW6lHz3ZvH/Tp60Q="; }; meta = { description = "Simple iterator and utilities"; license = with lib.licenses; [ artistic1 gpl2Only ]; }; }; IPCSignal = buildPerlPackage { pname = "IPC-Signal"; version = "1.00"; Loading