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:
parent
db33f99343
commit
1d3b373443
|
@ -1,4 +1,4 @@
|
|||
{ stdenv, fetchurl, buildDunePackage, configurator, cstruct, bigarray-compat, ounit }:
|
||||
{ stdenv, fetchurl, buildDunePackage, cstruct, bigarray-compat, ounit }:
|
||||
|
||||
buildDunePackage rec {
|
||||
pname = "io-page";
|
||||
|
|
Loading…
Reference in a new issue