mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-23 23:43:30 +00:00
rename: fix build
failed since there is no 'devdoc' output
This commit is contained in:
parent
ed3ad74a48
commit
6f01885fbe
@ -3,6 +3,7 @@
|
||||
buildPerlPackage rec {
|
||||
name = "rename-${version}";
|
||||
version = "1.9";
|
||||
outputs = [ "out" ];
|
||||
src = fetchFromGitHub {
|
||||
owner = "pstray";
|
||||
repo = "rename";
|
||||
|
Loading…
Reference in New Issue
Block a user