Compare commits
No commits in common. "64289d796287bad145b7d83b1dcd1b5bddce7062" and "f1dfaa8395e5b44a32e1ac30e8d5f9feac10bea3" have entirely different histories.
64289d7962
...
f1dfaa8395
@ -2,7 +2,7 @@
|
|||||||
stdenv
|
stdenv
|
||||||
, fetchFromGitHub
|
, fetchFromGitHub
|
||||||
, autoreconfHook
|
, autoreconfHook
|
||||||
, boost186
|
, boost
|
||||||
, libxml2
|
, libxml2
|
||||||
, xml2
|
, xml2
|
||||||
, wxGTK32
|
, wxGTK32
|
||||||
@ -16,7 +16,6 @@
|
|||||||
|
|
||||||
let
|
let
|
||||||
wx = wxGTK32;
|
wx = wxGTK32;
|
||||||
boost = boost186;
|
|
||||||
in
|
in
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "wxparaver";
|
pname = "wxparaver";
|
||||||
|
|||||||
Reference in New Issue
Block a user