pinta-related changes that should go in pair with a change I just commited related to aufs
(So, not related to pinta, but... what to do. nixpkgs has to evaluate) svn path=/nixpkgs/trunk/; revision=22362
This commit is contained in:
parent
0e125635ed
commit
c38cae02ed
@ -1,4 +1,4 @@
|
|||||||
{stdenv, fetchgit, mono, gtksharp, pkgconfig, automake, autoconf}:
|
{stdenv, fetchgit, mono, gtksharp, pkgconfig}:
|
||||||
|
|
||||||
stdenv.mkDerivation {
|
stdenv.mkDerivation {
|
||||||
name = "pinta-20100617";
|
name = "pinta-20100617";
|
||||||
@ -7,23 +7,19 @@ stdenv.mkDerivation {
|
|||||||
|
|
||||||
src = fetchgit {
|
src = fetchgit {
|
||||||
url = http://github.com/jpobst/Pinta.git;
|
url = http://github.com/jpobst/Pinta.git;
|
||||||
rev = "c8ce06fc14a42083749b6400ed57d3883820d368";
|
tag = "0.3";
|
||||||
sha256 = "9df96b69b08567045e9100e228047d7711db28705bd2badc0afc316e63c15505";
|
sha256 = "0qvpz9602igjmv8ba6vc4kg9jj3yyw0frl7wgz62hdxiizdfhm2f";
|
||||||
};
|
};
|
||||||
|
|
||||||
makeWrapper = ../../../build-support/make-wrapper/make-wrapper.sh;
|
makeWrapper = ../../../build-support/make-wrapper/make-wrapper.sh;
|
||||||
|
|
||||||
configurePhase = ''
|
|
||||||
sh ./autogen.sh --prefix=$out
|
|
||||||
'';
|
|
||||||
|
|
||||||
makePhase = ''
|
makePhase = ''
|
||||||
HOME=`pwd`/tmphome
|
HOME=`pwd`/tmphome
|
||||||
mkdir -p $HOME
|
mkdir -p $HOME
|
||||||
xbuild Pinta.Core/Pinta.Core.csproj /v:diag
|
xbuild Pinta.Core/Pinta.Core.csproj /v:diag
|
||||||
'';
|
'';
|
||||||
|
|
||||||
buildInputs = [mono gtksharp pkgconfig automake autoconf];
|
buildInputs = [mono gtksharp pkgconfig];
|
||||||
|
|
||||||
inherit gtksharp;
|
inherit gtksharp;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user