1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-26 23:52:33 +00:00

camlPackages.io-page: remove unused parameter

This commit is contained in:
Vincent Laporte 2020-10-09 22:15:33 +02:00 committed by Vincent Laporte
parent db33f99343
commit 1d3b373443

View file

@ -1,4 +1,4 @@
{ stdenv, fetchurl, buildDunePackage, configurator, cstruct, bigarray-compat, ounit }:
{ stdenv, fetchurl, buildDunePackage, cstruct, bigarray-compat, ounit }:
buildDunePackage rec {
pname = "io-page";