Compare commits

..

No commits in common. "64289d796287bad145b7d83b1dcd1b5bddce7062" and "f1dfaa8395e5b44a32e1ac30e8d5f9feac10bea3" have entirely different histories.

View File

@ -2,7 +2,7 @@
stdenv
, fetchFromGitHub
, autoreconfHook
, boost186
, boost
, libxml2
, xml2
, wxGTK32
@ -16,7 +16,6 @@
let
wx = wxGTK32;
boost = boost186;
in
stdenv.mkDerivation rec {
pname = "wxparaver";