* Merged the stdenv branch
(https://svn.nixos.org/repos/nix/nixpkgs/branches/stdenv-updates -r10966:12061). svn path=/nixpkgs/trunk/; revision=12073
This commit is contained in:
@@ -1,13 +1,11 @@
|
||||
source $stdenv/setup
|
||||
|
||||
buildPhase=myBuildPhase
|
||||
myBuildPhase() {
|
||||
buildPhase() {
|
||||
true
|
||||
}
|
||||
|
||||
installPhase=myInstallPhase
|
||||
myInstallPhase() {
|
||||
python setup.py install --prefix=$out || fail
|
||||
installPhase() {
|
||||
python setup.py install --prefix=$out
|
||||
}
|
||||
|
||||
genericBuild
|
||||
|
||||
Reference in New Issue
Block a user